spring-projects / spring-ws

Spring Web Services
https://spring.io/projects/spring-ws
Apache License 2.0
317 stars 309 forks source link

jaxb leak #1253

Open Sarkie opened 2 years ago

Sarkie commented 2 years ago

Hi,

We are seeing a leak on the org.eclipse.persistence.oxm.XMLDescriptor and based on the stack looks to be coming from Spring and JAXB

I won't be able to upload the hprof and probably not the MAT files as will have lots of internal details

What can I share though to help triage this?

Thanks!

image

gregturn commented 1 year ago

Could you include a link to a reproducer, staged on github, ideally using https://start.spring.io and the version of Spring Boot aligned with your issue?

Sarkie commented 1 year ago

Thanks @gregturn Will try to do that, the team has actually removed spring from our application, but it'd be good to get this sorted for our legacy apps.

Let me see if I can produce a small repo for you, we deal with massive soap messages, so didn't if it was related to that.

Thanks!