Skip to content

Update dependency org.msgpack:jackson-dataformat-msgpack to v0.9.0#1346

Merged
uweschaefer merged 1 commit intomasterfrom
renovate/org.msgpack-jackson-dataformat-msgpack-0.x
Jun 9, 2021
Merged

Update dependency org.msgpack:jackson-dataformat-msgpack to v0.9.0#1346
uweschaefer merged 1 commit intomasterfrom
renovate/org.msgpack-jackson-dataformat-msgpack-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.msgpack:jackson-dataformat-msgpack (source) 0.8.24 -> 0.9.0 age adoption passing confidence

Release Notes

msgpack/msgpack-java

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.

  • 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

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added the dependencies label Jun 8, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 8, 2021

Codecov Report

Merging #1346 (1926d36) into master (d99f2c6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1346   +/-   ##
=======================================
  Coverage   82.67%   82.67%           
=======================================
  Files         245      245           
  Lines        4940     4940           
  Branches      349      349           
=======================================
  Hits         4084     4084           
  Misses        740      740           
  Partials      116      116           

@uweschaefer uweschaefer merged commit cb01163 into master Jun 9, 2021
@uweschaefer uweschaefer deleted the renovate/org.msgpack-jackson-dataformat-msgpack-0.x branch June 9, 2021 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants