trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Update JDK to 21 #263

Closed bglamadrid closed 1 month ago

bglamadrid commented 2 months ago

Summary

PR #262 failed because SonarQube no longer supports JDKs older than 17. There's been no better time to call this out, as Spring Boot versions are also ending support for older JDKs.

From the nice folks at https://whichjdk.com/ I gathered that the currently recommended JDK version is 21 LTS. This may the best choice to allow Trébol to be on edge and keep receiving security updates etc for some more years to come.