Skip to content
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

Upgrade to io.vavr version 1.0.0-alpha-3 #81

Open
benoitheinrich opened this issue Jan 31, 2020 · 2 comments
Open

Upgrade to io.vavr version 1.0.0-alpha-3 #81

benoitheinrich opened this issue Jan 31, 2020 · 2 comments

Comments

@benoitheinrich
Copy link

A new version of the io.vavr library has been published on Jul, 2019 but the latest assertj-vavr version uses the 0.10.0 version.
Is it possible to have a newer version of the library based on latest 1.0.0-alpha-3 version of io.vavr?

Thanks.

@michel-zimmer
Copy link

michel-zimmer commented Nov 14, 2020

When upgrading vavr from version 0.10.3 to 1.0.0-alpha-3 I'm getting

java.lang.IncompatibleClassChangeError: Found class io.vavr.control.Either, but interface was expected

for

Either<A, B> result = …;
assertThat(result).isRight();

under assertj-vavr version 0.3.0.

@Vyacheslav-Lapin
Copy link

Maybe now it's better to switch to 1.0.0-alpha-4 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants