-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency org.msgpack:msgpack-core to v0.9.9 #77
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
|
This PR contains the following updates:
0.8.20
->0.9.9
Release Notes
msgpack/msgpack-java (org.msgpack:msgpack-core)
v0.9.9
What's Changed
🔗 Dependency Updates
jackson-databind
by @komamitsu in https://github.com/msgpack/msgpack-java/pull/858🛠 Internal Updates
java.net.URL
constructor by @xuwei-k in https://github.com/msgpack/msgpack-java/pull/853Other Changes
jackson-dataformat-msgpack
by @komamitsu in https://github.com/msgpack/msgpack-java/pull/866Full Changelog: msgpack/msgpack-java@v0.9.8...v0.9.9
v0.9.8
What's Changed
🔥 Breaking Changes
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
Full Changelog: msgpack/msgpack-java@v0.9.7...v0.9.8
v0.9.7
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
dependabot.yml
for GitHub Actions update by @xuwei-k in https://github.com/msgpack/msgpack-java/pull/776setup-java
instead of deprecatedolafurpg/setup-scala
by @xuwei-k in https://github.com/msgpack/msgpack-java/pull/770📚 Docs
New Contributors
Full Changelog: msgpack/msgpack-java@v0.9.6...v0.9.7
v0.9.6
What'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.5
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
Full Changelog: msgpack/msgpack-java@v0.9.4...v0.9.5
v0.9.4
What'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.3
This 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.2
Internal updates:
v0.9.1
Bug fixes and improvements:
Internal updates:
Known issues:
v0.9.0
This 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.24
v0.8.23
Intenral changes:
v0.8.22
Compare Source
v0.8.21
Compare 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.