Skip to content

Releases: mpredli01/jakartaee-11

1.0.5

21 Nov 14:16
Compare
Choose a tag to compare

This release corresponds to presentation, "Jakarta EE 11: Going Beyond the Era of Java EE" that was presented at JCON World on November 21, 2023.

Updates on this repository include:

  • source code cleanup
  • update the landing page on some of the examples

Full Changelog: v1.0.0...v1.0.5

1.0.0

15 Nov 18:48
Compare
Choose a tag to compare

This release corresponds to the debut of the presentation, "Jakarta EE 11: Going Beyond the Era of Java EE" that was presented at the Philadephia Java Users Group (PhillyJUG).

All the examples are now complete and will remain evergreen for updates in documentation, source, code, etc.

New Feature

A beer application added to the Jakarta Data section.

  • One example uses the Java Faker library to generate generic beer data.
  • The other example connects to an existing MongoDB beer database.

0.0.1

02 Nov 13:02
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

This is the initial release of the Jakarta EE 11 code examples that correspond to the presentation entitled, "Jakarta EE 11: Going Beyond the Era of Java EE."

This repository contains a demo to various Jakarta EE specifications in a corresponding subfolder. The documentation is located in the spec folder and will be automatically generated upon executing mvn clean package.