Update all non-major maven dependencies #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.9.12
->0.10.2
0.1.0
->0.1.8
0.1.0
->0.1.8
0.8.13
->0.9.10
Release Notes
ronmamo/reflections (org.reflections:reflections)
v0.10.2
Compare Source
reflections-0.10.2
v0.10.1
Compare Source
reflections-0.10.1
known issue #351: deprecated scanners are using wrong index name :( which results in empty query results. will be solved in next release. workaround/solution: migrate to the new
Scanners
v0.10
Compare Source
reflections-0.10 refactor
known issue #337: annotation not marked with
Retention(RUNTIME)
will be excluded because of an exceptionmsgpack/msgpack-java (org.msgpack:msgpack-core)
v0.9.10
Compare Source
What'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.9
Compare Source
What's Changed
🔗 Dependency Updates
jackson-databind
by @komamitsu in #858🛠 Internal Updates
java.net.URL
constructor by @xuwei-k in #853Other Changes
jackson-dataformat-msgpack
by @komamitsu in #866Full Changelog: msgpack/msgpack-java@v0.9.8...v0.9.9
v0.9.8
Compare Source
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
Compare Source
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
dependabot.yml
for GitHub Actions update by @xuwei-k in #776setup-java
instead of deprecatedolafurpg/setup-scala
by @xuwei-k in #770📚 Docs
New Contributors
Full Changelog: msgpack/msgpack-java@v0.9.6...v0.9.7
v0.9.6
Compare Source
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
Compare Source
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
Full Changelog: msgpack/msgpack-java@v0.9.4...v0.9.5
v0.9.4
Compare Source
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
Compare Source
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
Compare Source
Internal updates:
v0.9.1
Compare Source
Bug fixes and improvements:
Internal updates:
Known issues:
v0.9.0
Compare Source
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
Compare Source
v0.8.23
Compare Source
Intenral changes:
v0.8.22
Compare Source
v0.8.21
Compare Source
v0.8.20
Compare Source
v0.8.19
Compare Source
v0.8.18
Compare Source
v0.8.17
Compare Source
v0.8.16
Compare Source
v0.8.15
Compare Source
test-only
command withtestOnly
#445v0.8.14
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.