eclipse-ee4j / starter

Eclipse Starter for Jakarta EE
Eclipse Public License 2.0
50 stars 39 forks source link

Add /api/version-info endpoint to UI, showing version info of UI itse… #273

Closed scottkurz closed 1 year ago

scottkurz commented 1 year ago

…lf and archetypes

Implementing a basic version of the idea mentioned here: https://www.eclipse.org/lists/starter-dev/msg00463.html

At URL: ...../jakarta-starter-ui/api/version we'd get data like:

{
"UI VERSION":"2.0.2-20230619-2043",
"FINAL ARCHETYPE VERSION":"2.0.0",
"(compile-time default) archetype version":"2.1.0"
}
eclipse-starter-bot commented 1 year ago

Can one of the admins verify this patch?