We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@JsonMerge
Merging seems to not be working using VAVR collections with this library.
I am trying to merge VAVR collections using @JsonMerge.
I am expecting the same result as merging Java collections.
There is minimal reproducible snippet available at https://github.com/hypr2771/test-merge-vavr.
openjdk version "15.0.1" 2020-10-20
com.fasterxml.jackson.core:jackson-core:2.12.1
com.fasterxml.jackson.core:jackson-databind:2.12.1
com.fasterxml.jackson.core:jackson-annotations:2.12.1
io.vavr:vavr:0.10.3
io.vavr:vavr-jackson:0.10.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Merging seems to not be working using VAVR collections with this library.
Case
I am trying to merge VAVR collections using
@JsonMerge
.Expectation
I am expecting the same result as merging Java collections.
Resources
There is minimal reproducible snippet available at https://github.com/hypr2771/test-merge-vavr.
Environment
openjdk version "15.0.1" 2020-10-20
com.fasterxml.jackson.core:jackson-core:2.12.1
com.fasterxml.jackson.core:jackson-databind:2.12.1
com.fasterxml.jackson.core:jackson-annotations:2.12.1
io.vavr:vavr:0.10.3
io.vavr:vavr-jackson:0.10.3
The text was updated successfully, but these errors were encountered: