From 92479901489b20195b6d8c765a43486fb764863b Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Tue, 16 Jan 2024 11:38:27 +0100 Subject: [PATCH 1/3] updated arangodb-java-driver to version 7.1.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5950e0b..c3b88a59 100644 --- a/pom.xml +++ b/pom.xml @@ -275,7 +275,7 @@ com.arangodb arangodb-java-driver - 7.1.0 + 7.1.1 From a7d4dec672a6c621edef75d6ff8ca5134b06bdf4 Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Tue, 16 Jan 2024 11:43:56 +0100 Subject: [PATCH 2/3] v4.0.1 --- ChangeLog.md | 5 +++++ integration-tests/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1bd08665..d145197c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [4.0.1] - 2024-01-16 + +- updated `arangodb-java-driver` to version `7.1.1` +- fixed returning `com.arangodb.internal.InternalArangoDBBuilder` from public API + ## [4.0.0] - 2023-09-18 - upgraded dependency Spring Framework 6 and Spring Data 3 (#250) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index ea13faf2..ed7e174a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -11,7 +11,7 @@ com.arangodb arangodb-spring-data-integration-tests - 4.0.0 + 4.0.1 arangodb-spring-data-integration-tests ArangoDB Spring Data Integration Tests diff --git a/pom.xml b/pom.xml index c3b88a59..73d5c4cb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.arangodb arangodb-spring-data - 4.0.0 + 4.0.1 2017 jar From 66bdf333b1b235cdd16ebb3c3d3dbb13b5212c59 Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Tue, 16 Jan 2024 13:09:28 +0100 Subject: [PATCH 3/3] CI: fix release --- .github/workflows/maven-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 3a2d3800..8ab906e9 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -38,3 +38,5 @@ jobs: MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_PASSWORD }} MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} + MAVEN_OPTS: "--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED" +