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

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

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

## 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...

library-update

## 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...

library-update