From e835c37fb324d2fa4da6d0514ab287214fe7b793 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Thu, 9 Oct 2025 15:08:45 -0400 Subject: [PATCH 1/3] Bumped to 8.0.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ce21d2cfa..dc8a5f9c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.marklogic -version=8.0-SNAPSHOT +version=8.0.0 publishUrl=file:../marklogic-java/releases okhttpVersion=5.2.0 From af2b8d3e8416c53cbf249ae78d92df6edbc94934 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Fri, 10 Oct 2025 10:14:52 -0400 Subject: [PATCH 2/3] Modified Java requirements in README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6bf86b28..7ba1a473c 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,13 @@ The client supports the following core features of the MarkLogic database: * Execute multi-statement transactions so changes to multiple documents succeed or fail together. * Call Data Services via a Java interface on the client for data functionality implemented by an endpoint on the server. -The client is tested on Java 8, 11, 17, and 21 and can safely be used on each of those major Java versions. The client -may work on more recent major versions of Java but has not been thoroughly tested on those yet. +## System Requirements -If you are using Java 11 or higher and intend to use [JAXB](https://docs.oracle.com/javase/tutorial/jaxb/intro/), please see the section below for ensuring that the -necessary dependencies are available in your application's classpath. +As of the 8.0.0 release, the Java Client requires Java 17 or Java 21. + +Prior releases are compatible with Java 8, 11, 17, and 21. + +For compatibility with MarkLogic server versions, please see the [Compatibility Matrix](https://developer.marklogic.com/products/support-matrix/#java-client-api). ## QuickStart From 8524cb993b2089df9f67e571378df3cf7519884e Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Fri, 10 Oct 2025 14:17:16 -0400 Subject: [PATCH 3/3] Bumped to 8.0-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index dc8a5f9c0..ce21d2cfa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.marklogic -version=8.0.0 +version=8.0-SNAPSHOT publishUrl=file:../marklogic-java/releases okhttpVersion=5.2.0