Skip to content

feat: migrate to Jakarta EE 10, Java 25 and Jetty 12#88

Open
Toinetoine1 wants to merge 1 commit into
masterfrom
feat/jakarta-java25-migration
Open

feat: migrate to Jakarta EE 10, Java 25 and Jetty 12#88
Toinetoine1 wants to merge 1 commit into
masterfrom
feat/jakarta-java25-migration

Conversation

@Toinetoine1

Copy link
Copy Markdown
Contributor

Context / Summary

java-oauth-server was built on the legacy Java EE stack (JAX-RS 2.0 / javax.*, Jersey 2.34, Servlet 3.0, embedded Jetty 9.x, Java 1.8), which is end-of-life and does not deploy to modern, Jakarta-only servlet containers (Tomcat 10+, Jetty 11/12). Since customers copy this repo as a starting point, it is migrated to the supported Jakarta EE 10 line and Java 25

Changes

  • Migrated javax.* to jakarta.*
  • Upgraded Jersey 2.34 to 3.1.11, Servlet 6.0, Java 25
  • Switched authlete-java-jaxrs to authlete-java-jakarta
  • Replaced Jetty 9 plugin with jetty-ee10-maven-plugin 12.1.10
  • Updated Dockerfiles to Java 25 / Jetty 12.1
  • Bumped outdated deps (nimbus, slf4j, logback, bouncycastle, zxing, gson)
  • Defaulted authlete.properties to Authlete 3.0
  • Updated docs (README, CUSTOMIZATION) for Jakarta

@Toinetoine1 Toinetoine1 self-assigned this Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant