Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_STREAM on the JakartaRS Jackson Provider

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages