Skip to content

Bump org.immutables:value from 2.10.1 to 2.11.0 #2466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps org.immutables:value from 2.10.1 to 2.11.0.

Release notes

Sourced from org.immutables:value's releases.

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

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

Changelog

Sourced from org.immutables:value's changelog.

project: name: immutables version: 2.11.0 languages: java: groupId: org.immutables

deploy: maven: mavenCentral: sonatype: active: ALWAYS namespace: org.immutables sign: false url: https://central.sonatype.com/api/v1/publisher stage: UPLOAD verifyPom: false stagingRepositories: - target/central-prepared maxRetries: 1

Commits
  • cbe3446 to release or not to release, is it a question?
  • 96a9f29 jreleaser and fixing poms (still problems, with signatures)
  • 5a58422 cannot publish anything, central.sonatype.com migration, gpg, keys, have no c...
  • 346f08f cosmetic: merge internal, remove unused param, low probability of clash
  • 098ec33 pinning maven version 3.9.9 (3.9.10 breaks pom/manifestEntries)
  • 3a71741 #1550 address regeneration / incremental compilation for with interfaces
  • b57a97c cosmetic: remove synthetic param, with less probable method name
  • 6a8fc0c fix criteria resolved due to recent JsonIgnore on fields
  • e3c35de cosmetics: spaces, inline annotations, -final
  • 23e64e7 some typos
  • Additional commits viewable in compare view

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)

Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.10.1 to 2.11.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 1, 2025 14:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants