vavr-io / vavr-jackson

Jackson datatype module for Vavr
Apache License 2.0
99 stars 38 forks source link

compile and release against 1.0.0-alpha-3 #153

Closed domdorn closed 4 years ago

domdorn commented 4 years ago

The sourcecode of this module is source-compatible to vavr-1.0.0-alpha-3 but not binary compatible. because of this, using the module together with 'io.vavr', name: 'vavr', version: '1.0.0-alpha-3' results in java.lang.IncompatibleClassChangeErrors

please release a new version which is simply compiled against 1.0.0-alpha-3

ruslansennov commented 4 years ago

done https://repo1.maven.org/maven2/io/vavr/vavr-jackson/1.0.0-alpha-3/

domdorn commented 4 years ago

Thanks a lot, works like a charm!