Tags: zenbones/msgpack-java
Tags
Fix Scala code formatting (msgpack#939) Fix Scala code formatting in PayloadSizeLimitTest Apply scalafmt to align variable declarations and comments according to project style guidelines. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <[email protected]>
Fix Jackson deprecation warnings in MessagePackFactory (msgpack#903) * Fix Jackson deprecation warnings in MessagePackFactory Replace deprecated _createContext(Object, boolean) calls with _createContext(ContentReference, boolean) to eliminate warnings when running tests with Jackson 2.18.4. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Fix Jackson deprecation warnings in MessagePackParserTest Replace deprecated JsonParser methods with their current equivalents: - getCurrentName() → currentName() - getTokenLocation() → currentTokenLocation() - getCurrentLocation() → currentLocation() 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Fix all remaining Jackson deprecation warnings - Replace deprecated ParserMinimalBase constructor with StreamReadConstraints - Add non-deprecated location methods (currentTokenLocation, currentLocation) - Update GeneratorBase constructor to use 4-parameter form with IOContext and JsonWriteContext - Add new createKeySerializer method signature for Jackson 2.18 - Keep deprecated methods for backward compatibility All tests pass and Jackson deprecation warnings are eliminated. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
Improve the performance of `jackson-dataformat-msgpack` (msgpack#866) * Improve the perf of msgpack-jackson * Refactoring
Fix ClassCastException when array values is set as List (msgpack#794)
Fix bug in ImmutableTimestampValueImpl. (msgpack#786) * Fix bug in ImmutableTimestampValueImpl. * Fix code style --------- Co-authored-by: Taro L. Saito <[email protected]>
core (fix): Fix MessageUnpacker.unpackValue to check the custom strin… …gSizeLimit (msgpack#753) * core (fix): Fix MessageUnpacker.unpackValue to check the custom stringSizeLimit * Cover unpackVariable(var)
Merge pull request msgpack#654 from msgpack/release-0.9.2 Update RELEASE_NOTES for 0.9.2
PreviousNext