Closed renovate[bot] closed 1 year ago
Because you closed this PR without merging, Renovate will ignore this update (0.9.6
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
0.9.3
->0.9.6
Release Notes
msgpack/msgpack-java (org.msgpack:msgpack-core)
### [`v0.9.6`](https://togithub.com/msgpack/msgpack-java/releases/tag/v0.9.6) [Compare Source](https://togithub.com/msgpack/msgpack-java/compare/v0.9.5...v0.9.6) #### What's Changed ##### 🔥 Breaking Changes - feature: Support JDK21 (and drop JDK7 support) by [@xerial](https://togithub.com/xerial) in [https://github.com/msgpack/msgpack-java/pull/765](https://togithub.com/msgpack/msgpack-java/pull/765) Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow access to native memory: --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED ##### 🔗 Dependency Updates - Update airframe-json, airspec to 23.7.4 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/msgpack/msgpack-java/pull/752](https://togithub.com/msgpack/msgpack-java/pull/752) - Update airframe-json, airspec to 23.8.0 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/msgpack/msgpack-java/pull/754](https://togithub.com/msgpack/msgpack-java/pull/754) - Update airframe-json, airspec to 23.8.1 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/msgpack/msgpack-java/pull/756](https://togithub.com/msgpack/msgpack-java/pull/756) - Update sbt to 1.9.4 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/msgpack/msgpack-java/pull/759](https://togithub.com/msgpack/msgpack-java/pull/759) - Update airframe-json, airspec to 23.8.6 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/msgpack/msgpack-java/pull/760](https://togithub.com/msgpack/msgpack-java/pull/760) - Update sbt to 1.9.6 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/msgpack/msgpack-java/pull/763](https://togithub.com/msgpack/msgpack-java/pull/763) - Update airframe-json, airspec to 23.9.1 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/msgpack/msgpack-java/pull/762](https://togithub.com/msgpack/msgpack-java/pull/762) ##### 🛠 Internal Updates - Switch the default branch from develop to main by [@xerial](https://togithub.com/xerial) in [https://github.com/msgpack/msgpack-java/pull/755](https://togithub.com/msgpack/msgpack-java/pull/755) - Update sbt-scalafmt to 2.5.2 by [@scala-steward](https://togithub.com/scala-steward) in [https://github.com/msgpack/msgpack-java/pull/761](https://togithub.com/msgpack/msgpack-java/pull/761) - internal: Automatically generate release notes by [@xerial](https://togithub.com/xerial) in [https://github.com/msgpack/msgpack-java/pull/766](https://togithub.com/msgpack/msgpack-java/pull/766) ##### 📚 Docs - Correct MessageUnpacker javadoc by [@takezoe](https://togithub.com/takezoe) in [https://github.com/msgpack/msgpack-java/pull/764](https://togithub.com/msgpack/msgpack-java/pull/764) #### New Contributors - [@takezoe](https://togithub.com/takezoe) made their first contribution in [https://github.com/msgpack/msgpack-java/pull/764](https://togithub.com/msgpack/msgpack-java/pull/764) **Full Changelog**: https://github.com/msgpack/msgpack-java/compare/v0.9.5...v0.9.6 ### [`v0.9.5`](https://togithub.com/msgpack/msgpack-java/releases/tag/v0.9.5) [Compare Source](https://togithub.com/msgpack/msgpack-java/compare/v0.9.4...v0.9.5) #### What's Changed #### 🐛 Bug Fixes - core (fix): Fix MessageUnpacker.unpackValue to check the custom stringSizeLimit [@xerial](https://togithub.com/xerial) ([#753](https://togithub.com/msgpack/msgpack-java/issues/753)) #### 🔗 Dependency Updates - Update sbt to 1.9.3 [@scala-steward](https://togithub.com/scala-steward) ([#750](https://togithub.com/msgpack/msgpack-java/issues/750)) - Update airframe-json, airspec to 23.7.2 [@scala-steward](https://togithub.com/scala-steward) ([#748](https://togithub.com/msgpack/msgpack-java/issues/748)) - Update airframe-json, airspec to 23.7.1 [@scala-steward](https://togithub.com/scala-steward) ([#744](https://togithub.com/msgpack/msgpack-java/issues/744)) - Update sbt to 1.9.2 [@scala-steward](https://togithub.com/scala-steward) ([#746](https://togithub.com/msgpack/msgpack-java/issues/746)) #### 🛠 Internal Updates - Update airframe-json, airspec to 23.7.2 [@scala-steward](https://togithub.com/scala-steward) ([#748](https://togithub.com/msgpack/msgpack-java/issues/748)) - Update airframe-json, airspec to 23.7.1 [@scala-steward](https://togithub.com/scala-steward) ([#744](https://togithub.com/msgpack/msgpack-java/issues/744)) **Full Changelog**: https://github.com/msgpack/msgpack-java/compare/v0.9.4...v0.9.5 ### [`v0.9.4`](https://togithub.com/msgpack/msgpack-java/releases/tag/v0.9.4) [Compare Source](https://togithub.com/msgpack/msgpack-java/compare/v0.9.3...v0.9.4) #### What's Changed #### 🔥 Breaking Changes - msgpack-jackson: Update jackson-databind to 2.15.2 [@scala-steward](https://togithub.com/scala-steward) ([#734](https://togithub.com/msgpack/msgpack-java/issues/734)) #### 🚀 Features - Add `MessagePackMapper#handleBigDecimalAsString` [@komamitsu](https://togithub.com/komamitsu) ([#745](https://togithub.com/msgpack/msgpack-java/issues/745)) - Support timestamp extension in jackson-dataformat-msgpack [@komamitsu](https://togithub.com/komamitsu) ([#677](https://togithub.com/msgpack/msgpack-java/issues/677)) - Small improvement of msgpack-jackson bench [@komamitsu](https://togithub.com/komamitsu) ([#705](https://togithub.com/msgpack/msgpack-java/issues/705)) #### 🔗 Dependency Updates - Update sbt to 1.9.1 [@scala-steward](https://togithub.com/scala-steward) ([#741](https://togithub.com/msgpack/msgpack-java/issues/741)) - Update jackson-databind to 2.15.2 [@scala-steward](https://togithub.com/scala-steward) ([#734](https://togithub.com/msgpack/msgpack-java/issues/734)) - Update scala-collection-compat to 2.11.0 [@scala-steward](https://togithub.com/scala-steward) ([#740](https://togithub.com/msgpack/msgpack-java/issues/740)) - Update airframe-json, airspec to 23.5.7 [@scala-steward](https://togithub.com/scala-steward) ([#739](https://togithub.com/msgpack/msgpack-java/issues/739)) - Update sbt to 1.9.0 [@scala-steward](https://togithub.com/scala-steward) ([#738](https://togithub.com/msgpack/msgpack-java/issues/738)) - Update airframe-json, airspec to 23.5.6 [@scala-steward](https://togithub.com/scala-steward) ([#736](https://togithub.com/msgpack/msgpack-java/issues/736)) - Update sbt to 1.8.3 [@scala-steward](https://togithub.com/scala-steward) ([#735](https://togithub.com/msgpack/msgpack-java/issues/735)) - Update jackson-databind to 2.14.3 [@scala-steward](https://togithub.com/scala-steward) ([#730](https://togithub.com/msgpack/msgpack-java/issues/730)) - Update airframe-json, airspec to 23.5.2 [@scala-steward](https://togithub.com/scala-steward) ([#731](https://togithub.com/msgpack/msgpack-java/issues/731)) - Update airframe-json, airspec to 23.5.0 [@scala-steward](https://togithub.com/scala-steward) ([#728](https://togithub.com/msgpack/msgpack-java/issues/728)) - Update scala-collection-compat to 2.10.0 [@scala-steward](https://togithub.com/scala-steward) ([#726](https://togithub.com/msgpack/msgpack-java/issues/726)) - Update airframe-json, airspec to 23.3.4 [@scala-steward](https://togithub.com/scala-steward) ([#723](https://togithub.com/msgpack/msgpack-java/issues/723)) - Update airframe-json, airspec to 23.3.0 [@scala-steward](https://togithub.com/scala-steward) ([#718](https://togithub.com/msgpack/msgpack-java/issues/718)) - Update airframe-json, airspec to 23.2.5 [@scala-steward](https://togithub.com/scala-steward) ([#717](https://togithub.com/msgpack/msgpack-java/issues/717)) #### 🛠 Internal Updates - Update scala-collection-compat to 2.11.0 [@scala-steward](https://togithub.com/scala-steward) ([#740](https://togithub.com/msgpack/msgpack-java/issues/740)) - Update airframe-json, airspec to 23.5.7 [@scala-steward](https://togithub.com/scala-steward) ([#739](https://togithub.com/msgpack/msgpack-java/issues/739)) - Update airframe-json, airspec to 23.5.6 [@scala-steward](https://togithub.com/scala-steward) ([#736](https://togithub.com/msgpack/msgpack-java/issues/736)) - Update sbt-dynver to 5.0.1 [@scala-steward](https://togithub.com/scala-steward) ([#733](https://togithub.com/msgpack/msgpack-java/issues/733)) - Update sbt-sonatype to 3.9.21 [@scala-steward](https://togithub.com/scala-steward) ([#737](https://togithub.com/msgpack/msgpack-java/issues/737)) - Update airframe-json, airspec to 23.5.2 [@scala-steward](https://togithub.com/scala-steward) ([#731](https://togithub.com/msgpack/msgpack-java/issues/731)) - Update sbt-sonatype to 3.9.20 [@scala-steward](https://togithub.com/scala-steward) ([#732](https://togithub.com/msgpack/msgpack-java/issues/732)) - Update sbt-sonatype to 3.9.19 [@scala-steward](https://togithub.com/scala-steward) ([#729](https://togithub.com/msgpack/msgpack-java/issues/729)) - Update airframe-json, airspec to 23.5.0 [@scala-steward](https://togithub.com/scala-steward) ([#728](https://togithub.com/msgpack/msgpack-java/issues/728)) - Update scala-collection-compat to 2.10.0 [@scala-steward](https://togithub.com/scala-steward) ([#726](https://togithub.com/msgpack/msgpack-java/issues/726)) - Update airframe-json, airspec to 23.3.4 [@scala-steward](https://togithub.com/scala-steward) ([#723](https://togithub.com/msgpack/msgpack-java/issues/723)) - Update airframe-json, airspec to 23.3.0 [@scala-steward](https://togithub.com/scala-steward) ([#718](https://togithub.com/msgpack/msgpack-java/issues/718)) - Update sbt-sonatype to 3.9.18 [@scala-steward](https://togithub.com/scala-steward) ([#719](https://togithub.com/msgpack/msgpack-java/issues/719)) - Update airframe-json, airspec to 23.2.5 [@scala-steward](https://togithub.com/scala-steward) ([#717](https://togithub.com/msgpack/msgpack-java/issues/717)) - update sbt script [@xerial](https://togithub.com/xerial) ([#714](https://togithub.com/msgpack/msgpack-java/issues/714)) - Introduce release drafter [@xerial](https://togithub.com/xerial) ([#713](https://togithub.com/msgpack/msgpack-java/issues/713)) #### 📚 Docs - Add `MessagePackMapper#handleBigDecimalAsString` [@komamitsu](https://togithub.com/komamitsu) ([#745](https://togithub.com/msgpack/msgpack-java/issues/745)) **Full Changelog**: https://github.com/msgpack/msgpack-java/compare/v0.9.3...v0.9.4Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.