diff --git a/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml b/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml index 9371483848..7348aaea1f 100644 --- a/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml +++ b/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml @@ -62,7 +62,7 @@ javax.xml.bind jaxb-api - 2.2.12 + 2.3.1 @@ -71,7 +71,7 @@ javax.xml.bind jaxb-api - 2.2.12 + 2.3.1 diff --git a/jOOQ/src/main/java/org/jooq/SQLDialect.java b/jOOQ/src/main/java/org/jooq/SQLDialect.java index 1ed65b0655..7df92410ad 100644 --- a/jOOQ/src/main/java/org/jooq/SQLDialect.java +++ b/jOOQ/src/main/java/org/jooq/SQLDialect.java @@ -82,7 +82,12 @@ public enum SQLDialect { /** * The CUBRID dialect family. + * + * @deprecated - [#9403] - 3.13.0 - This dialect is hardly used by anyone + * with jOOQ or without jOOQ and will be removed in the near + * future. */ + @Deprecated CUBRID("CUBRID", false, true), /**