mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Upgrade to jOOQ 3.21.0
Closes gh-49774
This commit is contained in:
+1
@@ -93,6 +93,7 @@ class DefaultExceptionTranslatorExecuteListenerTests {
|
||||
return context;
|
||||
}
|
||||
|
||||
@SuppressWarnings({ "deprecation", "removal" })
|
||||
static Object[] exceptionTranslatesSqlExceptions() {
|
||||
return new Object[] { new Object[] { SQLDialect.DERBY, sqlException("42802") },
|
||||
new Object[] { SQLDialect.DERBY, new SQLSyntaxErrorException() },
|
||||
|
||||
+1
@@ -47,6 +47,7 @@ class SqlDialectLookupTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings({ "deprecation", "removal" })
|
||||
void getSqlDialectWhenDerbyShouldReturnDerby() throws Exception {
|
||||
testGetSqlDialect("jdbc:derby:", SQLDialect.DERBY);
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.20.10.xsd">
|
||||
<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.21.0.xsd">
|
||||
<batchSize>100</batchSize>
|
||||
</settings>
|
||||
|
||||
@@ -1143,7 +1143,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("jOOQ", "3.20.11") {
|
||||
library("jOOQ", "3.21.0") {
|
||||
group("org.jooq") {
|
||||
bom("jooq-bom")
|
||||
plugins = [
|
||||
|
||||
Reference in New Issue
Block a user