Ask a question
Limited-Time Offer: 50% off IBM TechXchange Conference 2025
IBM’s largest technical learning event is back October 6-9 in Orlando, FL
Back in January, I blogged about Modernizing to Jakarta EE and provided a step-by-step example of migrating the sample DefaultApplication from Java EE 8 to Jakarta 9.1 on Liberty. This application update included the Java EE package rename from javax to jakarta.
Since then, Liberty released support for Jakarta EE 10 and the binary scanner (v23.0.0.1) added guidance for Jakarta EE 10 changes. The differences between Jakarta EE 10 and 9.1 are described in documentation as well as encapsulated in the binary scanner for static application binary analysis.
The steps for moving to Jakarta 10 are similar to previous modernizations:
For all the details, check out sample.DefaultApplication/jakarta10 in GitHub to see how easy it is to move to the latest Jakarta EE on Liberty!
#appmodernization #Liberty #OpenLiberty #JakartaEE #migrationtoolkit