5 ms·
I remember when Java 8 was a new hip thing: look Ma, lambdas! Or Java 5: oh wow, generics!
by cosmolev 4y ago
I remember when Java 8 was a new hip thing: look Ma, lambdas!
Or Java 5: oh wow, generics!
- ttfkam 4y agoJava 1.1: Event listeners. No more bubbling!
- mey 4y agoCries in current projects still on Java 8.
- Alupis 4y agoThe 8 -> 9+ transition is rough. But once you've done that, upgrading to the latest LTS is really as simple as it used to be back in the glory days.
- vips7L 4y agoI see people say this all the time, but I’ve never actually experienced it and I’ve done 2 upgrades from 8 to 11. Yes they removed some stuff from the jdk, but they’re simple 1 liners in your pom to add back. What have you run into that was a major blocker?
- yardstick 4y agoAnd again a pain going 11 LTS to 17 LTS with the great Java EE rename (javax to jakarta).
- stockerta 4y agoAre we colleagues?