Bump org.msgpack:msgpack-core from 0.8.16 to 0.9.9
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies java
Bumps org.msgpack:msgpack-core from 0.8.16 to 0.9.9.
Release notes
Sourced from org.msgpack:msgpack-core's releases.
v0.9.9
What's Changed
đź”— Dependency Updates
- Bump actions/cache from 3 to 4 by
@​dependabotin msgpack/msgpack-java#795- Bump release-drafter/release-drafter from 5 to 6 by
@​dependabotin msgpack/msgpack-java#798- Update airframe-json, airspec to 24.1.2 by
@​scala-stewardin msgpack/msgpack-java#801- Update sbt to 1.9.9 by
@​scala-stewardin msgpack/msgpack-java#803- Update airframe-json, airspec to 24.3.0 by
@​scala-stewardin msgpack/msgpack-java#807- Update airframe-json, airspec to 24.4.2 by
@​scala-stewardin msgpack/msgpack-java#817- Update scalacheck to 1.17.1 by
@​scala-stewardin msgpack/msgpack-java#815- Update scala-collection-compat to 2.12.0 by
@​scala-stewardin msgpack/msgpack-java#814- Update airframe-json, airspec to 24.4.3 by
@​scala-stewardin msgpack/msgpack-java#820- Update scalacheck to 1.18.0 by
@​scala-stewardin msgpack/msgpack-java#819- Update jackson-databind to 2.16.2 by
@​scala-stewardin msgpack/msgpack-java#811- Update sbt to 1.10.0 by
@​scala-stewardin msgpack/msgpack-java#823- Update airframe-json, airspec to 24.5.0 by
@​scala-stewardin msgpack/msgpack-java#824- Update airframe-json, airspec to 24.5.2 by
@​scala-stewardin msgpack/msgpack-java#826- Update airframe-json, airspec to 24.7.0 by
@​scala-stewardin msgpack/msgpack-java#829- Update sbt to 1.10.1 by
@​scala-stewardin msgpack/msgpack-java#831- Update airframe-json, airspec to 24.7.1 by
@​scala-stewardin msgpack/msgpack-java#832- Update airframe-json, airspec to 24.9.0 by
@​scala-stewardin msgpack/msgpack-java#837- Update sbt to 1.10.2 by
@​scala-stewardin msgpack/msgpack-java#839- Update scalacheck to 1.18.1 by
@​scala-stewardin msgpack/msgpack-java#840- Update airframe-json, airspec to 24.9.3 by
@​scala-stewardin msgpack/msgpack-java#844- Update sbt, scripted-plugin to 1.10.4 by
@​scala-stewardin msgpack/msgpack-java#852- Update airframe-json, airspec to 24.10.0 by
@​scala-stewardin msgpack/msgpack-java#850- Update sbt, scripted-plugin to 1.10.5 by
@​scala-stewardin msgpack/msgpack-java#854- Bump the version of
jackson-databindby@​komamitsuin msgpack/msgpack-java#858- Update airframe-json, airspec to 24.12.1 by
@​scala-stewardin msgpack/msgpack-java#860- Update sbt, scripted-plugin to 1.10.6 by
@​scala-stewardin msgpack/msgpack-java#859- Update airframe-json, airspec to 24.12.2 by
@​scala-stewardin msgpack/msgpack-java#863- Update sbt, scripted-plugin to 1.10.7 by
@​scala-stewardin msgpack/msgpack-java#865🛠Internal Updates
- Update sbt-osgi to 0.9.11 by
@​scala-stewardin msgpack/msgpack-java#796- Update sbt-osgi to 0.10.0 by
@​scala-stewardin msgpack/msgpack-java#797- Update sbt-pgp to 2.3.0 by
@​scala-stewardin msgpack/msgpack-java#845- Update sbt-sonatype to 3.12.0 by
@​scala-stewardin msgpack/msgpack-java#846- Update sbt-sonatype to 3.12.2 by
@​scala-stewardin msgpack/msgpack-java#847- Update sbt-dynver to 5.1.0 by
@​scala-stewardin msgpack/msgpack-java#848- avoid deprecated
java.net.URLconstructor by@​xuwei-kin msgpack/msgpack-java#853- Update sbt-pgp to 2.3.1 by
@​scala-stewardin msgpack/msgpack-java#862Other Changes
- Improve the performance of
jackson-dataformat-msgpackby@​komamitsuin msgpack/msgpack-java#866Full Changelog: https://github.com/msgpack/msgpack-java/compare/v0.9.8...v0.9.9
v0.9.8
... (truncated)
Changelog
Sourced from org.msgpack:msgpack-core's changelog.
Release Notes
The latest release notes will be available from the GitHub release page
0.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:
--add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMEDInternal updates:
- Use SPDX-ID in license name #653
- Update airframe-json, airspec to 22.6.4 #659
- Update akka-actor to 2.6.19 #647
0.9.2
Internal updates:
- Update jackson-databind to 2.13.3 #650
- Update akka-actor to 2.6.19 #631
- Update airframe-json, airspec to 22.6.1 #649
- Update scalacheck to 1.16.0 #636
- Update scala-collection-compat to 2.7.0 #632
- Update sbt-sonatype to 3.9.13 #644
- Update airframe-json, airspec to 22.5.0 #643
- Update sbt to 1.6.2 #630
0.9.1
Bug fixes and improvements:
- Keep consistent read size after closing MessageUnpacker (#621)
@​okumin- Fixed examples relative link in README (#622)
@​zbuster05- Add an ObjectMapper shorthand
@​cyberdelia(#620)- Specify the bufferSize of the ArrayBufferOutput (#597)
@​szhInternal updates:
- Update akka-actor to 2.6.18 (#614)
@​ScalaSteward- Update airframe-json, airspec to 22.2.0 (#626)
@​ScalaSteward- Update junit-interface to 0.13.3 (#617)
@​ScalaSteward- Update sbt-scalafmt to 2.4.6 (#616)
@​ScalaSteward- Upgrade sbt to 1.5.6 (#610)
@​TaroL. Saito- Update scala-collection-compat to 2.6.0 (#604)
@​ScalaSteward
... (truncated)
Commits
5921983Improve the performance ofjackson-dataformat-msgpack(#866)56c0e5aUpdate sbt, scripted-plugin to 1.10.7 (#865)e03d60dUpdate airframe-json, airspec to 24.12.2 (#863)d2b328eUpdate sbt, scripted-plugin to 1.10.6 (#859)c7907adUpdate airframe-json, airspec to 24.12.1 (#860)33ba1eaUpdate sbt-pgp to 2.3.1 (#862)5161c53Bump the version ofjackson-databind(#858)84fd197Update sbt, scripted-plugin to 1.10.5 (#854)ba0c44finternal: Avoid deprecatedjava.net.URLconstructor (#853)b6bae5bUpdate sbt-dynver to 5.1.0 (#848)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
org.msgpack:msgpack-core
maven
0.8.16 → 0.9.9
Minor
Technical Details
| ID: | 989568 |
| UUID: | 2513925442 |
| Node ID: | PR_kwDOADdRNs6V13VC |
| Host: | GitHub |
| Repository: | treasure-data/td-client-java |
| Merge State: | Unknown |