Bump org.immutables:value from 2.10.1 to 2.11.1
Closed
Number: #2481
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
July 22, 2025 at 01:23 PM UTC
(11 months ago)
(11 months ago)
Updated:
August 05, 2025 at 04:45 PM UTC
(10 months ago)
(10 months ago)
Closed:
August 05, 2025 at 04:45 PM UTC
(10 months ago)
(10 months ago)
Time to Close:
14 days
Labels:
dependencies java
dependencies java
Description:
Bumps org.immutables:value from 2.10.1 to 2.11.1.
Release notes
Sourced from org.immutables:value's releases.
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
*IsSetmethods on builder- new module
org.immutables:datatype. It's slightly modernized version oforg.immutables:data(now deprecated), no dependency on Guava, + support for records with generated buildersAlso
- Include org.immutables:data in bill of materials by
@ascopesin immutables/immutables#1556- GH-1557: Fix erroneous code generation for TypeTokens of raw annotated types by
@ascopesin immutables/immutables#1558- Final stage builder methods' return value should be ignorable by
@benhalasiin immutables/immutables#1568New Contributors
@benhalasimade their first contribution in immutables/immutables#1568Full Changelog: https://github.com/immutables/immutables/compare/2.11.0...2.11.1
2.11.0
Many thanks to all contributors: PRs, testing and evaluation much appreciated!
@Value.Builderfor 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
@Nullablesupport in@NullMarkedmode.- In general improved support for
TYPE_USEannotations (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
- Added support for the 'required' attribute for the generated JSON Property Annotation by
@harrismirzain immutables/immutables#1515- Fix a bug with type annotation handling by
@cushonin immutables/immutables#1532- simple lambda builders by
@elucashin immutables/immutables#1533- Make it possible to inject annotations to "with" types by
@fp7in immutables/immutables#1528- Support Sub-Collection Queries for InMemory and MongoDB by
@markifin immutables/immutables#1526- Change default Mongo UUID representation to STANDARD/v4 (Criteria) by
@mathansenin immutables/immutables#1482- Use source retention for serial annotations by
@Xcelledin immutables/immutables#1521- Add legacy SourceOrdering option by
@christophercolumbusdogin immutables/immutables#1541- Update Generated.java to be documented. by
@ascopesin immutables/immutables#1543Closed issues https://github.com/immutables/immutables/milestone/82?closed=1
New Contributors
@harrismirzamade their first contribution in immutables/immutables#1515@cushonmade their first contribution in immutables/immutables#1532@markifmade their first contribution in immutables/immutables#1526@mathansenmade their first contribution in immutables/immutables#1482@Xcelledmade their first contribution in immutables/immutables#1521@christophercolumbusdogmade their first contribution in immutables/immutables#1541@ascopesmade their first contribution in immutables/immutables#1543
... (truncated)
Commits
2f03181releasing 2.11.10f79f1f#1571 more flexible messaged09d838#1564 a chance to fix a typoa919929#1564 records only have one, own impl typeaab5dae#1564 fixed record builder support for datatype5adba57Merge pull request #1568 from benhalasi/staged-builder-final-stage-methods-ca...01ce558Annotate staged builder's final stage methods with@CanIgnoreReturnValuewhen...96e7dbcFix spelling824a2d9#1561 missing dot6ef0a4c#1562 Jackson is too smart, complecting things, safe when field and accessor ...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
| ID: | 4643223 |
| UUID: | 2685567243 |
| Node ID: | PR_kwDOATeDE86gEoEL |
| Host: | GitHub |
| Repository: | docker-java/docker-java |
| Mergeable: | Yes |
| Merge State: | Clean |