- Notifications
You must be signed in to change notification settings - Fork322
Tags: msgpack/msgpack-java
Tags
v0.9.10
Fix Jackson deprecation warnings in MessagePackFactory (#903)* Fix Jackson deprecation warnings in MessagePackFactoryReplace deprecated _createContext(Object, boolean) calls with_createContext(ContentReference, boolean) to eliminate warningswhen running tests with Jackson 2.18.4.🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>* Fix Jackson deprecation warnings in MessagePackParserTestReplace 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 <noreply@anthropic.com>* 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 compatibilityAll tests pass and Jackson deprecation warnings are eliminated.🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>---------Co-authored-by: Claude <noreply@anthropic.com>
PreviousNext