Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to MicroProfile 5.0 #41

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

tmonney
Copy link

@tmonney tmonney commented May 31, 2023

Use MicroProfile 5.0 and therefore MicroProfile Config 3.0

  • The references to javax.* packages are replaced with the new jakarta.* ones
  • The Arquillian tests now use SmallRye Config as the MP config implementation instead of the Glassfish one since the latter was never updated to Jakarta EE
  • Java 11 is now the baseline. This is actually required because SmallRye Config uses Java 11, but it makes little sense to stay on Java 8 when moving to Jakarta EE anyway
  • The Thorntail example is also removed since it was never upgraded to Jakarta EE

Additionally library dependencies and Maven plugin versions are upraged to the latest applicable versions.

Fixes #40

Use MicroProfile 5.0 and therefore MicroProfile Config 3.0
* The references to javax.* packages are replaced with the new jakarta.* ones
* The Arquillian tests now use SmallRye Config as the MP config
  implementation instead of the Glassfish one since the latter was never
  updated to Jakarta EE
* Java 11 is now the baseline. This is actually required because
  SmallRye Config uses Java 11, but it makes little sense to stay on
  Java 8 when moving to Jakarta EE anyway
* The Thorntail example is also removed since it was never upgraded to
  Jakarta EE

Additionally library dependencies and Maven plugin versions are upraged
to the latest applicable versions.

Fixes microprofile-extensions#40
Copy link
Member

@phillip-kruger phillip-kruger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome ! Thanks !

@phillip-kruger phillip-kruger merged commit 1b6b1ed into microprofile-extensions:main Jun 1, 2023
@phillip-kruger
Copy link
Member

I released v3.0.0 that now contains this changes

@tmonney tmonney deleted the jakarta branch June 1, 2023 06:08
@tmonney
Copy link
Author

tmonney commented Jun 1, 2023

That was fast, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microprofile 5.0 and jakarta support
2 participants