|
|
|
@ -651,7 +651,7 @@ class FlywayAutoConfigurationTests { |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.getConfiguration() |
|
|
|
.getConfiguration() |
|
|
|
.getPluginRegister() |
|
|
|
.getPluginRegister() |
|
|
|
.getPlugin(OracleConfigurationExtension.class) |
|
|
|
.getExact(OracleConfigurationExtension.class) |
|
|
|
.getSqlplus()).isTrue()); |
|
|
|
.getSqlplus()).isTrue()); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
@ -663,7 +663,7 @@ class FlywayAutoConfigurationTests { |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.getConfiguration() |
|
|
|
.getConfiguration() |
|
|
|
.getPluginRegister() |
|
|
|
.getPluginRegister() |
|
|
|
.getPlugin(OracleConfigurationExtension.class) |
|
|
|
.getExact(OracleConfigurationExtension.class) |
|
|
|
.getSqlplusWarn()).isTrue()); |
|
|
|
.getSqlplusWarn()).isTrue()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -674,7 +674,7 @@ class FlywayAutoConfigurationTests { |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.getConfiguration() |
|
|
|
.getConfiguration() |
|
|
|
.getPluginRegister() |
|
|
|
.getPluginRegister() |
|
|
|
.getPlugin(OracleConfigurationExtension.class) |
|
|
|
.getExact(OracleConfigurationExtension.class) |
|
|
|
.getWalletLocation()).isEqualTo("/tmp/my.wallet")); |
|
|
|
.getWalletLocation()).isEqualTo("/tmp/my.wallet")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -685,7 +685,7 @@ class FlywayAutoConfigurationTests { |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.getConfiguration() |
|
|
|
.getConfiguration() |
|
|
|
.getPluginRegister() |
|
|
|
.getPluginRegister() |
|
|
|
.getPlugin(OracleConfigurationExtension.class) |
|
|
|
.getExact(OracleConfigurationExtension.class) |
|
|
|
.getKerberosCacheFile()).isEqualTo("/tmp/cache")); |
|
|
|
.getKerberosCacheFile()).isEqualTo("/tmp/cache")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -783,7 +783,7 @@ class FlywayAutoConfigurationTests { |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.getConfiguration() |
|
|
|
.getConfiguration() |
|
|
|
.getPluginRegister() |
|
|
|
.getPluginRegister() |
|
|
|
.getPlugin(PostgreSQLConfigurationExtension.class) |
|
|
|
.getExact(PostgreSQLConfigurationExtension.class) |
|
|
|
.isTransactionalLock()).isFalse()); |
|
|
|
.isTransactionalLock()).isFalse()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -801,7 +801,7 @@ class FlywayAutoConfigurationTests { |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.run((context) -> assertThat(context.getBean(Flyway.class) |
|
|
|
.getConfiguration() |
|
|
|
.getConfiguration() |
|
|
|
.getPluginRegister() |
|
|
|
.getPluginRegister() |
|
|
|
.getPlugin(SQLServerConfigurationExtension.class) |
|
|
|
.getExact(SQLServerConfigurationExtension.class) |
|
|
|
.getKerberos() |
|
|
|
.getKerberos() |
|
|
|
.getLogin() |
|
|
|
.getLogin() |
|
|
|
.getFile()).isEqualTo("/tmp/config")); |
|
|
|
.getFile()).isEqualTo("/tmp/config")); |
|
|
|
|