Ilya Kaznacheev
Ilya Kaznacheev
Such is the limitation of `ObjectOutputStream` mechanism of the JVM - it will write repeating objects by handle. There is an `unshared` mechanism that could override that, but even if...
Currently, the ea (latest) branch artifacts (for BOM versions such as `2.24ea40`) are fully available on Maven central. Stable branch artifacts (such as for BOM version `2.23.254`) are not published...
Seen in both `1.18.3` and `1.21.2`
I've just reproduced that issue on a completely different box with different network connection and JVM setup. I wonder if I'm missing something stupid like Document.readAll()?
On the first run of your program I am getting no ``: ``` Central Repository: org/apache/cxf/cxf-rt-rs-service-description-common-openapi/4.0.6 (snip) cxf-rt-rs-service-description-common-openapi-... 2024-12-03 16:46 32 cxf-rt-rs-service-description-common-openapi-... 20 ``` Though it is not guaranteed to...
URL + GZIP is a reference implementation which returns correct result every time, making me think it is not a network stack issue, not Java URLConnection issue, but `jsoup`.
I can no longer see the issue with the fix - much appreciated!