369
you are viewing a single comment's thread
view the rest of the comments
[-] abbadon420@lemm.ee 38 points 1 month ago

Java is also a lot of fun in this regard. They've actually dropped support for java 8 about 2.5 years ago. But Oracle has added a "premium subscription" that gives companies another decade or so of extra support to delay updating their code even further. https://endoflife.date/oracle-jdk

[-] MHanak@lemmy.world 14 points 1 month ago

Isn't java generally backwards compatible? I switch java versions willy nilly in my (small) projects and never really noticed any problems when upgrading the version

[-] abbadon420@lemm.ee 13 points 1 month ago

Yes sure, but not forwards compatible. That means if you need to fix a bug or add a feature in a project that is build on java 8, you cannot use language features from later versions. They are pretty important features at that, like a workable Http client, modules, container compatibility, records and enhanced switch statements. It is not fun to work like that, it's what makes good programmers want to become chicken farmers.

[-] dandi8@fedia.io 4 points 1 month ago

Are you complaining that older versions of Java don't have the features of newer versions of Java...?

[-] abbadon420@lemm.ee 3 points 1 month ago

No, of course not. The complaint is having to work with outdated materials.

load more comments (7 replies)
this post was submitted on 30 Sep 2024
369 points (99.2% liked)

Programmer Humor

19572 readers
1031 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