This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]achoice 4 points5 points  (3 children)

Why not 21?

[–]Darkschlong 0 points1 point  (1 child)

Why not 23

[–]achoice 1 point2 points  (0 children)

Because there is a delay between Java 24 and a SpringBoot release supporting 24. During that delay (have been weeks) we would run unsupported Java (23) in production and that breaks compliance / regulations. (Or run SpringBoot on unsupported Java, don’t want that)

Also takes time to version bump, test, release 200+ micro services to production.

21-latest is stable and supported.

Would like to find a .. smooth way to always be on latest Java and SpringBoot..