Skip to content

chore(gradle): bump immutables from 2.10.1 to 2.11.2#262

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/immutables-2.11.2
Closed

chore(gradle): bump immutables from 2.10.1 to 2.11.2#262
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/immutables-2.11.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2025

Copy link
Copy Markdown

Bumps immutables from 2.10.1 to 2.11.2.
Updates org.immutables:value from 2.10.1 to 2.11.2

Release notes

Sourced from org.immutables:value's releases.

2.11.2

Maintenance and refinment release

  • #1572 #1573 Optimized from merging method for many supertypes
  • Introduced static mode (via compile time overloads only) for from supertypes. Switch via Style.mergeFromSupertypesDynamically=false. This gives (very) old behavior before dynamic merging was introduced, for some, it is more intuitive than dynamic logic and avoid heap pollution (& ClassCastException) for some rare cases of supertypes imlementing parameterized interfaces with different actual type arguments in a hierarchy.
  • #1576 Fixed Jackson JSON deserialization for optional types (required=false was generated only for Nullable, now - for any non mandatory attribute). Generating Jackson required can be disabled via setJacksonPropertyRequired=false, the difference is if Jackson will issue an error on missing attribute or Immutables' builder will throw an exception for the same.

PRs merged

New Contributors

Full Changelog: immutables/immutables@2.11.1...2.11.2

2.11.1

Maintenance and minor enhancements

  • Various bugfixes: Jackson integration, refinements/fixes in withers.
  • Extending Builders for records. I.e. nested static class Builder extends MyRecordBuilder {}
  • Can expose *IsSet methods on builder
  • new module org.immutables:datatype. It's slightly modernized version of org.immutables:data (now deprecated), no dependency on Guava, + support for records with generated builders

Also

New Contributors

Full Changelog: immutables/immutables@2.11.0...2.11.1

2.11.0

Many thanks to all contributors: PRs, testing and evaluation much appreciated!

  • @Value.Builder for records on builders
    • @Value.Default.* annotation for constant default values for records and regular abstract types
    • Generated "wither" interfaces for records @Value.Builder record A(int a, String b) implements WithA {..
  • JSpecify @Nullable support in @NullMarked mode.
  • In general improved support for TYPE_USE annotations (as far as compiler and peculiarities of existing code allows),
  • Lambda builders when using Style.attributeBuilderDetection=true: builder.value(b -> b.a(1).c(""))
  • Various bugfixes and other improvements

Also

... (truncated)

Commits
  • 2eb6337 v2.11.2
  • f4d07e6 #1575 misc, the test is defunct :(
  • 8a43db9 #1575 restoring GeneratedImportsModifier functionality
  • a036232 #1576 required only for isMandatory attributes, (not only non-nullable)
  • 7e20170 #1569 merge from static overloads mode
  • f8edd1f #1572 single method for <= 16 + refinements
  • 9ef4839 Merge pull request #1573 from christophercolumbusdog/mergeFunction
  • 56d2395 Merge pull request #1574 from devinrsmith/fix-jackson-annotation-option
  • 953ad62 fix: set correct override for Jackson annotation processor option
  • a8aaaee Optimize mergeInternal generation with specialized methods per subtype
  • Additional commits viewable in compare view

Updates org.immutables:value-annotations from 2.10.1 to 2.11.2

Release notes

Sourced from org.immutables:value-annotations's releases.

2.11.2

Maintenance and refinment release

  • #1572 #1573 Optimized from merging method for many supertypes
  • Introduced static mode (via compile time overloads only) for from supertypes. Switch via Style.mergeFromSupertypesDynamically=false. This gives (very) old behavior before dynamic merging was introduced, for some, it is more intuitive than dynamic logic and avoid heap pollution (& ClassCastException) for some rare cases of supertypes imlementing parameterized interfaces with different actual type arguments in a hierarchy.
  • #1576 Fixed Jackson JSON deserialization for optional types (required=false was generated only for Nullable, now - for any non mandatory attribute). Generating Jackson required can be disabled via setJacksonPropertyRequired=false, the difference is if Jackson will issue an error on missing attribute or Immutables' builder will throw an exception for the same.

PRs merged

New Contributors

Full Changelog: immutables/immutables@2.11.1...2.11.2

2.11.1

Maintenance and minor enhancements

  • Various bugfixes: Jackson integration, refinements/fixes in withers.
  • Extending Builders for records. I.e. nested static class Builder extends MyRecordBuilder {}
  • Can expose *IsSet methods on builder
  • new module org.immutables:datatype. It's slightly modernized version of org.immutables:data (now deprecated), no dependency on Guava, + support for records with generated builders

Also

New Contributors

Full Changelog: immutables/immutables@2.11.0...2.11.1

2.11.0

Many thanks to all contributors: PRs, testing and evaluation much appreciated!

  • @Value.Builder for records on builders
    • @Value.Default.* annotation for constant default values for records and regular abstract types
    • Generated "wither" interfaces for records @Value.Builder record A(int a, String b) implements WithA {..
  • JSpecify @Nullable support in @NullMarked mode.
  • In general improved support for TYPE_USE annotations (as far as compiler and peculiarities of existing code allows),
  • Lambda builders when using Style.attributeBuilderDetection=true: builder.value(b -> b.a(1).c(""))
  • Various bugfixes and other improvements

Also

... (truncated)

Commits
  • 2eb6337 v2.11.2
  • f4d07e6 #1575 misc, the test is defunct :(
  • 8a43db9 #1575 restoring GeneratedImportsModifier functionality
  • a036232 #1576 required only for isMandatory attributes, (not only non-nullable)
  • 7e20170 #1569 merge from static overloads mode
  • f8edd1f #1572 single method for <= 16 + refinements
  • 9ef4839 Merge pull request #1573 from christophercolumbusdog/mergeFunction
  • 56d2395 Merge pull request #1574 from devinrsmith/fix-jackson-annotation-option
  • 953ad62 fix: set correct override for Jackson annotation processor option
  • a8aaaee Optimize mergeInternal generation with specialized methods per subtype
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 @github

dependabot Bot commented on behalf of github Aug 11, 2025

Copy link
Copy Markdown
Author

Assignees

The following users could not be added as assignees: devinrsmith, rcaudy. Either they do not exist or they do not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: NoDocumentationNeeded, NoReleaseNotesNeeded, version-bump. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps `immutables` from 2.10.1 to 2.11.2.

Updates `org.immutables:value` from 2.10.1 to 2.11.2
- [Release notes](https://github.com/immutables/immutables/releases)
- [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml)
- [Commits](immutables/immutables@2.10.1...2.11.2)

Updates `org.immutables:value-annotations` from 2.10.1 to 2.11.2
- [Release notes](https://github.com/immutables/immutables/releases)
- [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml)
- [Commits](immutables/immutables@2.10.1...2.11.2)

---
updated-dependencies:
- dependency-name: org.immutables:value
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.immutables:value-annotations
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/immutables-2.11.2 branch from e5aae4a to 3f06702 Compare August 12, 2025 14:21
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2025

Copy link
Copy Markdown
Author

Superseded by #269.

@dependabot dependabot Bot closed this Aug 18, 2025
@dependabot dependabot Bot deleted the dependabot/gradle/immutables-2.11.2 branch August 18, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants