You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Jersey and Jackson to deserialize XML, any change to the configuration of the WebTarget causes a memory leak since hk2 3.0.4 (and up to 3.1.1).
When using Jersey and Jackson to deserialize XML, any change to the configuration of the
WebTarget
causes a memory leak since hk2 3.0.4 (and up to 3.1.1).I suspect this is caused by 9e5b5f5 (FISH-6432 Applications Take Longer To Deploy on JDK 17) since the same occurs with the patched Payara version 3.0.1.payara-p2 (payara/patched-src-hk2@3.0.1.payara-p1...3.0.1.payara-p2).
Not sure if this is a regression in HK2 or something that Jersey is doing incorrectly.
See the attached example project.
jersey-memory-leak.zip
Also posted on eclipse-ee4j/jersey#5796
The text was updated successfully, but these errors were encountered: