-
Notifications
You must be signed in to change notification settings - Fork 113
javax.servlet -> jakarta.servlet:6.0 #485
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
Conversation
tested this PR on one of my applications, runs fine on payara 6.2022.1 / ee 10 |
fixes #484 |
build pipeline needs to support class version 55, run jdk 11 |
@eduarddrenth That would mean that from this version on Java 8 would no longer be supported by this library. MIght be a good moment as any to do it. |
A metter of changing gradle.properties?
to
|
can you perhaps approve, so I can verify the tests succeed with my last commits? |
I don't know how to fix the test run issues, servlet runs fine on payara 6. Perhaps lower servlet spec for better compatibility? |
solution might be:
Or redesign the test env (large impact I suspect) or skip tests (undesirable) |
@eduarddrenth Since this has quite significant impact I've started a poll for this to get some insights. If the poll does not provide a clear direction or doesn't have that many votes I'll make a decision. See #487 |
good idea! voted for 17 myself |
Running tests using jdk 17 with
and
succeeds |
@eduarddrenth Can you update your PR with the changes you've confirmed work locally? Can you sync in my latest push to master as well? That should update the github actions to work with jdk 17 only. |
fixed some tests |
@eduarddrenth I made some changes but couldn't push them to your branch, so created and merged in a separate pr. Closing this one now. |
Great! |
updated dependencies to jakarta
updated groovy accordingly
renamed javax to jakarta