From 658a3c12297da384c610b22074e2599593b3178d Mon Sep 17 00:00:00 2001 From: olim7t Date: Tue, 7 Nov 2017 13:04:22 -0800 Subject: [PATCH 01/82] Update docs.yaml for 3.3.1 --- docs.yaml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 docs.yaml diff --git a/docs.yaml b/docs.yaml new file mode 100644 index 00000000000..ee514add1d0 --- /dev/null +++ b/docs.yaml @@ -0,0 +1,67 @@ +title: Java Driver for Apache Cassandra +summary: High performance Java client for Apache Cassandra +homepage: http://datastax.github.io/java-driver/ +theme: datastax +sections: + - title: Manual + prefix: /manual + sources: + - type: markdown + files: 'manual/**/*.md' + # The 'manual' section was called 'features' in older releases. Leave both + # definitions and Documentor will pick up whichever exists and ignore the + # other. + - title: Features + prefix: /features + sources: + - type: markdown + files: 'features/**/*.md' + - title: Changelog + prefix: /changelog + sources: + - type: markdown + files: 'changelog/**/*.md' + - title: Upgrading + prefix: /upgrade_guide + sources: + - type: markdown + files: 'upgrade_guide/**/*.md' + - title: FAQ + prefix: /faq + sources: + - type: markdown + files: 'faq/**/*.md' +links: + - title: Code + href: https://github.com/datastax/java-driver/ + - title: Docs + href: http://docs.datastax.com/en/developer/java-driver/ + - title: Issues + href: https://datastax-oss.atlassian.net/browse/JAVA/ + - title: Mailing List + href: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user + - title: Releases + href: http://downloads.datastax.com/java-driver/ +api_docs: + 3.3: http://docs.datastax.com/en/drivers/java/3.3 + 4.0-alpha: http://docs.datastax.com/en/drivers/java/4.0 + 3.2: http://docs.datastax.com/en/drivers/java/3.2 + 3.1: http://docs.datastax.com/en/drivers/java/3.1 + 3.0: http://docs.datastax.com/en/drivers/java/3.0 + 2.1: http://docs.datastax.com/en/drivers/java/2.1 + 2.0: http://docs.datastax.com/en/drivers/java/2.0 +versions: + - name: '3.3' + ref: '3.3.1' + - name: '4.0-alpha' + ref: '9f0edeb' + - name: '3.2' + ref: '3.2_docfixes' + - name: '3.1' + ref: '3.1_docfixes' + - name: '3.0' + ref: '3.0_docfixes' + - name: '2.1' + ref: '2.1.10.3' + - name: '2.0' + ref: '2.0.12.3' From 10e74c880c93a656d7e2173c7b07f767ac888285 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Mon, 20 Nov 2017 11:09:31 -0800 Subject: [PATCH 02/82] Update for 3.3.2 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index ee514add1d0..2f998de19c8 100644 --- a/docs.yaml +++ b/docs.yaml @@ -52,7 +52,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '3.3' - ref: '3.3.1' + ref: '3.3.2' - name: '4.0-alpha' ref: '9f0edeb' - name: '3.2' From bee9a35c8be7cb2a556c4b819f2cd5e6be738e38 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Thu, 18 Jan 2018 14:10:35 -0800 Subject: [PATCH 03/82] Add version 3.4.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index 2f998de19c8..477b8cb7281 100644 --- a/docs.yaml +++ b/docs.yaml @@ -43,6 +43,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 3.4: http://docs.datastax.com/en/drivers/java/3.4 3.3: http://docs.datastax.com/en/drivers/java/3.3 4.0-alpha: http://docs.datastax.com/en/drivers/java/4.0 3.2: http://docs.datastax.com/en/drivers/java/3.2 @@ -51,6 +52,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '3.4' + ref: '3.4.0' - name: '3.3' ref: '3.3.2' - name: '4.0-alpha' From 77d6de9946824009920bde192bf83d85985bb8d7 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 20 Feb 2018 10:47:25 -0800 Subject: [PATCH 04/82] Update for 4.0.0-alpha3 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 477b8cb7281..05f17b267ac 100644 --- a/docs.yaml +++ b/docs.yaml @@ -57,7 +57,7 @@ versions: - name: '3.3' ref: '3.3.2' - name: '4.0-alpha' - ref: '9f0edeb' + ref: '4.0.0-alpha3' - name: '3.2' ref: '3.2_docfixes' - name: '3.1' From 6d4fd4bf068f8cb36b6c3f652c92a598b4eca50e Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 17 Apr 2018 10:43:15 -0700 Subject: [PATCH 05/82] Add 3.5 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index 05f17b267ac..6c66d1582c5 100644 --- a/docs.yaml +++ b/docs.yaml @@ -43,6 +43,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 3.5: http://docs.datastax.com/en/drivers/java/3.5 3.4: http://docs.datastax.com/en/drivers/java/3.4 3.3: http://docs.datastax.com/en/drivers/java/3.3 4.0-alpha: http://docs.datastax.com/en/drivers/java/4.0 @@ -52,6 +53,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '3.5' + ref: '3.5.0' - name: '3.4' ref: '3.4.0' - name: '3.3' From 1196c5fabffe81fa87cd640ba82ccc53ecb8a5d1 Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Mon, 14 May 2018 14:51:06 -0500 Subject: [PATCH 06/82] Use 3.0.8 tag for 3.0 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 6c66d1582c5..3a141424898 100644 --- a/docs.yaml +++ b/docs.yaml @@ -66,7 +66,7 @@ versions: - name: '3.1' ref: '3.1_docfixes' - name: '3.0' - ref: '3.0_docfixes' + ref: '3.0.8' - name: '2.1' ref: '2.1.10.3' - name: '2.0' From d43402763a73d9573dab1a8887cf30890c7730cb Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Mon, 14 May 2018 19:54:40 -0500 Subject: [PATCH 07/82] Add prerelease label for 4.0-alpha --- docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.yaml b/docs.yaml index 3a141424898..f3a9c118f4c 100644 --- a/docs.yaml +++ b/docs.yaml @@ -61,6 +61,7 @@ versions: ref: '3.3.2' - name: '4.0-alpha' ref: '4.0.0-alpha3' + prerelease: true - name: '3.2' ref: '3.2_docfixes' - name: '3.1' From fa68b0e92849b334a1d89693dcaea787b13247b2 Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Mon, 11 Jun 2018 12:42:54 -0500 Subject: [PATCH 08/82] Use docfixes branches for 3.4 and 3.5 --- docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.yaml b/docs.yaml index f3a9c118f4c..1ae0fec53ba 100644 --- a/docs.yaml +++ b/docs.yaml @@ -54,9 +54,9 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '3.5' - ref: '3.5.0' + ref: '3.5.0_docfixes' - name: '3.4' - ref: '3.4.0' + ref: '3.4.0_docfixes' - name: '3.3' ref: '3.3.2' - name: '4.0-alpha' From 9ef47f82582822af54f1c2aa9d3d52458b064d8f Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Mon, 2 Jul 2018 09:57:53 -0500 Subject: [PATCH 09/82] Update 3.5 to 3.5.1 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 1ae0fec53ba..d3ef3591ec3 100644 --- a/docs.yaml +++ b/docs.yaml @@ -54,7 +54,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '3.5' - ref: '3.5.0_docfixes' + ref: '3.5.1' - name: '3.4' ref: '3.4.0_docfixes' - name: '3.3' From 0b0f360cfd4c9089e15403e613a2d87386d4e37c Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Fri, 20 Jul 2018 10:51:14 -0700 Subject: [PATCH 10/82] Update 4.0.0 to beta1 --- docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.yaml b/docs.yaml index d3ef3591ec3..8cf528c2098 100644 --- a/docs.yaml +++ b/docs.yaml @@ -46,7 +46,7 @@ api_docs: 3.5: http://docs.datastax.com/en/drivers/java/3.5 3.4: http://docs.datastax.com/en/drivers/java/3.4 3.3: http://docs.datastax.com/en/drivers/java/3.3 - 4.0-alpha: http://docs.datastax.com/en/drivers/java/4.0 + 4.0-beta: http://docs.datastax.com/en/drivers/java/4.0 3.2: http://docs.datastax.com/en/drivers/java/3.2 3.1: http://docs.datastax.com/en/drivers/java/3.1 3.0: http://docs.datastax.com/en/drivers/java/3.0 @@ -59,8 +59,8 @@ versions: ref: '3.4.0_docfixes' - name: '3.3' ref: '3.3.2' - - name: '4.0-alpha' - ref: '4.0.0-alpha3' + - name: '4.0-beta' + ref: '4.0.0-beta1' prerelease: true - name: '3.2' ref: '3.2_docfixes' From 5b3d3709e5b9b9722496a2f07977d2f536e29c34 Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Tue, 7 Aug 2018 17:18:26 -0500 Subject: [PATCH 11/82] Update docs paths --- docs.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs.yaml b/docs.yaml index 8cf528c2098..2ba64d6d350 100644 --- a/docs.yaml +++ b/docs.yaml @@ -56,19 +56,19 @@ versions: - name: '3.5' ref: '3.5.1' - name: '3.4' - ref: '3.4.0_docfixes' + ref: '3.4.x' - name: '3.3' - ref: '3.3.2' + ref: '3.3.x' - name: '4.0-beta' ref: '4.0.0-beta1' prerelease: true - name: '3.2' - ref: '3.2_docfixes' + ref: '3.2.x' - name: '3.1' - ref: '3.1_docfixes' + ref: '3.1.x' - name: '3.0' - ref: '3.0.8' + ref: '3.0.x' - name: '2.1' - ref: '2.1.10.3' + ref: '2.1' - name: '2.0' - ref: '2.0.12.3' + ref: '2.0' From 4178a77187c3462ef6ba7ff931dcaeccae2f797a Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Tue, 7 Aug 2018 17:58:38 -0500 Subject: [PATCH 12/82] Update 3.5 pointer --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 2ba64d6d350..ef9da456ca0 100644 --- a/docs.yaml +++ b/docs.yaml @@ -54,7 +54,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '3.5' - ref: '3.5.1' + ref: '3.5.x' - name: '3.4' ref: '3.4.x' - name: '3.3' From 27d0dd1a179ed4531e1cfcd413ced9bb25baccff Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Tue, 28 Aug 2018 13:02:18 -0500 Subject: [PATCH 13/82] Add 3.6.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index ef9da456ca0..bc94b5fd2f6 100644 --- a/docs.yaml +++ b/docs.yaml @@ -43,6 +43,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 3.6: http://docs.datastax.com/en/drivers/java/3.6 3.5: http://docs.datastax.com/en/drivers/java/3.5 3.4: http://docs.datastax.com/en/drivers/java/3.4 3.3: http://docs.datastax.com/en/drivers/java/3.3 @@ -53,6 +54,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '3.6' + ref: '3.6.0' - name: '3.5' ref: '3.5.x' - name: '3.4' From 52a75ffb0926706b887b9ec076fb24207992b783 Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Wed, 29 Aug 2018 12:58:33 -0500 Subject: [PATCH 14/82] Use 3.6.0_docs tag for 3.6 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index bc94b5fd2f6..3611783ec09 100644 --- a/docs.yaml +++ b/docs.yaml @@ -55,7 +55,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '3.6' - ref: '3.6.0' + ref: '3.6.0_docs' - name: '3.5' ref: '3.5.x' - name: '3.4' From 6e78daa93237e2f09ed60b9f8c076d767a82798d Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 16 Oct 2018 16:31:14 -0700 Subject: [PATCH 15/82] Update for 4.0.0-beta2 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 3611783ec09..10b2578b475 100644 --- a/docs.yaml +++ b/docs.yaml @@ -63,7 +63,7 @@ versions: - name: '3.3' ref: '3.3.x' - name: '4.0-beta' - ref: '4.0.0-beta1' + ref: '4.0.0-beta2' prerelease: true - name: '3.2' ref: '3.2.x' From 86b62d4bc9fefd1ec981efa297a1cc1238e95ac9 Mon Sep 17 00:00:00 2001 From: Jim Bisso Date: Thu, 1 Nov 2018 07:09:06 -0700 Subject: [PATCH 16/82] Added metadata for ST search indexing. (#1116) --- docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.yaml b/docs.yaml index 10b2578b475..dde1565dfdf 100644 --- a/docs.yaml +++ b/docs.yaml @@ -2,6 +2,7 @@ title: Java Driver for Apache Cassandra summary: High performance Java client for Apache Cassandra homepage: http://datastax.github.io/java-driver/ theme: datastax +swiftype_drivers: javadrivers sections: - title: Manual prefix: /manual From d3ac44057c1a4d96e447d15a4d9e23764593b15b Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Tue, 18 Dec 2018 13:39:52 +0100 Subject: [PATCH 17/82] Update docs.yaml with version 4.0.0-rc1 --- docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.yaml b/docs.yaml index dde1565dfdf..62dde303aca 100644 --- a/docs.yaml +++ b/docs.yaml @@ -48,7 +48,7 @@ api_docs: 3.5: http://docs.datastax.com/en/drivers/java/3.5 3.4: http://docs.datastax.com/en/drivers/java/3.4 3.3: http://docs.datastax.com/en/drivers/java/3.3 - 4.0-beta: http://docs.datastax.com/en/drivers/java/4.0 + 4.0-rc: http://docs.datastax.com/en/drivers/java/4.0 3.2: http://docs.datastax.com/en/drivers/java/3.2 3.1: http://docs.datastax.com/en/drivers/java/3.1 3.0: http://docs.datastax.com/en/drivers/java/3.0 @@ -63,8 +63,8 @@ versions: ref: '3.4.x' - name: '3.3' ref: '3.3.x' - - name: '4.0-beta' - ref: '4.0.0-beta2' + - name: '4.0-rc' + ref: '4.0.0-rc1' prerelease: true - name: '3.2' ref: '3.2.x' From b8c2ab3415ee6ca628b54d92ab10caa37a34896c Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Tue, 18 Dec 2018 13:41:25 +0100 Subject: [PATCH 18/82] Update docs.yaml with version 4.0.0-beta3 --- docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.yaml b/docs.yaml index 62dde303aca..3c8c7e43366 100644 --- a/docs.yaml +++ b/docs.yaml @@ -48,7 +48,7 @@ api_docs: 3.5: http://docs.datastax.com/en/drivers/java/3.5 3.4: http://docs.datastax.com/en/drivers/java/3.4 3.3: http://docs.datastax.com/en/drivers/java/3.3 - 4.0-rc: http://docs.datastax.com/en/drivers/java/4.0 + 4.0-beta: http://docs.datastax.com/en/drivers/java/4.0 3.2: http://docs.datastax.com/en/drivers/java/3.2 3.1: http://docs.datastax.com/en/drivers/java/3.1 3.0: http://docs.datastax.com/en/drivers/java/3.0 @@ -63,8 +63,8 @@ versions: ref: '3.4.x' - name: '3.3' ref: '3.3.x' - - name: '4.0-rc' - ref: '4.0.0-rc1' + - name: '4.0-beta' + ref: '4.0.0-beta3' prerelease: true - name: '3.2' ref: '3.2.x' From b88f8ca9ce21f4f371a2bd75b9ec16b3f5b5f4f3 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Tue, 19 Feb 2019 10:00:43 +0100 Subject: [PATCH 19/82] Update docs.yaml with 4.0.0-rc1 --- docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.yaml b/docs.yaml index 3c8c7e43366..62dde303aca 100644 --- a/docs.yaml +++ b/docs.yaml @@ -48,7 +48,7 @@ api_docs: 3.5: http://docs.datastax.com/en/drivers/java/3.5 3.4: http://docs.datastax.com/en/drivers/java/3.4 3.3: http://docs.datastax.com/en/drivers/java/3.3 - 4.0-beta: http://docs.datastax.com/en/drivers/java/4.0 + 4.0-rc: http://docs.datastax.com/en/drivers/java/4.0 3.2: http://docs.datastax.com/en/drivers/java/3.2 3.1: http://docs.datastax.com/en/drivers/java/3.1 3.0: http://docs.datastax.com/en/drivers/java/3.0 @@ -63,8 +63,8 @@ versions: ref: '3.4.x' - name: '3.3' ref: '3.3.x' - - name: '4.0-beta' - ref: '4.0.0-beta3' + - name: '4.0-rc' + ref: '4.0.0-rc1' prerelease: true - name: '3.2' ref: '3.2.x' From 1b04665712e2e4ea654a4f1669f4be0fbddc704e Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Tue, 26 Feb 2019 22:39:58 +0100 Subject: [PATCH 20/82] Update docs.yaml with 3.7.0 --- docs.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs.yaml b/docs.yaml index 62dde303aca..9463621e014 100644 --- a/docs.yaml +++ b/docs.yaml @@ -44,17 +44,23 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 3.7: http://docs.datastax.com/en/drivers/java/3.7 + 4.0-rc: http://docs.datastax.com/en/drivers/java/4.0 3.6: http://docs.datastax.com/en/drivers/java/3.6 3.5: http://docs.datastax.com/en/drivers/java/3.5 3.4: http://docs.datastax.com/en/drivers/java/3.4 3.3: http://docs.datastax.com/en/drivers/java/3.3 - 4.0-rc: http://docs.datastax.com/en/drivers/java/4.0 3.2: http://docs.datastax.com/en/drivers/java/3.2 3.1: http://docs.datastax.com/en/drivers/java/3.1 3.0: http://docs.datastax.com/en/drivers/java/3.0 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '3.7' + ref: '3.7.0' + - name: '4.0-rc' + ref: '4.0.0-rc1' + prerelease: true - name: '3.6' ref: '3.6.0_docs' - name: '3.5' @@ -63,9 +69,6 @@ versions: ref: '3.4.x' - name: '3.3' ref: '3.3.x' - - name: '4.0-rc' - ref: '4.0.0-rc1' - prerelease: true - name: '3.2' ref: '3.2.x' - name: '3.1' From 9ba262e948c718239134d9121a7d7097b3e8c483 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Fri, 1 Mar 2019 17:26:10 +0100 Subject: [PATCH 21/82] Update docs.yaml for 3.7.1 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 9463621e014..e5bb05f6976 100644 --- a/docs.yaml +++ b/docs.yaml @@ -57,7 +57,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '3.7' - ref: '3.7.0' + ref: '3.7.1' - name: '4.0-rc' ref: '4.0.0-rc1' prerelease: true From eb885d5086946b9804b9c0bd7458495e8db8ed2b Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Wed, 20 Mar 2019 12:02:46 -0700 Subject: [PATCH 22/82] Add section for reference configuration This special page uses reStructuredText instead of Markdown. --- docs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs.yaml b/docs.yaml index e5bb05f6976..90d73bf1bb0 100644 --- a/docs.yaml +++ b/docs.yaml @@ -9,6 +9,11 @@ sections: sources: - type: markdown files: 'manual/**/*.md' + - title: Reference configuration + prefix: /manual/core/configuration/reference + sources: + - type: rst + files: 'manual/core/configuration/reference/*.rst' # The 'manual' section was called 'features' in older releases. Leave both # definitions and Documentor will pick up whichever exists and ignore the # other. From a765cccb7859bf5e79bec1a1173ca63c1f572de1 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Thu, 21 Mar 2019 07:56:08 -0700 Subject: [PATCH 23/82] Update docs.yaml for 4.0.0 --- docs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs.yaml b/docs.yaml index 90d73bf1bb0..c0a208fef91 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,8 +49,8 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.0: http://docs.datastax.com/en/drivers/java/4.0 3.7: http://docs.datastax.com/en/drivers/java/3.7 - 4.0-rc: http://docs.datastax.com/en/drivers/java/4.0 3.6: http://docs.datastax.com/en/drivers/java/3.6 3.5: http://docs.datastax.com/en/drivers/java/3.5 3.4: http://docs.datastax.com/en/drivers/java/3.4 @@ -61,11 +61,10 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.0' + ref: '4.0.0' - name: '3.7' ref: '3.7.1' - - name: '4.0-rc' - ref: '4.0.0-rc1' - prerelease: true - name: '3.6' ref: '3.6.0_docs' - name: '3.5' From bebf3585cf2a65e045143213189f30584bce4756 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Mon, 8 Apr 2019 14:23:38 +0200 Subject: [PATCH 24/82] Update docs.yaml for version 3.7 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index c0a208fef91..7b227870238 100644 --- a/docs.yaml +++ b/docs.yaml @@ -64,7 +64,7 @@ versions: - name: '4.0' ref: '4.0.0' - name: '3.7' - ref: '3.7.1' + ref: '79f405139' - name: '3.6' ref: '3.6.0_docs' - name: '3.5' From d796cdaf92719beb13d565c9737e4fe7e466c435 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Mon, 8 Apr 2019 14:30:59 +0200 Subject: [PATCH 25/82] Update docs.yaml for version 3.7 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 7b227870238..83d918b85dd 100644 --- a/docs.yaml +++ b/docs.yaml @@ -64,7 +64,7 @@ versions: - name: '4.0' ref: '4.0.0' - name: '3.7' - ref: '79f405139' + ref: '2cd92139e' - name: '3.6' ref: '3.6.0_docs' - name: '3.5' From 5ef4cf0948a5e65c048dc0abdd90da991340f877 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 9 Apr 2019 09:16:39 -0700 Subject: [PATCH 26/82] Update docs.yaml for version 4.0.1 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 83d918b85dd..b00f427ed1d 100644 --- a/docs.yaml +++ b/docs.yaml @@ -62,7 +62,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.0' - ref: '4.0.0' + ref: '4.0.1' - name: '3.7' ref: '2cd92139e' - name: '3.6' From dfa88665b25b19c75eb0e46b72631522a88528ef Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 25 Jun 2019 12:03:50 -0700 Subject: [PATCH 27/82] Update docs.yaml for version 4.1.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index b00f427ed1d..e99d09ad4c1 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.1: http://docs.datastax.com/en/drivers/java/4.1 4.0: http://docs.datastax.com/en/drivers/java/4.0 3.7: http://docs.datastax.com/en/drivers/java/3.7 3.6: http://docs.datastax.com/en/drivers/java/3.6 @@ -61,6 +62,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.1' + ref: '4.1.0' - name: '4.0' ref: '4.0.1' - name: '3.7' From 323c1cca6d79c2486e922d94d5c5ce7e9d239c83 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Tue, 9 Jul 2019 11:52:33 +0200 Subject: [PATCH 28/82] Update docs.yaml with version 3.7.2 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index e99d09ad4c1..746e8087434 100644 --- a/docs.yaml +++ b/docs.yaml @@ -67,7 +67,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.7' - ref: '2cd92139e' + ref: '3.7.2' - name: '3.6' ref: '3.6.0_docs' - name: '3.5' From ac5f6eaadda622738b48c746b3cb27d7d39ee95f Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 16 Jul 2019 10:41:33 -0700 Subject: [PATCH 29/82] Update 4.1.0 sha for doc fixes --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 746e8087434..d1438d9b3d9 100644 --- a/docs.yaml +++ b/docs.yaml @@ -63,7 +63,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.1' - ref: '4.1.0' + ref: 'cb19d372a' - name: '4.0' ref: '4.0.1' - name: '3.7' From abcbc0578c48302b70bb2b3d1f991e48594daccb Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Mon, 26 Aug 2019 11:10:06 -0700 Subject: [PATCH 30/82] Update docs.yaml for version 4.2.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index d1438d9b3d9..f5633d92662 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.2: http://docs.datastax.com/en/drivers/java/4.2 4.1: http://docs.datastax.com/en/drivers/java/4.1 4.0: http://docs.datastax.com/en/drivers/java/4.0 3.7: http://docs.datastax.com/en/drivers/java/3.7 @@ -62,6 +63,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.2' + ref: '4.2.0' - name: '4.1' ref: 'cb19d372a' - name: '4.0' From 01c57b91c2f48217645a14a4cb60278f8ca1047d Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Tue, 29 Oct 2019 15:50:57 -0500 Subject: [PATCH 31/82] Update docs.yaml for version 3.8.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index f5633d92662..447e70e89c5 100644 --- a/docs.yaml +++ b/docs.yaml @@ -52,6 +52,7 @@ api_docs: 4.2: http://docs.datastax.com/en/drivers/java/4.2 4.1: http://docs.datastax.com/en/drivers/java/4.1 4.0: http://docs.datastax.com/en/drivers/java/4.0 + 3.8: http://docs.datastax.com/en/drivers/java/3.8 3.7: http://docs.datastax.com/en/drivers/java/3.7 3.6: http://docs.datastax.com/en/drivers/java/3.6 3.5: http://docs.datastax.com/en/drivers/java/3.5 @@ -69,6 +70,8 @@ versions: ref: 'cb19d372a' - name: '4.0' ref: '4.0.1' + - name: '3.8' + ref: '3.8.0' - name: '3.7' ref: '3.7.2' - name: '3.6' From 189552426d6d080c0411fa3200e4adce24ad0d1c Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Wed, 30 Oct 2019 09:34:30 -0500 Subject: [PATCH 32/82] Update docs.yaml for version 3.8.0 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 447e70e89c5..182414823da 100644 --- a/docs.yaml +++ b/docs.yaml @@ -71,7 +71,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.8' - ref: '3.8.0' + ref: '9d3f181' - name: '3.7' ref: '3.7.2' - name: '3.6' From 11d374fb05ebe6b39206837798709807656d34a2 Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Wed, 30 Oct 2019 13:53:24 -0500 Subject: [PATCH 33/82] Update docs.yaml for version 3.8.0 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 182414823da..ed75f3c4d68 100644 --- a/docs.yaml +++ b/docs.yaml @@ -71,7 +71,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.8' - ref: '9d3f181' + ref: '760e4d1' - name: '3.7' ref: '3.7.2' - name: '3.6' From cb2b4cafe39b002b0250f7a6c8e9c055f37f880f Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Wed, 30 Oct 2019 12:03:34 -0700 Subject: [PATCH 34/82] Add version 4.3.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index ed75f3c4d68..4f2d88493fc 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.3: http://docs.datastax.com/en/drivers/java/4.3 4.2: http://docs.datastax.com/en/drivers/java/4.2 4.1: http://docs.datastax.com/en/drivers/java/4.1 4.0: http://docs.datastax.com/en/drivers/java/4.0 @@ -64,6 +65,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.3' + ref: '4.3.0' - name: '4.2' ref: '4.2.0' - name: '4.1' From a0b9d717309f34cf2b62dcf3395b4e02a4e5aed1 Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Wed, 30 Oct 2019 16:21:50 -0500 Subject: [PATCH 35/82] Update docs.yaml for version 3.8.0 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 4f2d88493fc..3c81274354f 100644 --- a/docs.yaml +++ b/docs.yaml @@ -74,7 +74,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.8' - ref: '760e4d1' + ref: '03c72cd' - name: '3.7' ref: '3.7.2' - name: '3.6' From 7706fbcdeab150009769c60f3319cf248c28c575 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Wed, 30 Oct 2019 17:34:23 -0700 Subject: [PATCH 36/82] Update 4.3 reference to include minor fixes --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 3c81274354f..dcb16f7bc83 100644 --- a/docs.yaml +++ b/docs.yaml @@ -66,7 +66,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.3' - ref: '4.3.0' + ref: 'f1a7b0c02' - name: '4.2' ref: '4.2.0' - name: '4.1' From dcfe526f209fc7f03a2abf405fa4567011517c58 Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Thu, 31 Oct 2019 09:12:09 -0500 Subject: [PATCH 37/82] Update docs.yaml for version 3.8.0 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index dcb16f7bc83..6edeb892b65 100644 --- a/docs.yaml +++ b/docs.yaml @@ -74,7 +74,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.8' - ref: '03c72cd' + ref: 'a971b58' - name: '3.7' ref: '3.7.2' - name: '3.6' From ad3f13e7bf9ab55c8a04cc1aaf1e13e1f0b3bc07 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Thu, 31 Oct 2019 08:42:06 -0700 Subject: [PATCH 38/82] Use 4.3.0_fixes branch instead of hardcoding SHA --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 6edeb892b65..ec7c029a92e 100644 --- a/docs.yaml +++ b/docs.yaml @@ -66,7 +66,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.3' - ref: 'f1a7b0c02' + ref: '4.3.0_fixes' - name: '4.2' ref: '4.2.0' - name: '4.1' From e93d3b8e954ff7ddb9c7177fb586d45a77949158 Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Thu, 31 Oct 2019 11:34:34 -0500 Subject: [PATCH 39/82] Fix 3.8.0 doc ref --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index ec7c029a92e..3b5899047b4 100644 --- a/docs.yaml +++ b/docs.yaml @@ -74,7 +74,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.8' - ref: 'a971b58' + ref: '7b1f6a8' - name: '3.7' ref: '3.7.2' - name: '3.6' From 9446e6254267277cb6b894fd3af622ab34e435af Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Wed, 4 Dec 2019 11:20:19 +0100 Subject: [PATCH 40/82] Update docs.yaml with version 4.3.1 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 3b5899047b4..9935cce5941 100644 --- a/docs.yaml +++ b/docs.yaml @@ -66,7 +66,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.3' - ref: '4.3.0_fixes' + ref: '4.3.1' - name: '4.2' ref: '4.2.0' - name: '4.1' From de887a4b15ee71693d7c0372c996d73feceb8ea3 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 14 Jan 2020 13:29:05 -0800 Subject: [PATCH 41/82] Fix title, summary and homepage --- docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.yaml b/docs.yaml index 9935cce5941..3bc37d3f96d 100644 --- a/docs.yaml +++ b/docs.yaml @@ -1,6 +1,6 @@ -title: Java Driver for Apache Cassandra -summary: High performance Java client for Apache Cassandra -homepage: http://datastax.github.io/java-driver/ +title: DataStax Java Driver +summary: DataStax Nodejs Driver for Apache Cassandra® +homepage: http://docs.datastax.com/en/developer/java-driver theme: datastax swiftype_drivers: javadrivers sections: From ff776a161ed348939cf3e9864384eaec2d7c128f Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 14 Jan 2020 13:31:07 -0800 Subject: [PATCH 42/82] Fix typo --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 3bc37d3f96d..80055bbc383 100644 --- a/docs.yaml +++ b/docs.yaml @@ -1,5 +1,5 @@ title: DataStax Java Driver -summary: DataStax Nodejs Driver for Apache Cassandra® +summary: DataStax Java Driver for Apache Cassandra® homepage: http://docs.datastax.com/en/developer/java-driver theme: datastax swiftype_drivers: javadrivers From 4273beccbf54e520382dcdb8caae99e898acc981 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 14 Jan 2020 14:19:21 -0800 Subject: [PATCH 43/82] Update docs.yaml for version 4.4.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index 80055bbc383..64cfb0e8e8b 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.4: http://docs.datastax.com/en/drivers/java/4.4 4.3: http://docs.datastax.com/en/drivers/java/4.3 4.2: http://docs.datastax.com/en/drivers/java/4.2 4.1: http://docs.datastax.com/en/drivers/java/4.1 @@ -65,6 +66,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.4' + ref: '4.4.0' - name: '4.3' ref: '4.3.1' - name: '4.2' From 79f52b196f3afcf4477e269fb3a4c0eb5b94f26e Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Mon, 20 Jan 2020 15:07:28 -0300 Subject: [PATCH 44/82] Update commit ref for 3.8 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 64cfb0e8e8b..85d594a1c2b 100644 --- a/docs.yaml +++ b/docs.yaml @@ -77,7 +77,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.8' - ref: '7b1f6a8' + ref: 'c6de8beb5' - name: '3.7' ref: '3.7.2' - name: '3.6' From 082af11dffda4944c7beaa6c9bad7327d8ad8367 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 25 Feb 2020 09:11:22 -0800 Subject: [PATCH 45/82] Update docs.yaml for version 4.5.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index 85d594a1c2b..ddf8c157d61 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.5: http://docs.datastax.com/en/drivers/java/4.5 4.4: http://docs.datastax.com/en/drivers/java/4.4 4.3: http://docs.datastax.com/en/drivers/java/4.3 4.2: http://docs.datastax.com/en/drivers/java/4.2 @@ -66,6 +67,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.5' + ref: '4.5.0' - name: '4.4' ref: '4.4.0' - name: '4.3' From d35563ef513b1578c0f7f1106e02313df8a0b1c5 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 28 Apr 2020 08:32:07 -0700 Subject: [PATCH 46/82] Update docs.yaml for version 4.6.0 --- docs.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs.yaml b/docs.yaml index ddf8c157d61..897da868a58 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,12 +49,10 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.6: http://docs.datastax.com/en/drivers/java/4.6 4.5: http://docs.datastax.com/en/drivers/java/4.5 4.4: http://docs.datastax.com/en/drivers/java/4.4 4.3: http://docs.datastax.com/en/drivers/java/4.3 - 4.2: http://docs.datastax.com/en/drivers/java/4.2 - 4.1: http://docs.datastax.com/en/drivers/java/4.1 - 4.0: http://docs.datastax.com/en/drivers/java/4.0 3.8: http://docs.datastax.com/en/drivers/java/3.8 3.7: http://docs.datastax.com/en/drivers/java/3.7 3.6: http://docs.datastax.com/en/drivers/java/3.6 @@ -67,18 +65,14 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.6' + ref: '4.6.0' - name: '4.5' ref: '4.5.0' - name: '4.4' ref: '4.4.0' - name: '4.3' ref: '4.3.1' - - name: '4.2' - ref: '4.2.0' - - name: '4.1' - ref: 'cb19d372a' - - name: '4.0' - ref: '4.0.1' - name: '3.8' ref: 'c6de8beb5' - name: '3.7' From ef3e51f6884acac01d38e6d98541edce59188f0c Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Tue, 28 Apr 2020 11:29:16 -0500 Subject: [PATCH 47/82] Update docs.yaml for version 3.9.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index 897da868a58..851b8e2c4af 100644 --- a/docs.yaml +++ b/docs.yaml @@ -53,6 +53,7 @@ api_docs: 4.5: http://docs.datastax.com/en/drivers/java/4.5 4.4: http://docs.datastax.com/en/drivers/java/4.4 4.3: http://docs.datastax.com/en/drivers/java/4.3 + 3.9: http://docs.datastax.com/en/drivers/java/3.9 3.8: http://docs.datastax.com/en/drivers/java/3.8 3.7: http://docs.datastax.com/en/drivers/java/3.7 3.6: http://docs.datastax.com/en/drivers/java/3.6 @@ -73,6 +74,8 @@ versions: ref: '4.4.0' - name: '4.3' ref: '4.3.1' + - name: '3.9' + ref: '3.9.0' - name: '3.8' ref: 'c6de8beb5' - name: '3.7' From 92fb952addc0e4b92fd398689cabd74e304cfbbd Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Tue, 2 Jun 2020 11:01:55 +0200 Subject: [PATCH 48/82] Add version 4.6.1 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 851b8e2c4af..78d79a39271 100644 --- a/docs.yaml +++ b/docs.yaml @@ -67,7 +67,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.6' - ref: '4.6.0' + ref: '4.6.1' - name: '4.5' ref: '4.5.0' - name: '4.4' From 21e3ae3ee8490860c44b845fc339d2b9fed23c03 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Fri, 5 Jun 2020 16:18:15 -0700 Subject: [PATCH 49/82] Update 4.4+ refs to fix javadoc link in root readme --- docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.yaml b/docs.yaml index 78d79a39271..fd39d743624 100644 --- a/docs.yaml +++ b/docs.yaml @@ -67,11 +67,11 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.6' - ref: '4.6.1' + ref: '4.6.1_fixes' - name: '4.5' - ref: '4.5.0' + ref: '4.5.0_fixes' - name: '4.4' - ref: '4.4.0' + ref: '4.4.0_fixes' - name: '4.3' ref: '4.3.1' - name: '3.9' From 0f916acd0e23fe630829676733efe110a62587a3 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Mon, 15 Jun 2020 10:38:00 -0700 Subject: [PATCH 50/82] Update docs.yaml for 4.7.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index fd39d743624..e266019d962 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.7: http://docs.datastax.com/en/drivers/java/4.7 4.6: http://docs.datastax.com/en/drivers/java/4.6 4.5: http://docs.datastax.com/en/drivers/java/4.5 4.4: http://docs.datastax.com/en/drivers/java/4.4 @@ -66,6 +67,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.7' + ref: '4.7.0' - name: '4.6' ref: '4.6.1_fixes' - name: '4.5' From 861c9aa721cf7d7425015dc6f72dbff1062f48ac Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Wed, 24 Jun 2020 12:56:25 -0500 Subject: [PATCH 51/82] JAVA-2824: Restore documentation pages for older 4.x releases --- docs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.yaml b/docs.yaml index e266019d962..aae72d34b61 100644 --- a/docs.yaml +++ b/docs.yaml @@ -54,6 +54,8 @@ api_docs: 4.5: http://docs.datastax.com/en/drivers/java/4.5 4.4: http://docs.datastax.com/en/drivers/java/4.4 4.3: http://docs.datastax.com/en/drivers/java/4.3 + 4.2: http://docs.datastax.com/en/drivers/java/4.2 + 4.0: http://docs.datastax.com/en/drivers/java/4.0 3.9: http://docs.datastax.com/en/drivers/java/3.9 3.8: http://docs.datastax.com/en/drivers/java/3.8 3.7: http://docs.datastax.com/en/drivers/java/3.7 @@ -77,6 +79,10 @@ versions: ref: '4.4.0_fixes' - name: '4.3' ref: '4.3.1' + - name: '4.2' + ref: '4.2.0' + - name: '4.0' + ref: '4.0.1' - name: '3.9' ref: '3.9.0' - name: '3.8' From da1c5e8a6150fe847f445798759623047bb3a406 Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 28 Jul 2020 13:58:14 -0700 Subject: [PATCH 52/82] Update for 4.8.0 and 3.10.0 --- docs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.yaml b/docs.yaml index aae72d34b61..dea03d1b90e 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.8: http://docs.datastax.com/en/drivers/java/4.8 4.7: http://docs.datastax.com/en/drivers/java/4.7 4.6: http://docs.datastax.com/en/drivers/java/4.6 4.5: http://docs.datastax.com/en/drivers/java/4.5 @@ -56,6 +57,7 @@ api_docs: 4.3: http://docs.datastax.com/en/drivers/java/4.3 4.2: http://docs.datastax.com/en/drivers/java/4.2 4.0: http://docs.datastax.com/en/drivers/java/4.0 + 3.10: http://docs.datastax.com/en/drivers/java/3.10 3.9: http://docs.datastax.com/en/drivers/java/3.9 3.8: http://docs.datastax.com/en/drivers/java/3.8 3.7: http://docs.datastax.com/en/drivers/java/3.7 @@ -69,6 +71,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.8' + ref: '4.8.0' - name: '4.7' ref: '4.7.0' - name: '4.6' @@ -83,6 +87,8 @@ versions: ref: '4.2.0' - name: '4.0' ref: '4.0.1' + - name: '3.10' + ref: '3.10.0' - name: '3.9' ref: '3.9.0' - name: '3.8' From 5362353edf6d4d0d8f997a17689cbc008c5fe61e Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Wed, 29 Jul 2020 15:58:55 -0500 Subject: [PATCH 53/82] Update docs for JAVA-2699 change 4.8 link to 4.8.0_fixes branch. --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index dea03d1b90e..e25301e2465 100644 --- a/docs.yaml +++ b/docs.yaml @@ -72,7 +72,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.8' - ref: '4.8.0' + ref: '4.8.0_fixes' - name: '4.7' ref: '4.7.0' - name: '4.6' From 7967cd6f4a5e78bcca143871dcaae6f2b4b6dbbe Mon Sep 17 00:00:00 2001 From: Olivier Michallat Date: Tue, 1 Sep 2020 09:37:45 -0700 Subject: [PATCH 54/82] Update for 4.9.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index e25301e2465..06dc4df066a 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.9: http://docs.datastax.com/en/drivers/java/4.9 4.8: http://docs.datastax.com/en/drivers/java/4.8 4.7: http://docs.datastax.com/en/drivers/java/4.7 4.6: http://docs.datastax.com/en/drivers/java/4.6 @@ -71,6 +72,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.9' + ref: '4.9.0' - name: '4.8' ref: '4.8.0_fixes' - name: '4.7' From 95fa236319358e958850c4bd192d456ad842ef3f Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Tue, 17 Nov 2020 14:33:39 +0100 Subject: [PATCH 55/82] Update for 3.10.2 + Astra fixes --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 06dc4df066a..037df9b65fe 100644 --- a/docs.yaml +++ b/docs.yaml @@ -91,7 +91,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.10' - ref: '3.10.0' + ref: '3.10.2_fixes' - name: '3.9' ref: '3.9.0' - name: '3.8' From ab8cc67f68063f32beff93d078840b6fe42b5898 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Wed, 13 Jan 2021 18:57:07 +0100 Subject: [PATCH 56/82] Add 4.10 release --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index 037df9b65fe..c0167daca49 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + 4.10: http://docs.datastax.com/en/drivers/java/4.10 4.9: http://docs.datastax.com/en/drivers/java/4.9 4.8: http://docs.datastax.com/en/drivers/java/4.8 4.7: http://docs.datastax.com/en/drivers/java/4.7 @@ -72,6 +73,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.10' + ref: '4.10.0' - name: '4.9' ref: '4.9.0' - name: '4.8' From 9f05569dc898b3a61db1a5220b9315cfdf3766ec Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Thu, 14 Jan 2021 15:26:41 +0100 Subject: [PATCH 57/82] Fix wrong docs for 4.10 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index c0167daca49..f9519136e71 100644 --- a/docs.yaml +++ b/docs.yaml @@ -74,7 +74,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.10' - ref: '4.10.0' + ref: 'e4c4569fa' - name: '4.9' ref: '4.9.0' - name: '4.8' From c21224f0b3f039031a1bc471e08f865405e0af1e Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Tue, 19 Jan 2021 18:06:34 +0100 Subject: [PATCH 58/82] Update docs.yaml (#1526) --- docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.yaml b/docs.yaml index f9519136e71..186ba7cd632 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,7 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: - 4.10: http://docs.datastax.com/en/drivers/java/4.10 + '4.10': 'http://docs.datastax.com/en/drivers/java/4.10' 4.9: http://docs.datastax.com/en/drivers/java/4.9 4.8: http://docs.datastax.com/en/drivers/java/4.8 4.7: http://docs.datastax.com/en/drivers/java/4.7 @@ -59,7 +59,7 @@ api_docs: 4.3: http://docs.datastax.com/en/drivers/java/4.3 4.2: http://docs.datastax.com/en/drivers/java/4.2 4.0: http://docs.datastax.com/en/drivers/java/4.0 - 3.10: http://docs.datastax.com/en/drivers/java/3.10 + '3.10': 'http://docs.datastax.com/en/drivers/java/3.10' 3.9: http://docs.datastax.com/en/drivers/java/3.9 3.8: http://docs.datastax.com/en/drivers/java/3.8 3.7: http://docs.datastax.com/en/drivers/java/3.7 From cb487c5f70a7e3d433c846df1d4a5d1c897ef78a Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Wed, 20 Jan 2021 15:14:24 +0100 Subject: [PATCH 59/82] Update commit SHA for 4.10 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 186ba7cd632..66652ecdd67 100644 --- a/docs.yaml +++ b/docs.yaml @@ -74,7 +74,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.10' - ref: 'e4c4569fa' + ref: '89e01fb' - name: '4.9' ref: '4.9.0' - name: '4.8' From f56127962d847a267a878fa7e387a22aedf6fa3b Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Fri, 22 Jan 2021 14:32:54 +0100 Subject: [PATCH 60/82] Update docs.yaml --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 66652ecdd67..b6024480a9c 100644 --- a/docs.yaml +++ b/docs.yaml @@ -74,7 +74,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.10' - ref: '89e01fb' + ref: 'a86cb80d1' - name: '4.9' ref: '4.9.0' - name: '4.8' From 3931d0c174bc4d3ec7008bbd4c65b3178437d2da Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Mon, 1 Feb 2021 18:12:14 +0100 Subject: [PATCH 61/82] Update docs.yaml --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index b6024480a9c..140da943d4e 100644 --- a/docs.yaml +++ b/docs.yaml @@ -74,7 +74,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.10' - ref: 'a86cb80d1' + ref: '346db0460' - name: '4.9' ref: '4.9.0' - name: '4.8' From 059d0c7fd3d00ff0c097876eafd88248446d3a7d Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Thu, 11 Mar 2021 15:37:11 +0100 Subject: [PATCH 62/82] Add 3.11.0 release --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index 140da943d4e..c16e849d1bd 100644 --- a/docs.yaml +++ b/docs.yaml @@ -59,6 +59,7 @@ api_docs: 4.3: http://docs.datastax.com/en/drivers/java/4.3 4.2: http://docs.datastax.com/en/drivers/java/4.2 4.0: http://docs.datastax.com/en/drivers/java/4.0 + '3.11': 'http://docs.datastax.com/en/drivers/java/3.11' '3.10': 'http://docs.datastax.com/en/drivers/java/3.10' 3.9: http://docs.datastax.com/en/drivers/java/3.9 3.8: http://docs.datastax.com/en/drivers/java/3.8 @@ -93,6 +94,8 @@ versions: ref: '4.2.0' - name: '4.0' ref: '4.0.1' + - name: '3.11' + ref: '3.11.0' - name: '3.10' ref: '3.10.2_fixes' - name: '3.9' From 2cb17753d46d12f9a03aec2511786674d760ec97 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Thu, 11 Mar 2021 17:56:28 +0100 Subject: [PATCH 63/82] Update ref for version 3.11 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index c16e849d1bd..6301879e36d 100644 --- a/docs.yaml +++ b/docs.yaml @@ -95,7 +95,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.11' - ref: '3.11.0' + ref: '0e80e4cc5' - name: '3.10' ref: '3.10.2_fixes' - name: '3.9' From 9f227a4e15ed5c73af63427b562a0cd6eb83d1cf Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Thu, 11 Mar 2021 18:37:08 +0100 Subject: [PATCH 64/82] Update ref for version 3.11 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 6301879e36d..518ffd6f178 100644 --- a/docs.yaml +++ b/docs.yaml @@ -95,7 +95,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.11' - ref: '0e80e4cc5' + ref: '673720f15' - name: '3.10' ref: '3.10.2_fixes' - name: '3.9' From a8ad08f93e5a24dd9dcaabda6d1e767e5bc1b047 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Wed, 24 Mar 2021 16:07:46 +0100 Subject: [PATCH 65/82] Add 4.11.0 release --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index 518ffd6f178..78dec3d9bc4 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + '4.11': 'http://docs.datastax.com/en/drivers/java/4.11' '4.10': 'http://docs.datastax.com/en/drivers/java/4.10' 4.9: http://docs.datastax.com/en/drivers/java/4.9 4.8: http://docs.datastax.com/en/drivers/java/4.8 @@ -74,6 +75,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.11' + ref: '4.11.0' - name: '4.10' ref: '346db0460' - name: '4.9' From 28cf87b05618dc76fae92486509aeba997843fdc Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Wed, 24 Mar 2021 17:30:14 +0100 Subject: [PATCH 66/82] Update 4.11.0 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 78dec3d9bc4..fa18b037a1e 100644 --- a/docs.yaml +++ b/docs.yaml @@ -76,7 +76,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.11' - ref: '4.11.0' + ref: 'eea59c6d0' - name: '4.10' ref: '346db0460' - name: '4.9' From 6db4db3fc78a5420b553e45f851de9c4be30d7cc Mon Sep 17 00:00:00 2001 From: Jim Bisso Date: Mon, 29 Mar 2021 12:06:00 -0700 Subject: [PATCH 67/82] Update docs.yaml Added '/latest' to docs.yaml file because it disappeared from the build. --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index fa18b037a1e..10ce302cc1f 100644 --- a/docs.yaml +++ b/docs.yaml @@ -1,6 +1,6 @@ title: DataStax Java Driver summary: DataStax Java Driver for Apache Cassandra® -homepage: http://docs.datastax.com/en/developer/java-driver +homepage: http://docs.datastax.com/en/developer/java-driver/latest theme: datastax swiftype_drivers: javadrivers sections: From 6e8256f5482c72ee7951bd039f8a943fc42d67e3 Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Mon, 14 Jun 2021 16:23:47 +0200 Subject: [PATCH 68/82] Update docs.yaml with 4.11.2 and 4.12.0 --- docs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 10ce302cc1f..2e54fe4964f 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + '4.12': 'http://docs.datastax.com/en/drivers/java/4.12' '4.11': 'http://docs.datastax.com/en/drivers/java/4.11' '4.10': 'http://docs.datastax.com/en/drivers/java/4.10' 4.9: http://docs.datastax.com/en/drivers/java/4.9 @@ -75,8 +76,10 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.12' + ref: '5f3026bbd' - name: '4.11' - ref: 'eea59c6d0' + ref: '4.11.2' - name: '4.10' ref: '346db0460' - name: '4.9' From 782fbe2e88ec01bd7e145c9d294c624c4931c9fd Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Fri, 30 Jul 2021 17:17:21 +0200 Subject: [PATCH 69/82] Update docs.yaml with 4.11.3, 4.12.1 and 4.13.0 --- docs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs.yaml b/docs.yaml index 2e54fe4964f..7c752cd8c14 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + '4.13': 'http://docs.datastax.com/en/drivers/java/4.13' '4.12': 'http://docs.datastax.com/en/drivers/java/4.12' '4.11': 'http://docs.datastax.com/en/drivers/java/4.11' '4.10': 'http://docs.datastax.com/en/drivers/java/4.10' @@ -76,10 +77,12 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.13' + ref: '4.13.0' - name: '4.12' - ref: '5f3026bbd' + ref: '4.12.1' - name: '4.11' - ref: '4.11.2' + ref: '4.11.3' - name: '4.10' ref: '346db0460' - name: '4.9' From 26e1ff855ae6bf857c09a18a5d7ede2444aa87da Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Mon, 23 Aug 2021 12:10:22 +0200 Subject: [PATCH 70/82] Update docs.yaml --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 7c752cd8c14..94524e37f8b 100644 --- a/docs.yaml +++ b/docs.yaml @@ -78,7 +78,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.13' - ref: '4.13.0' + ref: '2a1e37a21' - name: '4.12' ref: '4.12.1' - name: '4.11' From 2295c003d4e1f4fe767fe7b51d0d75f3f75f0ada Mon Sep 17 00:00:00 2001 From: Alexandre Dutra Date: Fri, 18 Feb 2022 14:34:01 +0100 Subject: [PATCH 71/82] Update docs.yaml for 4.14.0 and 3.11.1 releases --- docs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 94524e37f8b..d2d07b4f0b5 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + '4.14': 'http://docs.datastax.com/en/drivers/java/4.14' '4.13': 'http://docs.datastax.com/en/drivers/java/4.13' '4.12': 'http://docs.datastax.com/en/drivers/java/4.12' '4.11': 'http://docs.datastax.com/en/drivers/java/4.11' @@ -77,6 +78,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.14' + ref: '4.14.0' - name: '4.13' ref: '2a1e37a21' - name: '4.12' @@ -104,7 +107,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.11' - ref: '673720f15' + ref: '3.11.1' - name: '3.10' ref: '3.10.2_fixes' - name: '3.9' From c6e9a1c3c237d011b48b9679302d166b53c11749 Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Wed, 25 May 2022 10:12:11 -0500 Subject: [PATCH 72/82] Update docs.yaml to 4.14.1 --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index d2d07b4f0b5..528efa1006e 100644 --- a/docs.yaml +++ b/docs.yaml @@ -79,7 +79,7 @@ api_docs: 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: - name: '4.14' - ref: '4.14.0' + ref: '4.14.1' - name: '4.13' ref: '2a1e37a21' - name: '4.12' From 5a85b630738b8e825e028b86420f6f6dd12224e0 Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Thu, 20 Apr 2023 18:03:23 -0500 Subject: [PATCH 73/82] Add 4.15 to docs builds --- docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.yaml b/docs.yaml index 528efa1006e..dd25777f031 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + '4.15': 'http://docs.datastax.com/en/drivers/java/4.15' '4.14': 'http://docs.datastax.com/en/drivers/java/4.14' '4.13': 'http://docs.datastax.com/en/drivers/java/4.13' '4.12': 'http://docs.datastax.com/en/drivers/java/4.12' From 7040344c35fcf13a84ceff51b4c660507872ef53 Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Fri, 21 Apr 2023 09:23:03 -0500 Subject: [PATCH 74/82] Trying to add 4.15, take two --- docs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs.yaml b/docs.yaml index dd25777f031..f1f37434c3e 100644 --- a/docs.yaml +++ b/docs.yaml @@ -79,6 +79,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.15' + ref: '4.15.0' - name: '4.14' ref: '4.14.1' - name: '4.13' From baab1191de3bbd5558dafcc12903091b4d3cc649 Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Mon, 5 Jun 2023 16:45:46 -0500 Subject: [PATCH 75/82] Adding 4.16 to doc builds --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index f1f37434c3e..de543798b1c 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + '4.16': 'http://docs.datastax.com/en/drivers/java/4.16' '4.15': 'http://docs.datastax.com/en/drivers/java/4.15' '4.14': 'http://docs.datastax.com/en/drivers/java/4.14' '4.13': 'http://docs.datastax.com/en/drivers/java/4.13' @@ -79,6 +80,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.16' + ref: '4.16.0' - name: '4.15' ref: '4.15.0' - name: '4.14' From 6964d6640b1daa891d84eab5367d7c8c4256ebaf Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Wed, 12 Jul 2023 22:26:57 -0500 Subject: [PATCH 76/82] Update docs.yaml for 4.17.0 --- docs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.yaml b/docs.yaml index de543798b1c..5dd9f878ebc 100644 --- a/docs.yaml +++ b/docs.yaml @@ -49,6 +49,7 @@ links: - title: Releases href: http://downloads.datastax.com/java-driver/ api_docs: + '4.17': 'http://docs.datastax.com/en/drivers/java/4.17' '4.16': 'http://docs.datastax.com/en/drivers/java/4.16' '4.15': 'http://docs.datastax.com/en/drivers/java/4.15' '4.14': 'http://docs.datastax.com/en/drivers/java/4.14' @@ -80,6 +81,8 @@ api_docs: 2.1: http://docs.datastax.com/en/drivers/java/2.1 2.0: http://docs.datastax.com/en/drivers/java/2.0 versions: + - name: '4.17' + ref: '4.17.0' - name: '4.16' ref: '4.16.0' - name: '4.15' From 533625d641058273bf64070bb38a612e767669ca Mon Sep 17 00:00:00 2001 From: hhughes Date: Wed, 26 Jul 2023 14:32:30 -0700 Subject: [PATCH 77/82] Update docs.yaml for 3.11.4 release (#1690) --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 5dd9f878ebc..b044b5ea95c 100644 --- a/docs.yaml +++ b/docs.yaml @@ -116,7 +116,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.11' - ref: '3.11.1' + ref: '3.11.4' - name: '3.10' ref: '3.10.2_fixes' - name: '3.9' From 3233f83f245ad3118cab575e8d8d5dfe085b74c2 Mon Sep 17 00:00:00 2001 From: hhughes Date: Thu, 17 Aug 2023 13:16:15 -0700 Subject: [PATCH 78/82] use commit hash instead of doc-specific tag for 3.6 docs ref (#1707) --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index b044b5ea95c..f3cb20b24cb 100644 --- a/docs.yaml +++ b/docs.yaml @@ -126,7 +126,7 @@ versions: - name: '3.7' ref: '3.7.2' - name: '3.6' - ref: '3.6.0_docs' + ref: 'b10ea1828' - name: '3.5' ref: '3.5.x' - name: '3.4' From 3d78e96b9d51b880e37bb679046af38880eb8415 Mon Sep 17 00:00:00 2001 From: hhughes Date: Wed, 6 Sep 2023 13:20:07 -0700 Subject: [PATCH 79/82] Update docs.yaml for 3.11.5 release (#1728) --- docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index f3cb20b24cb..65ecbec2338 100644 --- a/docs.yaml +++ b/docs.yaml @@ -116,7 +116,7 @@ versions: - name: '4.0' ref: '4.0.1' - name: '3.11' - ref: '3.11.4' + ref: '3.11.5' - name: '3.10' ref: '3.10.2_fixes' - name: '3.9' From 51d363f74e6d08eafba72ed881454fada1cf90b0 Mon Sep 17 00:00:00 2001 From: Henry Hughes Date: Mon, 11 Sep 2023 14:10:33 -0700 Subject: [PATCH 80/82] =?UTF-8?q?Configure=20link=20excludes=20and=20rewri?= =?UTF-8?q?tes=20to=20fix=20now-broken=20links=20in=20older=E2=80=A6=20(#1?= =?UTF-8?q?729)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Configure link excludes and rewrites to fix now-broken links in older driver versions * Updated link rewrites from code review Co-authored-by: Jamie Gillenwater --------- Co-authored-by: Jamie Gillenwater --- docs.yaml | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/docs.yaml b/docs.yaml index 65ecbec2338..c4883a1fafb 100644 --- a/docs.yaml +++ b/docs.yaml @@ -47,7 +47,7 @@ links: - title: Mailing List href: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user - title: Releases - href: http://downloads.datastax.com/java-driver/ + href: https://downloads.datastax.com/#datastax-drivers api_docs: '4.17': 'http://docs.datastax.com/en/drivers/java/4.17' '4.16': 'http://docs.datastax.com/en/drivers/java/4.16' @@ -143,3 +143,46 @@ versions: ref: '2.1' - name: '2.0' ref: '2.0' +checks: + external_links: + exclude: + - 'https://twitter.com/dsJavaDriver' + - 'https://twitter.com/datastaxeng' + - 'https://projectreactor.io' + - 'https://docs.datastax.com/en/drivers/java/4.[0-9]+/com/datastax/oss/driver/internal/' + - 'http://www.planetcassandra.org/blog/user-defined-functions-in-cassandra-3-0/' + - 'http://www.planetcassandra.org/making-the-change-from-thrift-to-cql/' + - 'https://academy.datastax.com/slack' + - 'https://micrometer.io/docs' + - 'http://datastax.github.io/java-driver/features/shaded_jar/' + internal_links: + exclude: + - 'netty_pipeline/' + - '../core/' + - '%5Bguava%20eviction%5D' + +rewrites: + - search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudGettingStarted.html' + replace: 'https://docs.datastax.com/en/astra-serverless/docs/getting-started/getting-started.html' + - search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudObtainingCredentials.html' + replace: 'https://docs.datastax.com/en/astra-serverless/docs/connect/secure-connect-bundle.html' + - search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudShareClusterDetails.html' + replace: 'https://docs.datastax.com/en/astra-serverless/docs/manage/org/manage-tokens.html' + - search: 'http://downloads.datastax.com/java-driver/' + replace: 'https://downloads.datastax.com/#datastax-drivers' + - search: 'https://docs.datastax.com/en/drivers/java/(4.[0-9]+)/com/datastax/oss/driver/api/mapper/EntityHelper.html' + replace: 'https://docs.datastax.com/en/drivers/java/\1/com/datastax/oss/driver/api/mapper/entity/EntityHelper.html' + - search: '(http|https)://www.datastax.com/drivers/java/' + replace: 'https://docs.datastax.com/en/drivers/java/' + - search: 'http://docs.datastax.com/en/drivers/java' + replace: 'https://docs.datastax.com/en/drivers/java' + - search: 'https://docs.astra.datastax.com/docs/creating-your-astra-database' + replace: 'https://docs.datastax.com/en/astra-serverless/docs/getting-started/create-db-choices.html' + - search: 'https://docs.astra.datastax.com/docs/obtaining-database-credentials' + replace: 'https://docs.datastax.com/en/astra-serverless/docs/connect/secure-connect-bundle.html' + - search: 'https://docs.datastax.com/en/drivers/java/(4.[0-9]+)/com/datastax/oss/driver/api/core/cql/SyncCqlSession.html%60' + replace: 'https://docs.datastax.com/en/drivers/java/\1/com/datastax/oss/driver/api/core/cql/SyncCqlSession.html' + - search: 'https://code.google.com/p/snappy/' + replace: 'https://google.github.io/snappy/' + - search: 'https://code.google.com/p/guava-libraries/wiki/ListenableFutureExplained' + replace: 'https://github.com/google/guava/wiki/ListenableFutureExplained' From 579572a9a62f2e0cd2fa17b75f20269a1142fa12 Mon Sep 17 00:00:00 2001 From: Jamie Gillenwater Date: Tue, 12 Sep 2023 15:19:49 -0400 Subject: [PATCH 81/82] Update docs.yaml for rewrites to fix 403s Henry Hughes's reviewed via Zoom --- docs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.yaml b/docs.yaml index c4883a1fafb..685eb4068f7 100644 --- a/docs.yaml +++ b/docs.yaml @@ -148,11 +148,13 @@ checks: exclude: - 'https://twitter.com/dsJavaDriver' - 'https://twitter.com/datastaxeng' + - 'https://twitter.com/datastax' - 'https://projectreactor.io' - 'https://docs.datastax.com/en/drivers/java/4.[0-9]+/com/datastax/oss/driver/internal/' - 'http://www.planetcassandra.org/blog/user-defined-functions-in-cassandra-3-0/' - 'http://www.planetcassandra.org/making-the-change-from-thrift-to-cql/' - 'https://academy.datastax.com/slack' + - 'https://community.datastax.com/index.html' - 'https://micrometer.io/docs' - 'http://datastax.github.io/java-driver/features/shaded_jar/' internal_links: @@ -186,3 +188,5 @@ rewrites: replace: 'https://google.github.io/snappy/' - search: 'https://code.google.com/p/guava-libraries/wiki/ListenableFutureExplained' replace: 'https://github.com/google/guava/wiki/ListenableFutureExplained' + - search: 'https://community.datastax.com/index.html' + replace: 'https://www.datastax.com/workshops' From ea85a1bb13fea8c888d3898475c35e941f41d56f Mon Sep 17 00:00:00 2001 From: mck Date: Fri, 29 Sep 2023 14:53:12 +0200 Subject: [PATCH 82/82] Copyright to ASF (see https://incubator.apache.org/ip-clearance/cassandra-java-driver.html ) patch by Mick Semb Wever; reviewed by Henry Hughes for CASSANDRA-18611 --- LICENSE | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++++ NOTICE.txt | 20 ++++++ docs.yaml | 4 +- 3 files changed, 224 insertions(+), 2 deletions(-) create mode 100644 LICENSE create mode 100644 NOTICE.txt diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000000..d6456956733 --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 00000000000..477f0645ed9 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,20 @@ +Apache Cassandra Java Driver +Copyright 2012- The Apache Software Foundation + +This product includes software developed by The Apache Software +Foundation (http://www.apache.org/). + +JNR project +Copyright (C) 2008-2010 Wayne Meissner +This product includes software developed as part of the JNR project ( https://github.com/jnr/jnr-ffi )s. +see core/src/main/java/com/datastax/oss/driver/internal/core/os/CpuInfo.java + +Protocol Buffers +Copyright 2008 Google Inc. +This product includes software developed as part of the Protocol Buffers project ( https://developers.google.com/protocol-buffers/ ). +see core/src/main/java/com/datastax/oss/driver/internal/core/type/util/VIntCoding.java + +Guava +Copyright (C) 2007 The Guava Authors +This product includes software developed as part of the Guava project ( https://guava.dev ). +see core/src/main/java/com/datastax/oss/driver/internal/core/util/CountingIterator.java \ No newline at end of file diff --git a/docs.yaml b/docs.yaml index 685eb4068f7..ea99505fe26 100644 --- a/docs.yaml +++ b/docs.yaml @@ -1,5 +1,5 @@ -title: DataStax Java Driver -summary: DataStax Java Driver for Apache Cassandra® +title: Java Driver +summary: Java Driver for Apache Cassandra® homepage: http://docs.datastax.com/en/developer/java-driver/latest theme: datastax swiftype_drivers: javadrivers