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

Update immutables to v2.10.0 #7601

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Update immutables to v2.10.0 #7601

merged 2 commits into from
Oct 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.immutables:value-processor (source) 2.9.3 -> 2.10.0 age adoption passing confidence
org.immutables:value-fixture (source) 2.9.3 -> 2.10.0 age adoption passing confidence
org.immutables:value-annotations (source) 2.9.3 -> 2.10.0 age adoption passing confidence
org.immutables:builder (source) 2.9.3 -> 2.10.0 age adoption passing confidence

Release Notes

immutables/immutables (org.immutables:value-processor)

v2.10.0

Compare Source

JakartaEE support

Style flag jakarta = true
Mainly package change for annotations and types like Validator

Miscellaneous

  • JDK9 unmodifiable collections for List, Set, Map, style flag jdk9Collections = true
  • Suppress from method, style flag from = ""
  • Non-strict modifiables allows reading unset attributes, style flag strictModifiables = false
  • Fixes in nested type_use annotations.
  • Performance: better initial capacity for collections
  • Refinements and fixes to Criteria modules
  • Plus many other refinements and maintance, see below

Workarounds for Gradle

  • imports for not-yet-generated types : add options.sourcepath
  • disable incremental compilation (options.incremental), may also help is some complex cases

What's Changed (since some last year's release)

New Contributors

Full Changelog: immutables/immutables@2.9.3...2.10.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

@renovate renovate bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 6, 2023
@renovate renovate bot enabled auto-merge (squash) October 6, 2023 18:12
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 6, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 9, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@snazy snazy requested a review from adutra October 9, 2023 08:19
Copy link
Contributor

@adutra adutra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, value-fixture seems only used in nessie-versioned-persist-adapter.

@renovate renovate bot merged commit 2a5b1d2 into main Oct 9, 2023
17 checks passed
@renovate renovate bot deleted the renovate/immutables branch October 9, 2023 08:59
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants