Roman Kyrychenko

Results 2 comments of Roman Kyrychenko

Faced the same problem. The last stable for me was ` 4.6.2` version of the Liquibase. As a workaround for the current one I used **;DATABASE_TO_LOWER=TRUE;** param in my connection...

@c-schmitz-tsystems hi there. I faced that problem today and found the cause and the solution. The method `com.fasterxml.jackson.databind.PropertyName.merge(com.fasterxml.jackson.databind.PropertyName, com.fasterxml.jackson.databind.PropertyName)` that is being invoked was introduced in Jackson v2.17.0 and the...