eclipse / microprofile-starter

MicroProfile project generator source code
Apache License 2.0
74 stars 51 forks source link

Upgrade javax namespace to jakarta #498

Open breakponchito opened 1 month ago

breakponchito commented 1 month ago

The current implementation of the starter is still using old version of jakarta dependencies that use old javax namespace. We need to modernize the implementation to use latest version.

Emily-Jiang commented 1 month ago

We need to get the starter on Open Liberty.

Emily-Jiang commented 2 weeks ago

This one is blocked behind #500 . As the starter is deployed to Thorntail, which only supports javax, unless we deploy the starter app to Open Liberty, we cannot upgrade the namespace from javax to jakarta.

breakponchito commented 1 week ago

here Pr to make this: https://github.com/eclipse/microprofile-starter/pull/502 still in progress