vavr-io / vavr-jackson

Jackson datatype module for Vavr
Apache License 2.0
97 stars 35 forks source link

`@JsonMerge` support for collections #185

Open hypr2771 opened 3 years ago

hypr2771 commented 3 years ago

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