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

deps(master): bump zeebe-protocol-immutables from 1.1.1 to 1.2.0 #128

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps zeebe-protocol-immutables from 1.1.1 to 1.2.0.

Release notes

Sourced from zeebe-protocol-immutables's releases.

1.2.0

What's Changed

Features

  • Introduction of ImmutableRecordCopier which allows you to perform deep copies of your Record<> objects into the equivalent ImmutableRecord<> object. This enables easy comparison between different Record<> implementations, as well as control over serialization/deserialization when serializing a Record<> using YAML, CBOR, or any other format supported by Jackson.
  • Dropped complicated (if possibly more accurate) property based testing approach in favor of an exporter-like one. You can read more in the readme under Testing.
  • All properties are now optional. This allows easily creating dummy objects of the RecordValue implementations, e.g. ImmutableJobRecordValue.builder().build() which are fully initialized with zero-values. It also makes deserialization of partial objects possible, and reduces to surface of deserialization errors.

📦 Dependency updates

Contributors

@​dependabot, @​dependabot-preview, @​dependabot-preview[bot], @​dependabot[bot], @​npepinpe and camunda-jenkins

Commits
  • c6bc2b2 [maven-release-plugin] prepare release 1.2.0
  • 1866045 chore: update compatibility section
  • 96d96a9 Merge pull request #65 from zeebe-io/dependabot/maven/master/version.zeebe-0....
  • af4e544 Merge pull request #67 from zeebe-io/dependabot/maven/master/com.fasterxml.ja...
  • 859e9df deps(master): bump version.zeebe from 0.25.1 to 0.26.1
  • d17f10d deps(master): bump jackson-databind from 2.11.3 to 2.12.2
  • 86aae14 feat: added ImmutableRecordCopier
  • 7bc23b3 chore(ci): add CI workflow
  • 49ee736 chore: new generated defaults
  • 9f4da91 Merge pull request #63 from zeebe-io/dependabot/maven/master/version.junit-5.7.1
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot dependabot bot requested a review from npepinpe March 15, 2021 09:28
@dependabot dependabot bot force-pushed the dependabot/maven/master/io.zeebe-zeebe-protocol-immutables-1.2.0 branch from ffde3d0 to d273151 Compare March 15, 2021 09:47
@npepinpe npepinpe merged commit dd6a60c into master Mar 15, 2021
@npepinpe npepinpe deleted the dependabot/maven/master/io.zeebe-zeebe-protocol-immutables-1.2.0 branch March 15, 2021 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant