this post was submitted on 30 Sep 2024
342 points (98.9% liked)

Programmer Humor

19302 readers
1413 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] elvith@feddit.org 19 points 1 day ago (1 children)

Worse yet. They switched licensing and costs several times and companies should prepare to get hit with new licensing fees:

When they introduced Java 17 (a LTS version), they published it under the NTFC license. This means, this version is usable for free, but only until the next LTS version has been out for a year.

On Sep 19th 2023, Java 21 was released another LTS version. That means, that Java 17 just switched from the NTFC license to the OTNLA license a few days ago - which means, Java 17 is supported until 2029 but you now need a paid license to use it.

Hope everyone upgraded to Java 21 or newer in time.

[–] Vivendi@lemmy.zip 8 points 21 hours ago (1 children)

Isn't this only for Oracle's JDK?

Just use an open source fucking solution

[–] elvith@feddit.org 2 points 20 hours ago

Yes, it’s just Oracle - Temurin, Coretto,… are all safe.

Oracle offers (paid) support for its Java distribution, which might be why it’s still used by companies…