An open index of dependabot pull requests across open source projects.

Bump org.immutables:value from 2.10.1 to 2.11.1

Closed
Number: #2481
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 22, 2025 at 01:23 PM UTC
(11 months ago)
Updated: August 05, 2025 at 04:45 PM UTC
(10 months ago)
Closed: August 05, 2025 at 04:45 PM UTC
(10 months ago)
Time to Close: 14 days
Labels:
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 *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: 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.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

... (truncated)

Commits

Dependabot compatibility score

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 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)
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+1
Deletions:
-1
Package Dependencies
Ecosystem:
maven
Version Change:
2.10.1 → 2.11.1
Update Type:
Minor
Technical Details
ID: 4643223
UUID: 2685567243
Node ID: PR_kwDOATeDE86gEoEL
Host: GitHub
Repository: docker-java/docker-java
Mergeable: Yes
Merge State: Clean