From 27990d865b698ba8552242ed489be985dd2f5fba Mon Sep 17 00:00:00 2001
From: lukaseder
Date: Tue, 22 Jan 2019 15:21:46 +0100
Subject: [PATCH] [#6450] Javadoc should reference JDK 11 Javadoc
---
.../main/resources/org/jooq/web/html-util.xsl | 27 ++++--
.../resources/org/jooq/web/manual-3.10.xml | 66 +++++++--------
.../resources/org/jooq/web/manual-3.11.xml | 82 +++++++++----------
.../resources/org/jooq/web/manual-3.12.xml | 82 +++++++++----------
.../resources/org/jooq/web/manual-3.2.xml | 6 +-
.../resources/org/jooq/web/manual-3.3.xml | 6 +-
.../resources/org/jooq/web/manual-3.4.xml | 24 +++---
.../resources/org/jooq/web/manual-3.5.xml | 26 +++---
.../resources/org/jooq/web/manual-3.6.xml | 30 +++----
.../resources/org/jooq/web/manual-3.7.xml | 32 ++++----
.../resources/org/jooq/web/manual-3.8.xml | 40 ++++-----
.../resources/org/jooq/web/manual-3.9.xml | 38 ++++-----
12 files changed, 237 insertions(+), 222 deletions(-)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/html-util.xsl b/jOOQ-manual/src/main/resources/org/jooq/web/html-util.xsl
index 699fdf6908..55f1132223 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/html-util.xsl
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/html-util.xsl
@@ -143,12 +143,15 @@
- http://www.jooq.org/javadoc/
+ https://www.jooq.org/javadoc/
.x/
.html
+
@@ -167,13 +170,25 @@
-
- http://download.oracle.com/javase/8/docs/api/
+
+ https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/
.html
-
-
-
+
+
+
+
+ https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/
+
+ .html
+
+
+
+
+ https://docs.oracle.com/en/java/javase/11/docs/api/java.base/
+
+ .html
+
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
index c4b4b7fa29..6524490de2 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
@@ -3998,9 +3998,9 @@ author.store(); // The behaviour of this store call is governed by the updatable
- queryTimeout: Corresponds to or
- maxRows: Corresponds to or
- fetchSize: Corresponds to or
+ queryTimeout: Corresponds to or
+ maxRows: Corresponds to or
+ fetchSize: Corresponds to or
@@ -4431,7 +4431,7 @@ FROM "a"
Recursive common table expressions
- The various SQL dialects do not agree on the use of RECURSIVE when writing recursive common table expressions. When using jOOQ, always use the or methods, and jOOQ will render the RECURSIVE keyword, if needed.
+ The various SQL dialects do not agree on the use of RECURSIVE when writing recursive common table expressions. When using jOOQ, always use the or methods, and jOOQ will render the RECURSIVE keyword, if needed.