eclipse / microprofile-starter

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

Get the starter to deploy to Open Liberty #500

Open Emily-Jiang opened 1 month ago

Emily-Jiang commented 1 month ago

The current starter app was deployed to Thorntail, which was sunset a few years ago. We need to move to an active runtime. Open Liberty can be used for this purpose because the latest release supports both javax and jakarta namespace. After the move, we can update the namespace from javax to jakarta.

breakponchito commented 2 weeks ago

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