Skip to content

Release 1.0.0

Latest
Compare
Choose a tag to compare
@lgrateau lgrateau released this 19 Jun 13:01
· 3 commits to master since this release
9be5585

This release introduces a new versioning strategy and brings the application stack up to date with the latest enterprise technologies.

🆕 Versioning Strategy

Starting from this release:

  • The version is set to 1.0.0.
  • Future updates to the image will increment the version only if changes are made. If no updates are needed, the version will remain at 1.0.0.

This approach ensures clarity and stability in deployment pipelines by avoiding unnecessary version bumps.

🚀 Runtime & Framework Upgrades

  • Updated to Liberty 25.0.0.3
    Incorporates the latest fixes and performance improvements from the Liberty runtime.
  • Transitioned to Jakarta Servlet 6.0
    Migrated from Java EE to Jakarta EE 10 servlet APIs to align with the current enterprise standards.

Now based on Java 21 (LTS), delivering enhanced performance, modern syntax, and long-term support.