Open
Conversation
269d272 to
70b95db
Compare
b9be7c3 to
3b0d462
Compare
8468e5e to
a1ddbda
Compare
a1ddbda to
1493acc
Compare
1493acc to
c688c6e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2025.07.04-1.21.5→2026.02.09-1.21.1114.0.0→17.0.00.10.5→1.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
SpongePowered/SpongeAPI (org.spongepowered:spongeapi)
v17.0.0What's Changed
New Contributors
Full Changelog: SpongePowered/SpongeAPI@v16.0.0...v17.0.0
v16.0.0Compare Source
What's Changed
HappyGhastclass.Full Changelog: SpongePowered/SpongeAPI@v15.0.0...v16.0.0
v15.0.0What's Changed
New Contributors
Full Changelog: SpongePowered/SpongeAPI@v14.0.0...v15.0.0
vavr-io/vavr (io.vavr:vavr)
v1.0.0Vavr started in 2014 as Javaslang, a small experiment in bringing functional programming to Java. Over the years, it grew into a comprehensive library trusted by thousands of projects.
This is the first* stable major release. It marks the point where the API is mature, battle-tested, and ready for long-term production use with full semantic versioning guarantees going forward. Vavr 1.0.0 is intentionally not a revolution. The goal of this release is to formalize the stability that 0.x users have relied on for years, not to reinvent the library.
The
1.0.0label reflects what has been true in practice for a long time: Vavr is production-ready, stable, and not deadThank you to every contributor who filed issues, submitted pull requests, improved documentation, and helped shape the library over the past 12 years.
Philosophy of 1.0.0
1.0.0 is a drop-in replacement for 0.11.0. The API you know is the API you get. If your project compiles against 0.11.0, upgrading to 1.0.0 should be a version bump and nothing more (unless you used the experimental
TaskAPI, which was the only removal).Larger changes - such as an aggressive minimum Java version bump, potential API redesigns, and leveraging modern JVM features - are deliberately staged for Vavr 2.x. The 1.0.0 line will remain a conservative, Java 8-compatible foundation for projects that need long-term stability above all else.
What's Changed
Full Changelog: vavr-io/vavr@v0.11.0...v1.0.0
v0.11.0Compare Source
The day has come - Vavr 0.11.0 is out, marking the first minor release in several years.
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 (#3085)The for-comprehension API has been expanded with lazy, evaluation-friendly signatures that accept functions instead of eagerly-evaluated objects:
JSpecify Integration (#3113)
Vavr now integrates JSpecify annotations, enhancing null-safety support in IDEs and modern static analysis tools.
Better Future Cancellation (#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)andValue.mapToVoid()Try.toEither(Throwable -> L)What's Changed
.mapTo(U)and.mapToVoid()for Value by @adamkopec in #3086, #3090Try.toEither(Throwable -> L)by @adamkopec in #3088New Contributors
Full Changelog: vavr-io/vavr@v0.10.7...v0.11.0
v0.10.7Maintenance release - fixed broken JavaDoc stylesheets.
btw, we're getting really close to shipping v0.11.0...
v0.10.6: Patch Release 0.10.6This release brings Virtual-Thread-friendliness and documentation updates.
This is the last planned patch release for the 0.10.x train. 0.11.x incoming!
Changes
Full Changelog: vavr-io/vavr@v0.10.5...v0.10.6
Committers
🎉 MANY THANKS TO ALL COMMITTERS! 🎉
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.