Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps vavr-version from 0.10.7 to 0.11.0.
Updates io.vavr:vavr from 0.10.7 to 0.11.0

Release notes

Sourced from io.vavr:vavr's releases.

v0.11.0

The day has come - Vavr 0.11.0 is out, marking the first minor release in several years.

giphy

From here on, the focus shifts toward Vavr 1.0.0, starting with a significant Java version bump.

The 0.11.x line will continue to receive bugfixes and maintenance updates, but no new features are planned. Roadmap details can be found here.

Huge thanks to everyone who contributed in any form.

Significant Additions

Lazy For() Comprehension (vavr-io/vavr#3085)

The for-comprehension API has been expanded with lazy, evaluation-friendly signatures that accept functions instead of eagerly-evaluated objects:

Option<Integer> result = API.For(
  calculate1(),
  (r1) -> calculate2(r1),
  (r1, r2) -> calculate3(r1, r2))
  .yield((r1, r2, r3) -> r1 + r2 + r3);

JSpecify Integration (vavr-io/vavr#3113)

Vavr now integrates JSpecify annotations, enhancing null-safety support in IDEs and modern static analysis tools.

Better Future Cancellation (vavr-io/vavr#3107)

As a result of internal refactoring, cancellation is now possible for Futures that have not yet started execution.

Various API Additions

  • Either/Validation.cond()
  • Value.mapTo(U) and Value.mapToVoid()
  • Try.toEither(Throwable -> L)

What's Changed

... (truncated)

Commits

Updates io.vavr:vavr-match from 0.10.7 to 0.11.0

Commits
  • 09b4c49 [maven-release-plugin] prepare release v0.11.0
  • b843f94 Bump org.codehaus.mojo:versions-maven-plugin from 2.19.0 to 2.19.1 (#81)
  • 9d34d37 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 (#80)
  • 210b1e4 Bump actions/checkout from 5 to 6 (#83)
  • 8643c51 Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0...
  • 3ffa908 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 (#79)
  • c011df9 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 (#78)
  • 83009e1 Bump org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.19.0 (#77)
  • 2f43332 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 (#75)
  • ebb9de5 Bump actions/setup-java from 4 to 5 (#76)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 `vavr-version` from 0.10.7 to 0.11.0.

Updates `io.vavr:vavr` from 0.10.7 to 0.11.0
- [Release notes](https://github.com/vavr-io/vavr/releases)
- [Commits](vavr-io/vavr@v0.10.7...v0.11.0)

Updates `io.vavr:vavr-match` from 0.10.7 to 0.11.0
- [Release notes](https://github.com/vavr-io/vavr-match/releases)
- [Commits](vavr-io/vavr-match@v0.10.7...v0.11.0)

---
updated-dependencies:
- dependency-name: io.vavr:vavr
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.vavr:vavr-match
  dependency-version: 0.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 Dec 15, 2025
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@apupier
Copy link
Contributor

apupier commented Dec 15, 2025

/component-test resilience4j

Result ✅ The tests passed successfully

@github-actions
Copy link
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@oscerd oscerd merged commit f917c48 into main Dec 15, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/vavr-version-0.11.0 branch December 15, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies 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.

2 participants