From 798c32f1f9c87b8fd567b51c13cdb187dd79abeb Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Thu, 23 Jul 2026 10:22:57 +0200 Subject: [PATCH 1/5] Bump version from 2.1.0 to 3.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 775f7db3e5..f4bd68b945 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.github.rumbledb rumbledb - 2.1.0 + 3.0.0 jar RumbleDB A JSONiq engine to query large-scale JSON datasets stored on HDFS. Spark under the hood. From 4f14eefc73e72443717f15d12a6a2f2a285b72ec Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Thu, 23 Jul 2026 11:53:02 +0200 Subject: [PATCH 2/5] Bump versions and names. --- src/main/resources/assets/banner.txt | 3 +-- src/main/resources/assets/jsound-validator.html | 2 +- src/main/resources/assets/public.html | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/banner.txt b/src/main/resources/assets/banner.txt index 6aea1dd776..e6476456f2 100644 --- a/src/main/resources/assets/banner.txt +++ b/src/main/resources/assets/banner.txt @@ -1,6 +1,5 @@ ____ __ __ ____ ____ / __ \__ ______ ___ / /_ / /__ / __ \/ __ ) / /_/ / / / / __ `__ \/ __ \/ / _ \/ / / / __ | The distributed JSONiq engine - / _, _/ /_/ / / / / / / /_/ / / __/ /_/ / /_/ / 2.1.0 "Cedrus Libani" beta + / _, _/ /_/ / / / / / / /_/ / / __/ /_/ / /_/ / 3.0.0 "Sleeping Willow" beta /_/ |_|\__,_/_/ /_/ /_/_.___/_/\___/_____/_____/ - diff --git a/src/main/resources/assets/jsound-validator.html b/src/main/resources/assets/jsound-validator.html index a295ce2e7b..eb0f7134bf 100644 --- a/src/main/resources/assets/jsound-validator.html +++ b/src/main/resources/assets/jsound-validator.html @@ -130,7 +130,7 @@

Instance

diff --git a/src/main/resources/assets/public.html b/src/main/resources/assets/public.html index 0649152289..c63e88d3c9 100644 --- a/src/main/resources/assets/public.html +++ b/src/main/resources/assets/public.html @@ -78,7 +78,7 @@

Results

From 018b80206500bb41e5b0f0431c7507f6778670d9 Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Thu, 23 Jul 2026 11:56:18 +0200 Subject: [PATCH 3/5] Update qt3-suite workflow references to sleeping-willow --- .github/workflows/run-qt3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-qt3.yml b/.github/workflows/run-qt3.yml index bd86df6b34..e0d9d91108 100644 --- a/.github/workflows/run-qt3.yml +++ b/.github/workflows/run-qt3.yml @@ -104,7 +104,7 @@ jobs: qt3-jsoniq: needs: [resolve-baseline, build] - uses: RumbleDB/rumble-test-suite/.github/workflows/qt3-suite.yml@master + uses: RumbleDB/rumble-test-suite/.github/workflows/qt3-suite.yml@sleeping-willow with: tested_parser: jsoniq rumble_artifact_name: rumble-build @@ -112,7 +112,7 @@ jobs: qt3-xquery: needs: [resolve-baseline, build] - uses: RumbleDB/rumble-test-suite/.github/workflows/qt3-suite.yml@master + uses: RumbleDB/rumble-test-suite/.github/workflows/qt3-suite.yml@sleeping-willow with: tested_parser: xquery rumble_artifact_name: rumble-build From 655cd1836c32c00e9c450604d0e4841935b6dbee Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Thu, 30 Jul 2026 09:20:44 +0200 Subject: [PATCH 4/5] Update banner.txt --- src/main/resources/assets/banner.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/banner.txt b/src/main/resources/assets/banner.txt index e6476456f2..da7d106d10 100644 --- a/src/main/resources/assets/banner.txt +++ b/src/main/resources/assets/banner.txt @@ -1,5 +1,5 @@ ____ __ __ ____ ____ / __ \__ ______ ___ / /_ / /__ / __ \/ __ ) / /_/ / / / / __ `__ \/ __ \/ / _ \/ / / / __ | The distributed JSONiq engine - / _, _/ /_/ / / / / / / /_/ / / __/ /_/ / /_/ / 3.0.0 "Sleeping Willow" beta + / _, _/ /_/ / / / / / / /_/ / / __/ /_/ / /_/ / 3.0.0 "Coast Redwood" beta /_/ |_|\__,_/_/ /_/ /_/_.___/_/\___/_____/_____/ From a3834c04548a5e79b5fb7cf4116b18eb2cecbc87 Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Thu, 30 Jul 2026 09:21:55 +0200 Subject: [PATCH 5/5] Update qt3-suite workflow reference to master branch --- .github/workflows/run-qt3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-qt3.yml b/.github/workflows/run-qt3.yml index e0d9d91108..bd86df6b34 100644 --- a/.github/workflows/run-qt3.yml +++ b/.github/workflows/run-qt3.yml @@ -104,7 +104,7 @@ jobs: qt3-jsoniq: needs: [resolve-baseline, build] - uses: RumbleDB/rumble-test-suite/.github/workflows/qt3-suite.yml@sleeping-willow + uses: RumbleDB/rumble-test-suite/.github/workflows/qt3-suite.yml@master with: tested_parser: jsoniq rumble_artifact_name: rumble-build @@ -112,7 +112,7 @@ jobs: qt3-xquery: needs: [resolve-baseline, build] - uses: RumbleDB/rumble-test-suite/.github/workflows/qt3-suite.yml@sleeping-willow + uses: RumbleDB/rumble-test-suite/.github/workflows/qt3-suite.yml@master with: tested_parser: xquery rumble_artifact_name: rumble-build