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

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

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

dependencies
github_actions

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

internal
library-update

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

internal
library-update

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

dependencies
github_actions