From 993293ed568ceb0ebf025aed9ea30851f2f875df Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 17 Oct 2019 17:37:01 +0200 Subject: [PATCH] [jOOQ/jOOQ#9401] Downgrade JAXB dependencies to 2.2 for all JDKs --- jOOQ-examples/jOOQ-jpa-example-entities/pom.xml | 4 ++-- jOOQ/src/main/java/org/jooq/SQLDialect.java | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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), /**