liquibase-mongodb icon indicating copy to clipboard operation
liquibase-mongodb copied to clipboard

liquibase.exception.LockException: org.bson.codecs.configuration.CodecConfigurationException: Can't find a codec for interface java.util.List.

Open sayseakleng opened this issue 3 years ago • 2 comments

Hello there!

Currently I'm facing issue to use liquibase-core V 4.8.0 & liquibase-mongodb V 4.8.0 with Spring Boot V 2.6.3 as following screenshot:

image

Here is the code:

image

But it would work fine I use Spring Boot V 2.5.9.

Any urgent support, really appreciate.

sayseakleng avatar Feb 24 '22 10:02 sayseakleng

I also experienced this. It worked when I downgraded Spring to 2.5.9

JonasJSchreiber avatar Mar 05 '22 06:03 JonasJSchreiber

There is a PR for this fix: https://github.com/liquibase/liquibase-mongodb/pull/228

nqminhuit avatar Mar 21 '22 09:03 nqminhuit