I have a service that is using saaj-impl 1.5.3 on Java 11 (G1GC).
When the library has to parse big XML it is not performing well during our load tests.
The parsin can take up to +40s to process a big XML.
The performance degradation doesn't occur when running on Java 8 (ParNewGC) and most of the requests processing time is bellow 1200 ms.
I have a service that is using saaj-impl 1.5.3 on Java 11 (G1GC). When the library has to parse big XML it is not performing well during our load tests. The parsin can take up to +40s to process a big XML. The performance degradation doesn't occur when running on Java 8 (ParNewGC) and most of the requests processing time is bellow 1200 ms.