[jOOQ/jOOQ#12465] Deprecate IGNITE dialect again

This commit is contained in:
Lukas Eder 2021-09-23 10:26:15 +02:00
parent a47bc76d70
commit 3cc898203a

View File

@ -160,7 +160,14 @@ public enum SQLDialect {
/**
* The Apache Ignite dialect family.
*
* @deprecated - [#12465] - 3.16.0 - This dialect is hardly used by anyone
* with jOOQ or without jOOQ and will be removed in the near
* future. If you're actively using this dialect, please get in
* touch for extended support:
* https://github.com/jOOQ/jOOQ/issues/12465
*/
@Deprecated(forRemoval = true, since = "3.16")
IGNITE("Ignite", false, true),
/**