Skip to content
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

Bump jackson-dataformat-msgpack from 0.8.24 to 0.9.0 #2117

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps jackson-dataformat-msgpack from 0.8.24 to 0.9.0.

Changelog

Sourced from jackson-dataformat-msgpack's changelog.

0.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.

  • Added Timestamp support #565 and low-level APIs #580 for reading timestamp values.

Dependency updates:

  • Update jackson-databind to 2.10.5.1 #559

Internal updates:

  • Update akka-actor to 2.6.14 #579
  • Fix for Scala 2.13 syntax #577
  • Update airframe-json, airspec to 21.6.0 #576
  • Update scala-library to 2.13.6 #568
  • Update sbt to 1.5.3 #575
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java) from 0.8.24 to 0.9.0.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/develop/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.8.24...v0.9.0)

---
updated-dependencies:
- dependency-name: org.msgpack:jackson-dataformat-msgpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Type: Pull requests that update a dependency file java Pull requests that update Java code labels Jun 14, 2021
@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #2117 (3fd1301) into master (126751e) will decrease coverage by 14.32%.
The diff coverage is 79.95%.

❗ Current head 3fd1301 differs from pull request most recent head ee02fba. Consider uploading reports for the commit ee02fba to get more accurate results
Impacted file tree graph

@@              Coverage Diff              @@
##             master    #2117       +/-   ##
=============================================
- Coverage     87.05%   72.72%   -14.33%     
+ Complexity     1744      508     -1236     
=============================================
  Files           315      194      -121     
  Lines          7731     5273     -2458     
  Branches        740      497      -243     
=============================================
- Hits           6730     3835     -2895     
- Misses          772     1359      +587     
+ Partials        229       79      -150     
Impacted Files Coverage Δ
...ensus/ConsensusCreateTopicTransactionSupplier.java 0.00% <ø> (ø)
...sus/ConsensusSubmitMessageTransactionSupplier.java 0.00% <0.00%> (ø)
...ensus/ConsensusUpdateTopicTransactionSupplier.java 0.00% <ø> (ø)
...er/schedule/ScheduleCreateTransactionSupplier.java 0.00% <ø> (ø)
...supplier/token/TokenCreateTransactionSupplier.java 0.00% <ø> (ø)
...supplier/token/TokenUpdateTransactionSupplier.java 0.00% <ø> (ø)
.../java/com/hedera/mirror/monitor/HederaNetwork.java 100.00% <ø> (+6.25%) ⬆️
...ra/mirror/monitor/config/MonitorConfiguration.java 0.00% <0.00%> (ø)
...edera/mirror/monitor/publish/PublishException.java 0.00% <0.00%> (ø)
.../hedera/mirror/monitor/publish/PublishMetrics.java 0.00% <0.00%> (ø)
... and 333 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9374a5b...ee02fba. Read the comment docs.

@steven-sheehy steven-sheehy added this to the Mirror 0.36.0 milestone Jun 15, 2021
@steven-sheehy steven-sheehy merged commit 0e5e519 into master Jun 15, 2021
@steven-sheehy steven-sheehy deleted the dependabot/maven/org.msgpack-jackson-dataformat-msgpack-0.9.0 branch June 15, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Type: Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant