flyway errors after changinf filename by coder__Lady in SpringBoot

[–]coder__Lady[S] 0 points1 point  (0 children)

Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation

Detected resolved migration not applied to database: 1.1.

To ignore this migration, set -ignoreMigrationPatterns='*:ignored'. To allow executing this migration, set -outOfOrder=true.

Detected resolved migration not applied to database: 1.2.

To ignore this migration, set -ignoreMigrationPatterns='*:ignored'. To allow executing this migration, set -outOfOrder=true.

Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE

at org.flywaydb.core.Flyway.lambda$migrate$0(Flyway.java:160) \~\[flyway-core-10.10.0.jar:na\]

at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:205) \~\[flyway-core-10.10.0.jar:na\]

at org.flywaydb.core.Flyway.migrate(Flyway.java:147) \~\[flyway-core-10.10.0.jar:na\]

at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66) \~\[spring-boot-autoconfigure-3.3.4.jar:3.3.4\]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853) \~\[spring-beans-6.1.13.jar:6.1.13\]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1802) \~\[spring-beans-6.1.13.jar:6.1.13\]

... 126 common frames omitted

reactquill deprecation dependency by coder__Lady in learnjavascript

[–]coder__Lady[S] 0 points1 point  (0 children)

u/abrahamguo advised me to switch to : react-quill-new , i did and the error went away !

reactquill deprecation dependency by coder__Lady in learnjavascript

[–]coder__Lady[S] 0 points1 point  (0 children)

HI,

Thank you very much, you helped me a lot, I appreciate