@sarav_prakash Really appreciate you documenting your team’s journey with the Java 21 upgrade. Posts like this save others a lot of trial and error. Reading through it made me wonder: if someone is planning their own upgrade, what’s the one pitfall you’d suggest they watch out for first, before anything else? Wondering what stood out to you as the biggest gotcha.
Hey @kautuk_sahni , thanks for feedback. Sure, slf4j was the biggest gotcha. After upgrade, blindly junits ll start to fail. Error trace not clear, developers would keep wondering why it fails. Just switching the deprecated library, no additional fixes required, all errors gets wiped off. It took sometime to chase this rootcause.
Other issues, developer can easily spot out and ll resolve.