OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.16k stars 599 forks source link

Avoid memory leak with CXF JAX-WS runtime #17692

Open mzheng2017 opened 3 years ago

mzheng2017 commented 3 years ago

Customer reported memory leak caused by large number of PidInfo objects. The PidInfo was unnecessarily added and kept in a list. This is a problem specific to CXF 2.6.2.

Kiiv commented 5 months ago

Is this covered by 27294 ?