To test, run mvn test
There seem to be two related changes that are interacting to cause this issue. One change was in the msgpack-java-dataformat library and seems to have been included in the v0.8.17 release. The other change was in the jackson-jakarta-rs-base library and was introduced in v2.15.
I've been able to resolve the issue in three ways, but none of them seem ideal:
- Downgrade Java MessagePack libraries to <= v0.8.16
- Downgrade Jackson libraries to <= 2.14.x
- Disable
JakartaRSFeature.READ_FULL_STREAMon the JakartaRS Jackson Provider