-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: switches to Jakarta EE 9 APIs #66
Conversation
Signed-off-by: Scott M Stark <starksm64@gmail.com>
Signed-off-by: Scott M Stark <starksm64@gmail.com>
Signed-off-by: Scott M Stark <starksm64@gmail.com>
Signed-off-by: Scott M Stark <starksm64@gmail.com>
@starksm64 @manovotn Arquillian Core 1.7.0.Alpha1 is available in Maven Central. |
@bartoszmajsak thanks! This PR is already updated with it :) |
I noticed after I hit "comment" :) Need more coffee :) |
Updated Weld to 4.0.0.Alpha1, this makes the CI pass. |
@manovotn Sure, I will do that today. Just one final question - are we going with 2.2.0.Final or Alpha1? |
@bartoszmajsak why 2.2.0? Last release was 2.0.1. It should IMO be version 3.0.0 - we might still need to maintain 2.x for older version. And I wouldn't go for Final just yet, not until we know if there are more changes needed wrt EE 9. Does that make sense? |
Right, I meant |
BTW the PRs made by dependabot against this repo are pretty much superseeded by this one. |
Which ones? Those for Weld I won't merge, but I would like to cut 2.x release first before releasing this one to have a bit more up-to-date version in case we need to support both. |
@manovotn I will resolve conflicts, don't worry about that. |
Thanks @starksm64 and @manovotn! |
Signed-off-by: Scott M Stark starksm64@gmail.com
Short description of what this resolves:
Update packages in Jakarta EE 9 that have changed from javax to jakarta
Changes proposed in this pull request: