Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2025

This PR contains the following updates:

Package Change Age Confidence
org.immutables:value (source) 2.10.1 -> 2.11.3 age confidence
org.immutables:builder (source) 2.10.1 -> 2.11.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

immutables/immutables (org.immutables:value)

v2.11.3

Compare Source

Maintenance & refinements release

Thank you for PRs and providing feedback!

  • #​1432/#​1582 JDK optional types now have first class support for having default value provided by accessor annotated with @Value.Default, no warnings are issued.
  • #​1578 Fixed: missing header/package declaration in generated files with no imports
  • #​1580 Fixed: with methods do not handle fallbackNullableAnnotation properly on Map types

What's Changed

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

v2.11.2

Compare Source

Maintenance and refinement 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

v2.11.1

Compare Source

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

v2.11.0

Compare Source

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

Closed issues https://github.com/immutables/immutables/milestone/82?closed=1

New Contributors

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


Configuration

📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/immutables-monorepo branch from b42d0e5 to f196643 Compare July 15, 2025 21:09
@renovate renovate bot changed the title chore(deps): Update immutables monorepo to v2.11.0 chore(deps): Update immutables monorepo to v2.11.1 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/immutables-monorepo branch from f196643 to 17c0079 Compare August 4, 2025 18:45
@renovate renovate bot changed the title chore(deps): Update immutables monorepo to v2.11.1 chore(deps): Update immutables monorepo to v2.11.2 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/immutables-monorepo branch 2 times, most recently from 7f1f17c to 6dbcb50 Compare August 10, 2025 13:04
@renovate renovate bot changed the title chore(deps): Update immutables monorepo to v2.11.2 chore(deps): Update immutables monorepo to v2.11.3 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/immutables-monorepo branch from 6dbcb50 to 5757136 Compare August 13, 2025 04:05
@renovate renovate bot force-pushed the renovate/immutables-monorepo branch from 5757136 to 9925511 Compare August 16, 2025 16:43
@zml2008 zml2008 self-assigned this Aug 31, 2025
@zml2008 zml2008 added this to the 4.0.0 milestone Aug 31, 2025
@zml2008 zml2008 added this pull request to the merge queue Aug 31, 2025
Merged via the queue into main/4.x with commit 70cb6cc Aug 31, 2025
5 checks passed
@zml2008 zml2008 deleted the renovate/immutables-monorepo branch August 31, 2025 01:15
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