-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Review Preventers #5725
Labels
Comments
See also #1923. |
In jetty-9.4, many of them can be marked as Deprecated, as they were fixed for eg jdk8. I think in jetty-10 we can remove them. |
janbartel
added a commit
that referenced
this issue
Dec 22, 2020
Note that any Preventer that is documented as being fixed prior to jdk11 should be deleted from jetty-10/11 when this change is merged through. Signed-off-by: Jan Bartel <[email protected]>
janbartel
added a commit
that referenced
this issue
Dec 24, 2020
Note that any Preventer that is documented as being fixed prior to jdk11 should be deleted from jetty-10/11 when this change is merged through. Signed-off-by: Jan Bartel <[email protected]>
Fixed by #5839 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
10.0.x
Description
There are a number of "preventers" that are supposed to avoid classloader leaks.
Some of them are now invalid since either the issue has been solved in OpenJDK or the classes/fields they were doing heavy reflection on have been renamed/moved.
All of them need a review and possibly be moved to a different module to avoid polluting the
jetty-util
module-info.java
withrequires static
.The text was updated successfully, but these errors were encountered: