liquibase-mongodb
liquibase-mongodb copied to clipboard
liquibase.exception.LockException: org.bson.codecs.configuration.CodecConfigurationException: Can't find a codec for interface java.util.List.
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:
Here is the code:
But it would work fine I use Spring Boot V 2.5.9.
Any urgent support, really appreciate.
I also experienced this. It worked when I downgraded Spring to 2.5.9
There is a PR for this fix: https://github.com/liquibase/liquibase-mongodb/pull/228