msgpack-java
msgpack-java copied to clipboard
MessagePack serializer implementation for Java / msgpack.org[Java]
## About this PR π¦ Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.10.7` to `1.10.11` π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.11) - [Version Diff](https://github.com/sbt/sbt/compare/v1.10.7...v1.10.11) ## Usage β **Please merge!** I'll automatically update this...
## Problem description Let's imagine that I have a system that accepts only numbers encoded in `UINT16`. Using the API with automatic header selection, it is impossible to encode values...
I'm trying to use msgpack in a Quarkus native project, but it is giving warnings during build: ``` Warning: RecomputeFieldValue.ArrayBaseOffset automatic substitution failed. The automatic substitution registration was attempted because...
Currently `MessagePack.newDefaultUnpacker(ByteBuffer buffer)` doesn't support HeapByteBuffer When passing Read Only ByteBuffer, following exception happened. Because `HeapByteBfuferR.hashArray()` and `HeapByteBfuferR.isDirect()` returns false. ``` throw new IllegalArgumentException("Only the array-backed ByteBuffer or DirectBuffer is...
I released a new Java/Kotlin MessagePack library ([MiniPack](https://github.com/odenix/minipack)) and followed the instructions to add `msgpack.org[Java]` to its GitHub project description. However, 48 hours later, my library is not listed on...
## About this PR π¦ Updates [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from `2.16.2` to `2.18.2` ## Usage β **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....
## About this PR π¦ Updates [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) from `5.11.4` to `5.14.1` ## Usage β **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR π¦ Updates [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from `5.14.1` to `6.0.1` β ## Usage β **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @βsalmanmkc in actions/checkout#2248 Persist...