Activity overview
Latest activity by vifeng
thank you for your answer. unfortunately, nope.. it didn't work.. here is the code I tried per asked : ``` buildscript { repositories { mavenCentral() } dependencies { // delete classpath("org.flywaydb:flyway-mysql:10.11.1") classpath ("mysql:mysql-connector-java:8.0.31") } } val snippetsDir by extra { file("build/generated-snippets") } val asciidoctorExt by configurations.creating dependencies { implementation(platform("com.google.cloud:spring-cloud-gcp-dependencies:4.1.4")) implementation("com.google.cloud:spring-cloud-gcp-starter-sql-mysql") implementation("com.google.cloud:google-cloud-secretmanager") implementation("org.flywaydb:flyway-mysql:10.11.1") implementation("org.flywaydb:flyway-core:10.11.1") ``` / comments
thank you for your answer. unfortunately, nope.. it didn't work..here is the code I tried per asked : ```buildscript { repositories { mavenCentral() } dependencies { // delet...
I have reported it as a bug : https://github.com/flyway/flyway/issues/3885 / comments
I have reported it as a bug : https://github.com/flyway/flyway/issues/3885
Yes Peter same effect for both Flyway Community 8.2.1 & Flyway OSS Edition 10.11.1 by Redgate. Do you have any recommandation I should try or should I report it as a bug? / comments
Yes Peter same effect for both Flyway Community 8.2.1 & Flyway OSS Edition 10.11.1 by Redgate.Do you have any recommandation I should try or should I report it as a bug?
Hi petter, just saw your comment ! Yes i do have it in the buildscript buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("org.flywaydb:flyway-mysql:10.11.1")
}the reason it's here was a no database error which i speaked about and that i read about here : https://github.com/flyway/flyway/issues/3722 and https://github.com/flyway/flyway/issues/3355 / comments
Hi petter, just saw your comment ! Yes i do have it in the buildscript buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("org.flywaydb:flyway-mysql:10.11.1")
}the reason it's h...
Unsupported Database: MySQL 8.0
Which version and edition of Flyway are you using?Flyway Community 8.2.1Which client are you using? Gradle Version: 8.2.1 pluginorFlyway OSS Edition 10.11.1 by Redgate in command lineWhich database...