bugfix: TyrusHttpUpgradeHandler holds on to ClassLoader after session…#9
Closed
lprimak wants to merge 1 commit intopayara:tyrus-2.2.1.payara-maintenancefrom
Closed
Conversation
Author
|
@Pandrex247 another one |
… is closed, causing a memory and ClassLoader leak in application servers
a528614 to
d7403da
Compare
Member
|
Is there a reason this PR is different to the one made to upstream? |
Author
|
There is a follow-up PR that makes them the same. Both are merged upstream. |
Author
|
@Pandrex247 looks like this is the last to go in. Thank you very much for review and merge. |
Author
|
@Pandrex247 Is this going to go into 7.2025.2? |
Author
|
I guess not... still unmerged :( |
Member
|
I'm not even sure why this maintenance branch exists - we don't have any outstanding patches for Tyrus 2.2.1. |
Author
|
Ha :) ok... I created eclipse-ee4j#947 Not sure if we do need a patch release because of this / how long will it take for Tyrus team to release new version upstream |
Author
|
Tyrus 2.2.2 has been released with the fixes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… is closed, causing a memory and ClassLoader leak in application servers
I already submitted a PR upstream: eclipse-ee4j#943