Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

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

v2.10.1

Compare Source

Maintenance release

What's Changed
New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 17, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title Update dependency org.immutables:value-annotations to v2.10.1 Update dependency org.immutables:value-annotations to v2.11.0 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/org.immutables-value-annotations-2.x branch from def9037 to 665e2a6 Compare June 27, 2025 18:14
@renovate renovate bot force-pushed the renovate/org.immutables-value-annotations-2.x branch from 665e2a6 to 577ab3a Compare July 15, 2025 20:55
@renovate renovate bot changed the title Update dependency org.immutables:value-annotations to v2.11.0 Update dependency org.immutables:value-annotations to v2.11.1 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/org.immutables-value-annotations-2.x branch from 577ab3a to 7bc36c3 Compare August 4, 2025 20:32
@renovate renovate bot changed the title Update dependency org.immutables:value-annotations to v2.11.1 Update dependency org.immutables:value-annotations to v2.11.2 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/org.immutables-value-annotations-2.x branch from 7bc36c3 to 06f7be4 Compare August 13, 2025 03:28
@renovate renovate bot changed the title Update dependency org.immutables:value-annotations to v2.11.2 Update dependency org.immutables:value-annotations to v2.11.3 Aug 13, 2025
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