mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Merge branch '3.4.x' into 3.5.x
Closes gh-47438
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ public class JooqAutoConfiguration {
|
||||
|
||||
@Bean
|
||||
@ConditionalOnProperty("spring.jooq.config")
|
||||
@ConditionalOnMissingBean(Settings.class)
|
||||
@ConditionalOnMissingBean
|
||||
Settings settings(JooqProperties properties) throws IOException {
|
||||
if (!ClassUtils.isPresent("jakarta.xml.bind.JAXBContext", null)) {
|
||||
throw new JaxbNotAvailableException();
|
||||
|
||||
+2
-2
@@ -62,8 +62,8 @@ class BatchDataSourceScriptDatabaseInitializerTests {
|
||||
}
|
||||
|
||||
@ParameterizedTest
|
||||
@EnumSource(mode = Mode.EXCLUDE, names = { "AWS_WRAPPER", "CLICKHOUSE", "FIREBIRD",
|
||||
"INFORMIX", "JTDS", "PHOENIX", "REDSHIFT", "TERADATA", "TESTCONTAINERS", "UNKNOWN" })
|
||||
@EnumSource(mode = Mode.EXCLUDE, names = { "AWS_WRAPPER", "CLICKHOUSE", "FIREBIRD", "INFORMIX", "JTDS", "PHOENIX",
|
||||
"REDSHIFT", "TERADATA", "TESTCONTAINERS", "UNKNOWN" })
|
||||
void batchSchemaCanBeLocated(DatabaseDriver driver) throws SQLException {
|
||||
DefaultResourceLoader resourceLoader = new DefaultResourceLoader();
|
||||
BatchProperties properties = new BatchProperties();
|
||||
|
||||
Reference in New Issue
Block a user