msgpack-java icon indicating copy to clipboard operation
msgpack-java copied to clipboard

MessagePack serializer implementation for Java / msgpack.org[Java]

Results 107 msgpack-java issues
Sort by recently updated
recently updated
newest added

My environment: openjdk-25 springboot3 msgpack-core 0.9.10 (latest version) Test example code: public static void basicUsage() Console info (4 warnings) : 1. WARNING: A terminally deprecated method in sun.misc.Unsafe has been...

I'd be great to have a new module that is compatible with Jackson 3 API.

## About this PR 📦 Updates [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from `2.18.4` to `2.18.5` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

library-update

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.9.9` to `3.9.10` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.9.10) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.9.9...v3.9.10) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

library-update

On Java 24 msgpack warns: ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.msgpack.core.buffer.MessageBuffer (file:/Users/runner/.m2/repository/org/msgpack/msgpack-core/0.9.10/msgpack-core-0.9.10.jar) WARNING: Please consider reporting this to...

## About this PR 📦 Updates [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from `2.18.4` to `2.20.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

library-update

When some non-english characters are serialized and deserialized back, the output is not as expected. All those non-english characters are lost and replaced with some generic symbols. But this is...