-
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
Update dependencies for Jakarta EE 11 TCK #141
Conversation
Looks like the changes don't support Java 8. Do we need a different branch for this support? Or do we declare dropping of Java 8 support when we add this? |
Yes it appears so. EE10 supports Java 11 plus so that makes sense. We will need a new version for sure. I assume we will still use main for forward development, but only do point releases for 2.1 going forward in a 2.1 branch. So not sure if you need a 2.2 or a 3.0 release for this change. Let me update the PR to include the updates needed to drop Java 8 support. |
It seems like we will need a 2.x-maintenance release similar to what we did for 1.x. Then we should bump to 3.0 for a release with Jakarta EE 11 support and remove Java 8 support at the same time. |
b280bf8
to
d3616fb
Compare
- Move up to arquillian 1.9.1.Final - Move jakarta specific dependencies to 10.0.0.Final version with the new versioning that is done.
d3616fb
to
dea94cc
Compare
dea94cc
to
e3b7bcb
Compare
e3b7bcb
to
25ea26b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Short description of what this resolves:
Update versions of arquillian and surefire to support Jakarta EE 11 TCK
Changes proposed in this pull request:
Fixes: #140