We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TrimmedServlets logic is only for legacy java8 runtime, so can be removed for EE8 and EE10.
TrimmedServlets
The text was updated successfully, but these errors were encountered:
Issue #74 - remove trimmed servlets logic from Jetty12 EE8 & EE10 run…
f9ee994
…times Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Issue #74 - only remove logic around DEPRECATED_SERVLETS_FILTERS
85b4eac
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Issue #74 - only use deprecated servlet/filters logic for java8 runtime
71a1d19
lachlan-roberts
srinjoyray
Successfully merging a pull request may close this issue.
The
TrimmedServlets
logic is only for legacy java8 runtime, so can be removed for EE8 and EE10.The text was updated successfully, but these errors were encountered: