-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency org.msgpack:msgpack-core to v0.9.11 #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
583c2b2 to
830cc76
Compare
830cc76 to
224795c
Compare
224795c to
7af1766
Compare
7af1766 to
8d5f2c2
Compare
8d5f2c2 to
59815e7
Compare
59815e7 to
4720bea
Compare
4720bea to
46a9496
Compare
46a9496 to
542b395
Compare
542b395 to
1a97eaa
Compare
1a97eaa to
ce5a2db
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: build.gradle |
ce5a2db to
abd4df3
Compare
abd4df3 to
30f30b1
Compare
30f30b1 to
76ac50f
Compare
76ac50f to
61bb408
Compare
61bb408 to
c977b74
Compare
c977b74 to
e0dbddb
Compare
e0dbddb to
2762953
Compare
2762953 to
54fb7e6
Compare
54fb7e6 to
d72098a
Compare
d72098a to
ddef838
Compare
ddef838 to
bf5092d
Compare
|
bf5092d to
8d17ce0
Compare
8d17ce0 to
284a4c0
Compare
This PR contains the following updates:
0.8.20→0.9.11Release Notes
msgpack/msgpack-java (org.msgpack:msgpack-core)
v0.9.11What's Changed
🐛 Bug Fixes
daa2ea6(Address CVE-2026-21452)🔗 Dependency Updates
🛠 Internal Updates
Full Changelog: msgpack/msgpack-java@v0.9.10...v0.9.11
v0.9.10What's Changed
🔥 Breaking Changes
🚀 Features
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
📚 Docs
Other Changes
New Contributors
Full Changelog: msgpack/msgpack-java@v0.9.9...v0.9.10
v0.9.9What's Changed
🔗 Dependency Updates
jackson-databindby @komamitsu in #858🛠 Internal Updates
java.net.URLconstructor by @xuwei-k in #853Other Changes
jackson-dataformat-msgpackby @komamitsu in #866Full Changelog: msgpack/msgpack-java@v0.9.8...v0.9.9
v0.9.8What's Changed
🔥 Breaking Changes
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
Full Changelog: msgpack/msgpack-java@v0.9.7...v0.9.8
v0.9.7What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
dependabot.ymlfor GitHub Actions update by @xuwei-k in #776setup-javainstead of deprecatedolafurpg/setup-scalaby @xuwei-k in #770📚 Docs
New Contributors
Full Changelog: msgpack/msgpack-java@v0.9.6...v0.9.7
v0.9.6What's Changed
🔥 Breaking Changes
Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow access to native memory:
🔗 Dependency Updates
🛠 Internal Updates
📚 Docs
New Contributors
Full Changelog: msgpack/msgpack-java@v0.9.5...v0.9.6
v0.9.5What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
Full Changelog: msgpack/msgpack-java@v0.9.4...v0.9.5
v0.9.4What's Changed
🔥 Breaking Changes
🚀 Features
MessagePackMapper#handleBigDecimalAsString@komamitsu (#745)🔗 Dependency Updates
🛠 Internal Updates
📚 Docs
MessagePackMapper#handleBigDecimalAsString@komamitsu (#745)Full Changelog: msgpack/msgpack-java@v0.9.3...v0.9.4
v0.9.3This version supports JDK17 #660.
Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow accessing
native memory:
Internal updates:
v0.9.2Internal updates:
v0.9.1Bug fixes and improvements:
Internal updates:
Known issues:
v0.9.0This version support reading and writing Timestamp values.
Packer and unpacker interfaces added pack/unpackTimestamp methods.
Timestamp value in MessagePack is an extension type value whose code is -1. You can read TimestampValue object with MessgageUnapcker.unpackValue method.
If you are using low-level unpack methods (e.g., unpackInt, unpackExtension, etc.),
you need to read unpackExtensionHeader first, and if extHeader.isTimestampType() is true, call unpackTimestamp(extHeader).
Timestamp values are represented with java.time.Instant objects.
You can extract the unixtime value with Instant.getEpochSecond(), unixtime with milliseconds resolution with Instant.toEpochMilli(), and nano-resolution time with Instant.getNano().
As TimestampValue is just a sub class of ExtensionValue, no change requierd in your code that are traversing MessagePack data with MessageUnpacker.unpackValue method.
reading timestamp values.
Dependency updates:
Internal updates:
v0.8.24v0.8.23Intenral changes:
v0.8.22Compare Source
v0.8.21Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.