From 51f85d17fcaf37dd8452c0185cc6b8c58356a3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:03:54 +0000 Subject: [PATCH 01/72] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/java-maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-maven.yml b/.github/workflows/java-maven.yml index 2480829..c783052 100644 --- a/.github/workflows/java-maven.yml +++ b/.github/workflows/java-maven.yml @@ -96,7 +96,7 @@ jobs: - name: Upload JReleaser output if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: assets-snapshot-log path: | @@ -148,7 +148,7 @@ jobs: - name: Upload JReleaser output if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: assets-release-log path: | From b4e849c944a2697f5e693a4dcb4838500f088407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 18:07:14 +0000 Subject: [PATCH 02/72] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 46a08c2..dc23e0a 100644 --- a/pom.xml +++ b/pom.xml @@ -158,12 +158,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.2 + 3.2.3 org.apache.maven.surefire surefire-junit-platform - 3.2.2 + 3.2.3 From dae085c5c76120069774d300b75d901b7028537e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 18:07:05 +0000 Subject: [PATCH 03/72] Bump org.checkerframework:checker-qual from 3.41.0 to 3.42.0 Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.41.0 to 3.42.0. - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/typetools/checker-framework/compare/checker-framework-3.41.0...checker-framework-3.42.0) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dc23e0a..2c5287e 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 1.18.30 1.7.0 1.5.0 - 3.41.0 + 3.42.0 5.10.1 From d6ec4d37eb742b6f1ada9e3df7010f3bd3ad3c6a Mon Sep 17 00:00:00 2001 From: Palate Jean Date: Mon, 18 Dec 2023 12:16:07 +0100 Subject: [PATCH 04/72] Upgrade to next version --- .../jdplus-benchmarking-base-api/pom.xml | 2 +- .../jdplus-benchmarking-base-core/pom.xml | 2 +- .../jdplus-benchmarking-base-information/pom.xml | 2 +- .../jdplus-benchmarking-base-protobuf/pom.xml | 2 +- .../jdplus-benchmarking-base-r/pom.xml | 2 +- .../jdplus-benchmarking-base-workspace/pom.xml | 2 +- .../jdplus-benchmarking-base-parent/pom.xml | 2 +- jdplus-benchmarking-base/pom.xml | 2 +- jdplus-benchmarking-cli/pom.xml | 2 +- .../jdplus-benchmarking-desktop-plugin/pom.xml | 2 +- jdplus-benchmarking-desktop/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-api/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-api/pom.xml index c83f8af..fc80d74 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-api/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-api/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-base-api diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/pom.xml index 8331029..d894eb7 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-base-core diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-information/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-information/pom.xml index 103fc62..b8af92e 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-information/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-information/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-base-information diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-protobuf/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-protobuf/pom.xml index b74d723..98ee242 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-protobuf/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-protobuf/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-base-protobuf diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-r/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-r/pom.xml index cf86444..22e28b0 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-r/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-r/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-base-r diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-workspace/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-workspace/pom.xml index f01831c..e8b08d7 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-workspace/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-workspace/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-base-workspace diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/pom.xml index b6a4ccf..ae4d863 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-base-parent diff --git a/jdplus-benchmarking-base/pom.xml b/jdplus-benchmarking-base/pom.xml index b3c022e..27a3a6b 100644 --- a/jdplus-benchmarking-base/pom.xml +++ b/jdplus-benchmarking-base/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-base diff --git a/jdplus-benchmarking-cli/pom.xml b/jdplus-benchmarking-cli/pom.xml index 5f80cde..b6f6478 100644 --- a/jdplus-benchmarking-cli/pom.xml +++ b/jdplus-benchmarking-cli/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-cli diff --git a/jdplus-benchmarking-desktop/jdplus-benchmarking-desktop-plugin/pom.xml b/jdplus-benchmarking-desktop/jdplus-benchmarking-desktop-plugin/pom.xml index 86c8df7..cb3362a 100644 --- a/jdplus-benchmarking-desktop/jdplus-benchmarking-desktop-plugin/pom.xml +++ b/jdplus-benchmarking-desktop/jdplus-benchmarking-desktop-plugin/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-desktop - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-desktop-plugin diff --git a/jdplus-benchmarking-desktop/pom.xml b/jdplus-benchmarking-desktop/pom.xml index dc9fa95..15a5592 100644 --- a/jdplus-benchmarking-desktop/pom.xml +++ b/jdplus-benchmarking-desktop/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking - 1.1.0 + 1.2.0-SNAPSHOT jdplus-benchmarking-desktop diff --git a/pom.xml b/pom.xml index 2c5287e..7178d63 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking - 1.1.0 + 1.2.0-SNAPSHOT pom ${project.artifactId} From 3a6831181910207bda94d9e821fa9165571bb238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 18:58:04 +0000 Subject: [PATCH 05/72] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7178d63..bcb6d85 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.0 org.apache.maven.plugins From 4847dee6ee2880cfd2808832c6d930e7ff00dd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:36:55 +0000 Subject: [PATCH 06/72] Bump com.amashchenko.maven.plugin:gitflow-maven-plugin Bumps [com.amashchenko.maven.plugin:gitflow-maven-plugin](https://github.com/aleksandr-m/gitflow-maven-plugin) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/aleksandr-m/gitflow-maven-plugin/releases) - [Changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: com.amashchenko.maven.plugin:gitflow-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcb6d85..81ce467 100644 --- a/pom.xml +++ b/pom.xml @@ -201,7 +201,7 @@ com.amashchenko.maven.plugin gitflow-maven-plugin - 1.20.0 + 1.21.0 org.apache.maven.plugins From 2739fd207339538b6d0fe1513cc5cfa62a23fbc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:36:59 +0000 Subject: [PATCH 07/72] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.0...maven-compiler-plugin-3.12.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 81ce467..877c3a6 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.12.0 + 3.12.1 org.apache.maven.plugins From 4ebdc473bb37159b5cd17a373763904bdebfb717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:12:17 +0000 Subject: [PATCH 08/72] Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index a0a1a37..4be3e27 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -34,7 +34,7 @@ jobs: - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.8.0 + uses: lycheeverse/lychee-action@v1.9.0 with: fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md' From 3de9a15948c592af77352971b92711e013632b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:51:43 +0000 Subject: [PATCH 09/72] Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.1. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.1) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 877c3a6..055cafa 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 5.10.1 - 3.24.2 + 3.25.1 2.2.4 From 57f796e48e9d6823ce7964a1f0e8c19c1bd8915b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:06:32 +0000 Subject: [PATCH 10/72] Bump lycheeverse/lychee-action from 1.9.0 to 1.9.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 4be3e27..ece8041 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -34,7 +34,7 @@ jobs: - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v1.9.1 with: fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md' From 4d8459489a562c79958fe03d52c8b2ca54d88a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:40:18 +0000 Subject: [PATCH 11/72] Bump org.apache.maven.surefire:surefire-junit-platform Bumps org.apache.maven.surefire:surefire-junit-platform from 3.2.3 to 3.2.5. --- updated-dependencies: - dependency-name: org.apache.maven.surefire:surefire-junit-platform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 055cafa..7a63cab 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ org.apache.maven.surefire surefire-junit-platform - 3.2.3 + 3.2.5 From da646861e34e44720033dfb741ac25a5209159c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:40:24 +0000 Subject: [PATCH 12/72] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a63cab..2624d34 100644 --- a/pom.xml +++ b/pom.xml @@ -158,7 +158,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.3 + 3.2.5 org.apache.maven.surefire From a15b38e952451e2d0aa04d727fd6cb405a8d6867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:24:08 +0000 Subject: [PATCH 13/72] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index ece8041..dece223 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Restore lychee cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .lycheecache key: cache-lychee-${{ github.sha }} From 1831cf19b42f9dba7757a134227544431057164b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:44:33 +0000 Subject: [PATCH 14/72] Bump lycheeverse/lychee-action from 1.9.1 to 1.9.2 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index dece223..1b11ad2 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -34,7 +34,7 @@ jobs: - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.9.1 + uses: lycheeverse/lychee-action@v1.9.2 with: fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md' From f39f43f049693cf72ab92cf4e28ea342367fe4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:32:50 +0000 Subject: [PATCH 15/72] Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.1 to 3.25.2. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.1...assertj-build-3.25.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2624d34..ee88424 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 5.10.1 - 3.25.1 + 3.25.2 2.2.4 From 321e8cd823ecee9fc6ab84b9c736b3da9dba014f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:50:56 +0000 Subject: [PATCH 16/72] Bump lycheeverse/lychee-action from 1.9.2 to 1.9.3 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 1b11ad2..348d600 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -34,7 +34,7 @@ jobs: - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.9.2 + uses: lycheeverse/lychee-action@v1.9.3 with: fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md' From 7b2b9ea0809e8d623b8426bce634cbcfcf8bfb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:09:30 +0000 Subject: [PATCH 17/72] Bump com.github.nbbrd.java-service-util:java-service-processor Bumps [com.github.nbbrd.java-service-util:java-service-processor](https://github.com/nbbrd/java-service-util) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/nbbrd/java-service-util/releases) - [Changelog](https://github.com/nbbrd/java-service-util/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nbbrd/java-service-util/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: com.github.nbbrd.java-service-util:java-service-processor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee88424..8d9fd38 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 1.18.30 - 1.7.0 + 1.8.0 1.5.0 3.42.0 From 327dd84be0e3f87e16bf3b182083149eb806cf3b Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Thu, 8 Feb 2024 11:05:43 +0100 Subject: [PATCH 18/72] Bump Java LTS version from 17 to 21 --- .github/workflows/java-maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/java-maven.yml b/.github/workflows/java-maven.yml index c783052..7e595c1 100644 --- a/.github/workflows/java-maven.yml +++ b/.github/workflows/java-maven.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 17 ] + java: [ 21 ] os: [ ubuntu-latest, macOS-latest, windows-latest ] name: JDK${{ matrix.java }} on ${{ matrix.os }} @@ -58,7 +58,7 @@ jobs: if: startsWith(github.repository, 'jdemetra/') && startsWith(github.ref, 'refs/heads/develop') strategy: matrix: - java: [ 17 ] + java: [ 21 ] os: [ ubuntu-latest ] name: Snapshot on develop @@ -108,7 +108,7 @@ jobs: if: startsWith(github.repository, 'jdemetra/') && startsWith(github.ref, 'refs/tags/v') strategy: matrix: - java: [ 17 ] + java: [ 21 ] os: [ ubuntu-latest ] name: Release on tag From 7c77681d3ec91f9ef88ad8ab14366f9ea699d182 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Fri, 9 Feb 2024 17:05:41 +0100 Subject: [PATCH 19/72] Enforce reproducible builds --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8d9fd38..0dd5eb8 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ UTF-8 + 2024-01-01T00:00:00Z 17 17 17 From 842a6fff0e248fe7c4a5d56a1f31c15a22031e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:11:51 +0000 Subject: [PATCH 20/72] Bump junit.version from 5.10.1 to 5.10.2 Bumps `junit.version` from 5.10.1 to 5.10.2. Updates `org.junit.jupiter:junit-jupiter` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) Updates `org.junit.vintage:junit-vintage-engine` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0dd5eb8..a1c8e8f 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.42.0 - 5.10.1 + 5.10.2 3.25.2 From 6af1824477e9ea3f234f4b60183dfdab5f0c8246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:12:01 +0000 Subject: [PATCH 21/72] Bump com.github.nbbrd.java-service-util:java-service-processor Bumps [com.github.nbbrd.java-service-util:java-service-processor](https://github.com/nbbrd/java-service-util) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/nbbrd/java-service-util/releases) - [Changelog](https://github.com/nbbrd/java-service-util/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nbbrd/java-service-util/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: com.github.nbbrd.java-service-util:java-service-processor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a1c8e8f..e876af0 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 1.18.30 - 1.8.0 + 1.9.0 1.5.0 3.42.0 From b633c4d6e48a670c84a0482997f31efb9fa0cc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:16:54 +0000 Subject: [PATCH 22/72] Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.2 to 3.25.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.2...assertj-build-3.25.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e876af0..f5981fe 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 5.10.2 - 3.25.2 + 3.25.3 2.2.4 From 8a523b34ac87b204f1be374d93a67a06e0c42717 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Mon, 12 Feb 2024 11:17:51 +0100 Subject: [PATCH 23/72] Pom cleanup --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index f5981fe..d6b1746 100644 --- a/pom.xml +++ b/pom.xml @@ -224,6 +224,11 @@ nexus-staging-maven-plugin 1.6.13 + + org.jreleaser + jreleaser-maven-plugin + 1.10.0 + From 690fa4ff118815d10d9370e142583df0d9fe4429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:07:16 +0000 Subject: [PATCH 24/72] Bump netbeans.version from RELEASE200 to RELEASE210 Bumps `netbeans.version` from RELEASE200 to RELEASE210. Updates `org.netbeans.api:org-openide-nodes` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-explorer` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-dialogs` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-netbeans-swing-outline` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-util` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-awt` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-util-lookup` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-util-ui` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-netbeans-modules-options-api` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-filesystems-nb` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-windows` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-netbeans-modules-settings` from RELEASE200 to RELEASE210 Updates `org.netbeans.api:org-openide-modules` from RELEASE200 to RELEASE210 --- updated-dependencies: - dependency-name: org.netbeans.api:org-openide-nodes dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-explorer dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-dialogs dependency-type: direct:production - dependency-name: org.netbeans.api:org-netbeans-swing-outline dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-util dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-awt dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-util-lookup dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-util-ui dependency-type: direct:production - dependency-name: org.netbeans.api:org-netbeans-modules-options-api dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-filesystems-nb dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-windows dependency-type: direct:production - dependency-name: org.netbeans.api:org-netbeans-modules-settings dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-modules dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jdplus-benchmarking-desktop/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdplus-benchmarking-desktop/pom.xml b/jdplus-benchmarking-desktop/pom.xml index 15a5592..89f603f 100644 --- a/jdplus-benchmarking-desktop/pom.xml +++ b/jdplus-benchmarking-desktop/pom.xml @@ -16,7 +16,7 @@ - RELEASE200 + RELEASE210 From 094f81ddfdb9a09060754c6b7119a31b881a47eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:07:38 +0000 Subject: [PATCH 25/72] Bump org.simplify4u.plugins:sign-maven-plugin from 1.0.1 to 1.1.0 Bumps [org.simplify4u.plugins:sign-maven-plugin](https://github.com/s4u/sign-maven-plugin) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/s4u/sign-maven-plugin/releases) - [Commits](https://github.com/s4u/sign-maven-plugin/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: org.simplify4u.plugins:sign-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d6b1746..2b6be04 100644 --- a/pom.xml +++ b/pom.xml @@ -217,7 +217,7 @@ org.simplify4u.plugins sign-maven-plugin - 1.0.1 + 1.1.0 org.sonatype.plugins From 191a45449fff1c5d2225ce5af86e6089d1dad42e Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Wed, 28 Feb 2024 11:55:10 +0100 Subject: [PATCH 26/72] Fix missing verifications in workflow --- .github/workflows/java-ea-maven.yml | 2 +- .github/workflows/java-maven.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-ea-maven.yml b/.github/workflows/java-ea-maven.yml index 53906f4..e331b7b 100644 --- a/.github/workflows/java-ea-maven.yml +++ b/.github/workflows/java-ea-maven.yml @@ -34,4 +34,4 @@ jobs: - name: Build and (headless) test with Maven uses: smithki/xvfb-action@v1.1.2 with: - run: mvn -U -B -ntp package + run: mvn -U -B -ntp verify diff --git a/.github/workflows/java-maven.yml b/.github/workflows/java-maven.yml index 7e595c1..5348836 100644 --- a/.github/workflows/java-maven.yml +++ b/.github/workflows/java-maven.yml @@ -34,7 +34,7 @@ jobs: - name: Build and (headless) test with Maven uses: smithki/xvfb-action@v1.1.2 with: - run: mvn -U -B -ntp package + run: mvn -U -B -ntp verify auto-merge-job: needs: build-and-test-job From 33df6deb9128e78e806e73197f27358bee0ec113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 18:19:55 +0000 Subject: [PATCH 27/72] Bump org.jreleaser:jreleaser-maven-plugin from 1.10.0 to 1.11.0 Bumps [org.jreleaser:jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/jreleaser/jreleaser/releases) - [Changelog](https://github.com/jreleaser/jreleaser/blob/main/jreleaser.yml) - [Commits](https://github.com/jreleaser/jreleaser/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: org.jreleaser:jreleaser-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2b6be04..6ab41a9 100644 --- a/pom.xml +++ b/pom.xml @@ -227,7 +227,7 @@ org.jreleaser jreleaser-maven-plugin - 1.10.0 + 1.11.0 From 318e870f7fae13e645b268c5a5748ada95d84bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:13:18 +0000 Subject: [PATCH 28/72] Bump jdplus-main.version from 3.2.1 to 3.2.2 Bumps `jdplus-main.version` from 3.2.1 to 3.2.2. Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-api` from 3.2.1 to 3.2.2 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-core` from 3.2.1 to 3.2.2 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-information` from 3.2.1 to 3.2.2 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-protobuf` from 3.2.1 to 3.2.2 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-r` from 3.2.1 to 3.2.2 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-workspace` from 3.2.1 to 3.2.2 Updates `eu.europa.ec.joinup.sat:jdplus-main-desktop-design` from 3.2.1 to 3.2.2 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-desktop-plugin` from 3.2.1 to 3.2.2 --- updated-dependencies: - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-information dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-protobuf dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-r dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-workspace dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-main-desktop-design dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-desktop-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ab41a9..26c3009 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 2.2.4 - 3.2.1 + 3.2.2 3.21.12 From 4b96ad8667202e227f3f88ca5f4455043b064093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:13:46 +0000 Subject: [PATCH 29/72] Bump org.codehaus.mojo:extra-enforcer-rules from 1.7.0 to 1.8.0 Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 26c3009..30d2455 100644 --- a/pom.xml +++ b/pom.xml @@ -321,7 +321,7 @@ org.codehaus.mojo extra-enforcer-rules - 1.7.0 + 1.8.0 org.kordamp.maven From 76813ded73e8f88ebb26b216346290f4c3ba18e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:13:13 +0000 Subject: [PATCH 30/72] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30d2455..fe8764f 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 org.apache.maven.plugins From 67339dda24bea21065084e3e3317ee42475ba722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:13:20 +0000 Subject: [PATCH 31/72] Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.30...v1.18.32) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe8764f..f0cc4b1 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ ${project.artifactId} - 1.18.30 + 1.18.32 1.9.0 1.5.0 3.42.0 From 3a13489598e36cf9fad0a2780394bd9eff1d8971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:38:02 +0000 Subject: [PATCH 32/72] Bump com.github.nbbrd.java-design-util:java-design-processor Bumps [com.github.nbbrd.java-design-util:java-design-processor](https://github.com/nbbrd/java-design-util) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/nbbrd/java-design-util/releases) - [Changelog](https://github.com/nbbrd/java-design-util/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nbbrd/java-design-util/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: com.github.nbbrd.java-design-util:java-design-processor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0cc4b1..ab916b6 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 1.18.32 1.9.0 - 1.5.0 + 1.5.1 3.42.0 From c58194739125d920bb958876ecdf1379b9401854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:38:04 +0000 Subject: [PATCH 33/72] Bump org.kordamp.maven:pomchecker-enforcer-rules from 1.10.0 to 1.11.0 Bumps org.kordamp.maven:pomchecker-enforcer-rules from 1.10.0 to 1.11.0. --- updated-dependencies: - dependency-name: org.kordamp.maven:pomchecker-enforcer-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab916b6..030e31d 100644 --- a/pom.xml +++ b/pom.xml @@ -326,7 +326,7 @@ org.kordamp.maven pomchecker-enforcer-rules - 1.10.0 + 1.11.0 From 3736684847d7355d8186f8e8349d6835a9082ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:38:08 +0000 Subject: [PATCH 34/72] Bump de.thetaphi:forbiddenapis from 3.6 to 3.7 Bumps [de.thetaphi:forbiddenapis](https://github.com/policeman-tools/forbidden-apis) from 3.6 to 3.7. - [Commits](https://github.com/policeman-tools/forbidden-apis/compare/3.6...3.7) --- updated-dependencies: - dependency-name: de.thetaphi:forbiddenapis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 030e31d..3802dd0 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ de.thetaphi forbiddenapis - 3.6 + 3.7 com.github.nbbrd.heylogs From fe395b6efcfeffd986d07630c353ef6f329984aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 18:49:00 +0000 Subject: [PATCH 35/72] Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3802dd0..8a312a6 100644 --- a/pom.xml +++ b/pom.xml @@ -207,7 +207,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins From 7b8dbfe1a308cdc7ad62858ccb31bc49fc2c6855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:33:17 +0000 Subject: [PATCH 36/72] Bump com.github.nbbrd.heylogs:heylogs-maven-plugin from 0.7.2 to 0.8.0 Bumps [com.github.nbbrd.heylogs:heylogs-maven-plugin](https://github.com/nbbrd/heylogs) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/nbbrd/heylogs/releases) - [Changelog](https://github.com/nbbrd/heylogs/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nbbrd/heylogs/compare/v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: com.github.nbbrd.heylogs:heylogs-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a312a6..ecf3929 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ com.github.nbbrd.heylogs heylogs-maven-plugin - 0.7.2 + 0.8.0 org.xolstice.maven.plugins From 5cb2a45b64182a087ddf3a111dc5b3f1b6145478 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Thu, 11 Apr 2024 13:25:03 +0200 Subject: [PATCH 37/72] Fix missing entries in CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639bc9d..c8a5edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -[Unreleased]: https://github.com/jdemetra/jd3-benchmarking/compare/3beebc91b34f5933677d8d0e45522e7b02190b5a...HEAD +## [1.1.0] - 2023-12-12 + +## [1.0.0] - 2023-12-12 + +[Unreleased]: https://github.com/jdemetra/jdplus-benchmarking/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/jdemetra/jdplus-benchmarking/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/jdemetra/jdplus-benchmarking/releases/tag/v1.0.0 From 8133ae5c3d5aa343fc01bb77b32243d68d568c02 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Thu, 11 Apr 2024 13:52:40 +0200 Subject: [PATCH 38/72] Add badges to CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a5edb..683aadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,3 +14,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Unreleased]: https://github.com/jdemetra/jdplus-benchmarking/compare/v1.1.0...HEAD [1.1.0]: https://github.com/jdemetra/jdplus-benchmarking/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/jdemetra/jdplus-benchmarking/releases/tag/v1.0.0 + +[STAT]: https://img.shields.io/badge/-STAT-068C09 +[OTHER]: https://img.shields.io/badge/-OTHER-e4e669 +[IO]: https://img.shields.io/badge/-IO-F813F7 +[UI]: https://img.shields.io/badge/-UI-5319E7 From 5176b1bbe4edb8373f179f9f02785fba1c988157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 18:36:52 +0000 Subject: [PATCH 39/72] Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ecf3929..4c2497a 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.0 org.apache.maven.plugins From 333c32fc4c1ef730a35fc5e7776d39ff23bd55d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:23:55 +0000 Subject: [PATCH 40/72] Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4c2497a..19d9d82 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.0 + 3.4.1 org.apache.maven.plugins From 4cfb079f735529a92dd5596ec366936ce1358162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:23:59 +0000 Subject: [PATCH 41/72] Bump com.github.nbbrd.heylogs:heylogs-maven-plugin from 0.8.0 to 0.8.1 Bumps [com.github.nbbrd.heylogs:heylogs-maven-plugin](https://github.com/nbbrd/heylogs) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/nbbrd/heylogs/releases) - [Changelog](https://github.com/nbbrd/heylogs/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nbbrd/heylogs/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: com.github.nbbrd.heylogs:heylogs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19d9d82..0617ec0 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ com.github.nbbrd.heylogs heylogs-maven-plugin - 0.8.0 + 0.8.1 org.xolstice.maven.plugins From dd82ab7053e1be4805ff34deffbc90afe9cdc2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:23:43 +0000 Subject: [PATCH 42/72] Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.3...v1.10.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 348d600..8627b21 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -34,7 +34,7 @@ jobs: - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v1.10.0 with: fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md' From 3fabfeb51c2f6d7f4153ed8659af80b5c6cc1886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 18:52:56 +0000 Subject: [PATCH 43/72] Bump org.checkerframework:checker-qual from 3.42.0 to 3.43.0 Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.42.0 to 3.43.0. - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/typetools/checker-framework/compare/checker-framework-3.42.0...checker-framework-3.43.0) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0617ec0..1702a1a 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 1.18.32 1.9.0 1.5.1 - 3.42.0 + 3.43.0 5.10.2 From 37b9bb747d8877cbd3dcdc3aa52e6d8bb2c2eae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 18:53:00 +0000 Subject: [PATCH 44/72] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1702a1a..6f9f27a 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins From 4fae700b86b821ade948a82ad9fafdc7aa5bfd4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 18:53:10 +0000 Subject: [PATCH 45/72] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.1...maven-install-plugin-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f9f27a..b1fadb6 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins From 88e119e02a5d8200447d360069636270a73db131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 18:53:07 +0000 Subject: [PATCH 46/72] Bump org.jreleaser:jreleaser-maven-plugin from 1.11.0 to 1.12.0 Bumps [org.jreleaser:jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/jreleaser/jreleaser/releases) - [Changelog](https://github.com/jreleaser/jreleaser/blob/main/jreleaser.yml) - [Commits](https://github.com/jreleaser/jreleaser/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: org.jreleaser:jreleaser-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b1fadb6..38e427a 100644 --- a/pom.xml +++ b/pom.xml @@ -227,7 +227,7 @@ org.jreleaser jreleaser-maven-plugin - 1.11.0 + 1.12.0 From 1c3ce87ce0ac2b15cdf463646b35f535401c0e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 18:39:59 +0000 Subject: [PATCH 47/72] Bump org.apache.netbeans.utilities:nbm-maven-plugin from 14.0 to 14.1 Bumps [org.apache.netbeans.utilities:nbm-maven-plugin](https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin) from 14.0 to 14.1. - [Commits](https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/compare/utilities-parent-14.0...utilities-parent-14.1) --- updated-dependencies: - dependency-name: org.apache.netbeans.utilities:nbm-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- jdplus-benchmarking-desktop/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdplus-benchmarking-desktop/pom.xml b/jdplus-benchmarking-desktop/pom.xml index 89f603f..530f21f 100644 --- a/jdplus-benchmarking-desktop/pom.xml +++ b/jdplus-benchmarking-desktop/pom.xml @@ -30,7 +30,7 @@ org.apache.netbeans.utilities nbm-maven-plugin - 14.0 + 14.1 From 9ef3eac11857e218cca930062f871f01d08b1fac Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Wed, 15 May 2024 14:40:58 +0200 Subject: [PATCH 48/72] Move macOS ARM build to EA workflow --- .github/workflows/java-ea-maven.yml | 2 +- .github/workflows/java-maven.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-ea-maven.yml b/.github/workflows/java-ea-maven.yml index e331b7b..a690e85 100644 --- a/.github/workflows/java-ea-maven.yml +++ b/.github/workflows/java-ea-maven.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: java: [ 21 ] - os: [ ubuntu-latest ] + os: [ ubuntu-latest, macos-latest ] name: JDK${{ matrix.java }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} diff --git a/.github/workflows/java-maven.yml b/.github/workflows/java-maven.yml index 5348836..c0286e7 100644 --- a/.github/workflows/java-maven.yml +++ b/.github/workflows/java-maven.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: java: [ 21 ] - os: [ ubuntu-latest, macOS-latest, windows-latest ] + os: [ ubuntu-latest, macos-13, windows-latest ] name: JDK${{ matrix.java }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} From 9638c65cad75ee0404c82b823162a75d772098f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 18:58:37 +0000 Subject: [PATCH 49/72] Bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.9.0 Bumps [org.gaul:modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) from 2.7.0 to 2.9.0. - [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases) - [Commits](https://github.com/gaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-2.7.0...modernizer-maven-plugin-2.9.0) --- updated-dependencies: - dependency-name: org.gaul:modernizer-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 38e427a..e1984a3 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,7 @@ org.gaul modernizer-maven-plugin - 2.7.0 + 2.9.0 de.thetaphi From b23c89b42962d7218d9b16a1777626ec777cd899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:17:06 +0000 Subject: [PATCH 50/72] Bump netbeans.version from RELEASE210 to RELEASE220 Bumps `netbeans.version` from RELEASE210 to RELEASE220. Updates `org.netbeans.api:org-openide-nodes` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-explorer` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-dialogs` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-netbeans-swing-outline` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-util` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-awt` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-util-lookup` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-util-ui` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-netbeans-modules-options-api` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-filesystems-nb` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-windows` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-netbeans-modules-settings` from RELEASE210 to RELEASE220 Updates `org.netbeans.api:org-openide-modules` from RELEASE210 to RELEASE220 --- updated-dependencies: - dependency-name: org.netbeans.api:org-openide-nodes dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-explorer dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-dialogs dependency-type: direct:production - dependency-name: org.netbeans.api:org-netbeans-swing-outline dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-util dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-awt dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-util-lookup dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-util-ui dependency-type: direct:production - dependency-name: org.netbeans.api:org-netbeans-modules-options-api dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-filesystems-nb dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-windows dependency-type: direct:production - dependency-name: org.netbeans.api:org-netbeans-modules-settings dependency-type: direct:production - dependency-name: org.netbeans.api:org-openide-modules dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jdplus-benchmarking-desktop/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdplus-benchmarking-desktop/pom.xml b/jdplus-benchmarking-desktop/pom.xml index 530f21f..454db1e 100644 --- a/jdplus-benchmarking-desktop/pom.xml +++ b/jdplus-benchmarking-desktop/pom.xml @@ -16,7 +16,7 @@ - RELEASE210 + RELEASE220 From 9c71c7c4fc79f4e4c2df4e002049e53356debc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:17:23 +0000 Subject: [PATCH 51/72] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1984a3..3268894 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 org.gaul From ddbbcd86d89e1283a655505327e7b657ee521e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:17:43 +0000 Subject: [PATCH 52/72] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3268894..8b0af84 100644 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 org.simplify4u.plugins From a6b8282ba48ffa86eaa1e7c79c867be528617f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:17:51 +0000 Subject: [PATCH 53/72] Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.3 to 3.26.0. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.3...assertj-build-3.26.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b0af84..e6f2312 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 5.10.2 - 3.25.3 + 3.26.0 2.2.4 From 9bad3853bd6365aa5c7f5448aa942208280452bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:17:54 +0000 Subject: [PATCH 54/72] Bump org.sonatype.plugins:nexus-staging-maven-plugin Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6f2312..ae24810 100644 --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 + 1.7.0 org.jreleaser From 4fa27dd858ee7a70a2e298df5fc3d3e8aa46e325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:10:53 +0000 Subject: [PATCH 55/72] Bump org.checkerframework:checker-qual from 3.43.0 to 3.44.0 Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.43.0 to 3.44.0. - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/typetools/checker-framework/compare/checker-framework-3.43.0...checker-framework-3.44.0) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ae24810..62632b2 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 1.18.32 1.9.0 1.5.1 - 3.43.0 + 3.44.0 5.10.2 From 95dc094bd9198d2d6df43dfc0013971f75df5bf7 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Tue, 11 Jun 2024 11:10:23 +0200 Subject: [PATCH 56/72] Add heylogs workflow --- .github/workflows/heylogs.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/heylogs.yml diff --git a/.github/workflows/heylogs.yml b/.github/workflows/heylogs.yml new file mode 100644 index 0000000..31a97af --- /dev/null +++ b/.github/workflows/heylogs.yml @@ -0,0 +1,33 @@ +name: Heylogs + +on: [ push ] + +jobs: + badge-job: + if: startsWith(github.repository, 'jdemetra/') && startsWith(github.ref, 'refs/heads/develop') + runs-on: ubuntu-latest + steps: + - name: Checkout source code + uses: actions/checkout@v4 + + - name: Setup Java + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: 21 + cache: 'maven' + + - name: Scan changelog + run: mvn -B -ntp -U com.github.nbbrd.heylogs:heylogs-maven-plugin::scan -Dheylogs.output.file=scan.json -Dheylogs.format.id=json + + - name: Create badges endpoint json + run: | + mkdir heylogs + jq '{schemaVersion: 1, label: "unreleased changes", message: "#\(.[0].summary.unreleasedChanges)", color: "E05735", logoColor: "white", namedLogo: "keepachangelog"}' scan.json > heylogs/unreleased-changes.json + + - name: Deploy badges endpoint json + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_branch: badges + publish_dir: ./heylogs From 4704a3203e3c66d2e54e7d77f95ca6079a3321d2 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Tue, 11 Jun 2024 11:18:32 +0200 Subject: [PATCH 57/72] Add heylogs badge to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2a1f09..6a02aab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # JDemetra+ v3 - benchmarking extensions - \ No newline at end of file + +[![Download](https://img.shields.io/github/release/jdemetra/jdplus-benchmarking.svg)](https://github.com/jdemetra/jdplus-benchmarking/releases/latest) +[![Changes](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjdemetra%2Fjdplus-benchmarking%2Fbadges%2Funreleased-changes.json)](https://github.com/jdemetra/jdplus-benchmarking/blob/develop/CHANGELOG.md) From e0ffefb1cde44dd4d29e0291339dfb7e13b7649f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:14:35 +0000 Subject: [PATCH 58/72] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 62632b2..d405dab 100644 --- a/pom.xml +++ b/pom.xml @@ -159,12 +159,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0 org.apache.maven.surefire surefire-junit-platform - 3.2.5 + 3.3.0 From 53c0e0e546bbbdf378c742756796a73116389f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:14:38 +0000 Subject: [PATCH 59/72] Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d405dab..3b14c63 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.7.0 org.apache.maven.plugins From b8d5f9147bfd83fb36228f371661c40d295497bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 18:01:42 +0000 Subject: [PATCH 60/72] Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.7.0...maven-dependency-plugin-3.7.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b14c63..7754ae4 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.7.0 + 3.7.1 org.apache.maven.plugins From 86cd488f35eef5fed796e224915534596306468c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 18:01:50 +0000 Subject: [PATCH 61/72] Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7754ae4..11226a9 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.2 + 3.4.0 org.apache.maven.plugins From e73ee4db5d8b181e87209e9aca26511ca15e9a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 18:01:46 +0000 Subject: [PATCH 62/72] Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 11226a9..8593d36 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 org.apache.maven.plugins From 25dcb3929980aa4e40d79c82fbf3e42979664938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:38:41 +0000 Subject: [PATCH 63/72] Bump junit.version from 5.10.2 to 5.10.3 Bumps `junit.version` from 5.10.2 to 5.10.3. Updates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) Updates `org.junit.vintage:junit-vintage-engine` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8593d36..1525128 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.44.0 - 5.10.2 + 5.10.3 3.26.0 From bb9d7e896439851c87547088161fbeec9356175f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:38:46 +0000 Subject: [PATCH 64/72] Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.32...v1.18.34) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1525128..7e55119 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ ${project.artifactId} - 1.18.32 + 1.18.34 1.9.0 1.5.1 3.44.0 From d3b2ad66d24a9b60c742acf5e95e3f6f1cc5f20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:22:20 +0000 Subject: [PATCH 65/72] Bump org.jreleaser:jreleaser-maven-plugin from 1.12.0 to 1.13.1 Bumps [org.jreleaser:jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/jreleaser/jreleaser/releases) - [Changelog](https://github.com/jreleaser/jreleaser/blob/main/jreleaser.yml) - [Commits](https://github.com/jreleaser/jreleaser/compare/v1.12.0...v1.13.1) --- updated-dependencies: - dependency-name: org.jreleaser:jreleaser-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e55119..8b4e88d 100644 --- a/pom.xml +++ b/pom.xml @@ -227,7 +227,7 @@ org.jreleaser jreleaser-maven-plugin - 1.12.0 + 1.13.1 From fa03b85d47ee24e75e31ccb923e52bf71aa04652 Mon Sep 17 00:00:00 2001 From: palatej Date: Mon, 8 Jul 2024 08:52:08 +0200 Subject: [PATCH 66/72] code cleanup --- .../TemporalDisaggregationExtractor.java | 19 +-- .../MultivariateCholetteTest.java | 113 +++++++++++++++++- .../TemporalDisaggregationProcessorTest.java | 2 + pom.xml | 2 +- 4 files changed, 122 insertions(+), 14 deletions(-) diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/main/java/jdplus/benchmarking/base/core/benchmarking/extractors/TemporalDisaggregationExtractor.java b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/main/java/jdplus/benchmarking/base/core/benchmarking/extractors/TemporalDisaggregationExtractor.java index 0113c66..02b9093 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/main/java/jdplus/benchmarking/base/core/benchmarking/extractors/TemporalDisaggregationExtractor.java +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/main/java/jdplus/benchmarking/base/core/benchmarking/extractors/TemporalDisaggregationExtractor.java @@ -37,22 +37,22 @@ public class TemporalDisaggregationExtractor extends InformationMapping { public TemporalDisaggregationExtractor() { - set(TemporalDisaggregationDictionaries.DISAGG, TsData.class, + set(TemporalDisaggregationDictionaries.DISAGG, TsData.class, source -> source.getDisaggregatedSeries()); - set(TemporalDisaggregationDictionaries.EDISAGG, TsData.class, + set(TemporalDisaggregationDictionaries.EDISAGG, TsData.class, source -> source.getStdevDisaggregatedSeries()); - set(TemporalDisaggregationDictionaries.LDISAGG, TsData.class, + set(TemporalDisaggregationDictionaries.LDISAGG, TsData.class, source -> source.getDisaggregatedSeries() .fn(source.getStdevDisaggregatedSeries(), (a, b) -> a - 2 * b)); - set(TemporalDisaggregationDictionaries.UDISAGG, TsData.class, + set(TemporalDisaggregationDictionaries.UDISAGG, TsData.class, source -> source.getDisaggregatedSeries().fn(source.getStdevDisaggregatedSeries(), (a, b) -> a + 2 * b)); - set(TemporalDisaggregationDictionaries.REGEFFECT, TsData.class, + set(TemporalDisaggregationDictionaries.REGEFFECT, TsData.class, source -> source.getRegressionEffects()); - set(TemporalDisaggregationDictionaries.SMOOTHINGEFFECT, TsData.class, + set(TemporalDisaggregationDictionaries.SMOOTHINGEFFECT, TsData.class, source -> TsData.subtract(source.getDisaggregatedSeries(), source.getRegressionEffects())); - set(TemporalDisaggregationDictionaries.COEFF, double[].class, + set(TemporalDisaggregationDictionaries.COEFF, double[].class, source -> source.getCoefficients().toArray()); - set(TemporalDisaggregationDictionaries.COVAR, Matrix.class, + set(TemporalDisaggregationDictionaries.COVAR, Matrix.class, source -> source.getCoefficientsCovariance()); set(TemporalDisaggregationDictionaries.REGNAMES, String[].class, source -> { Variable[] vars = source.getIndicators(); @@ -78,7 +78,8 @@ public TemporalDisaggregationExtractor() { return Double.NaN; } Matrix H = source.getMaximum().getHessian(); - return (H == null || H.isEmpty()) ? Double.NaN : Math.sqrt(1 / source.getMaximum().getHessian().get(0, 0)); + int n = source.getLikelihood().degreesOfFreedom() - 1; + return (H == null || H.isEmpty()) ? Double.NaN : Math.sqrt(-1 / (n * H.get(0, 0))); }); set(TemporalDisaggregationDictionaries.SPART, Double.class, source -> { TsData re = source.getRegressionEffects(); diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/test/java/jdplus/benchmarking/base/core/benchmarking/multivariate/MultivariateCholetteTest.java b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/test/java/jdplus/benchmarking/base/core/benchmarking/multivariate/MultivariateCholetteTest.java index d9fd148..6c9506c 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/test/java/jdplus/benchmarking/base/core/benchmarking/multivariate/MultivariateCholetteTest.java +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/test/java/jdplus/benchmarking/base/core/benchmarking/multivariate/MultivariateCholetteTest.java @@ -27,6 +27,8 @@ import java.util.HashMap; import java.util.Map; import java.util.Random; +import jdplus.toolkit.base.api.data.AggregationType; +import jdplus.toolkit.base.api.timeseries.TsUnit; import static org.junit.jupiter.api.Assertions.assertTrue; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; @@ -67,7 +69,7 @@ public void testTable() { TemporalConstraint c4 = TemporalConstraint.parse("S22=sum(s22)"); MultivariateCholetteSpec.Builder builder = MultivariateCholetteSpec.builder() - .lambda(1) + .lambda(0.9) .rho(1) .contemporaneousConstraint(c1) .contemporaneousConstraint(c2) @@ -106,8 +108,8 @@ public void testTable() { assertTrue(distance(s2_, TsData.add(rslt2.get("s21"), rslt2.get("s22"))) < 1e-9); } - @Test - @Disabled +// @Test +// @Disabled public void testOldTable() { TsMultiBenchmarking bench = new TsMultiBenchmarking(); ec.tstoolkit.timeseries.simplets.TsData s11 = oldRandomM(120, 0); @@ -126,7 +128,7 @@ public void testOldTable() { ec.tstoolkit.timeseries.simplets.TsData s2_ = oldRandomM(120, 6); bench.addInput("s2_", s2_); - bench.setLambda(0.5); + bench.setLambda(0.9); bench.setRho(1); ec.benchmarking.simplets.TsMultiBenchmarking.ContemporaneousConstraintDescriptor c1 = ec.benchmarking.simplets.TsMultiBenchmarking.ContemporaneousConstraintDescriptor.parse("s_1=s11+s21"); bench.addContemporaneousConstraint(c1); @@ -183,4 +185,107 @@ private ec.tstoolkit.timeseries.simplets.TsData oldRandomY(int len, int seed) { return new ec.tstoolkit.timeseries.simplets.TsData(ec.tstoolkit.timeseries.simplets.TsFrequency.Yearly, 1980, 0, data, false); } +// The following test works... + @Test + public void testTableFictiveData() { + + Map input = new HashMap<>(); + + double[] s1 = {7,7.2,8.1,7.5,8.5,7.8,8.1,8.4}; + input.put("s1", TsData.ofInternal(TsPeriod.quarterly(2021, 1), s1)); + + double[] s2 = {18,19.5,19.0,19.7,18.5,19.0,20.3,20.0}; + input.put("s2", TsData.ofInternal(TsPeriod.quarterly(2021, 1), s2)); + + double[] s3 = {1.5,1.8,2,2.5,2.0,1.5,1.7,2.0}; + input.put("s3", TsData.ofInternal(TsPeriod.quarterly(2021, 1), s3)); + + double[] a = {27.1,29.8,29.9,31.2,29.3,27.9,30.9,31.7}; + input.put("a", TsData.ofInternal(TsPeriod.quarterly(2021, 1), a)); + + double[] y1 = {30.0,30.5}; + input.put("y1", TsData.ofInternal(TsPeriod.yearly(2021), y1)); + + double[] y2 = {80.0,81.2}; + input.put("y2", TsData.ofInternal(TsPeriod.yearly(2021), y2)); + + double[] y3 = {8.0,8.1}; + input.put("y3", TsData.ofInternal(TsPeriod.yearly(2021), y3)); + + ContemporaneousConstraint c1 = ContemporaneousConstraint.parse("a=s1+s2+s3"); + + TemporalConstraint c2 = TemporalConstraint.parse("y1=sum(s1)"); + TemporalConstraint c3 = TemporalConstraint.parse("y2=sum(s2)"); + TemporalConstraint c4 = TemporalConstraint.parse("y3=sum(s3)"); + + MultivariateCholetteSpec spec = MultivariateCholetteSpec.builder() + .lambda(.5) + .rho(1) + .contemporaneousConstraint(c1) + .temporalConstraint(c2) + .temporalConstraint(c3) + .temporalConstraint(c4) + .build(); + + Map rslt = MultivariateCholette.benchmark(input, spec); + } + + // The following test does not work... (the only difference is that I added 2 more decimals to the second figure of s1) + // Note that if I change the decimal, it works again... + @Test + public void testTableFictiveData2() { + + Map input = new HashMap<>(); + + double[] s1 = {7,7.228,8.1,7.5,8.5,7.8,8.1,8.4}; + TsData S1=TsData.ofInternal(TsPeriod.quarterly(2021, 1), s1); + input.put("s1", S1); + + double[] s2 = {18,19.5,19.0,19.7,18.5,19.0,20.3,20.0}; + TsData S2=TsData.ofInternal(TsPeriod.quarterly(2021, 1), s2); + input.put("s2", S2); + + double[] s3 = {1.5,1.8,2,2.5,2.0,1.5,1.7,2.0}; + TsData S3=TsData.ofInternal(TsPeriod.quarterly(2021, 1), s3); + input.put("s3", S3); + + double[] a = {27.1,29.8,29.9,31.2,29.3,27.9,30.9,31.7}; + TsData A=TsData.ofInternal(TsPeriod.quarterly(2021, 1), a); + input.put("a", A); + + double[] y1 = {30.0,30.5}; + TsData Y1=TsData.ofInternal(TsPeriod.yearly(2021), y1); + input.put("y1", Y1); + + double[] y2 = {80.0,81.2}; + TsData Y2=TsData.ofInternal(TsPeriod.yearly(2021), y2); + input.put("y2", Y2); + + double[] y3 = {8.0,8.1}; + TsData Y3=TsData.ofInternal(TsPeriod.yearly(2021), y3); + input.put("y3", Y3); + + ContemporaneousConstraint c1 = ContemporaneousConstraint.parse("a=s1+s2+s3"); + + TemporalConstraint c2 = TemporalConstraint.parse("y1=sum(s1)"); + TemporalConstraint c3 = TemporalConstraint.parse("y2=sum(s2)"); + TemporalConstraint c4 = TemporalConstraint.parse("y3=sum(s3)"); + + MultivariateCholetteSpec spec = MultivariateCholetteSpec.builder() + .lambda(0.5) + .rho(1) + .contemporaneousConstraint(c1) + .temporalConstraint(c2) + .temporalConstraint(c3) + .temporalConstraint(c4) + .build(); + + Map rslt = MultivariateCholette.benchmark(input, spec); + assertTrue(distance(A, TsData.add(rslt.get("s1"), rslt.get("s2"), rslt.get("s3"))) < 1e-9); + assertTrue(distance(Y1, rslt.get("s1").aggregate(TsUnit.YEAR, AggregationType.Sum, true))< 1e-9); + assertTrue(distance(Y2, rslt.get("s2").aggregate(TsUnit.YEAR, AggregationType.Sum, true))< 1e-9); + assertTrue(distance(Y3, rslt.get("s3").aggregate(TsUnit.YEAR, AggregationType.Sum, true))< 1e-9); + } + + } diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/test/java/jdplus/benchmarking/base/core/univariate/TemporalDisaggregationProcessorTest.java b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/test/java/jdplus/benchmarking/base/core/univariate/TemporalDisaggregationProcessorTest.java index 6e8d0cf..fe6c2f6 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/test/java/jdplus/benchmarking/base/core/univariate/TemporalDisaggregationProcessorTest.java +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/src/test/java/jdplus/benchmarking/base/core/univariate/TemporalDisaggregationProcessorTest.java @@ -13,6 +13,7 @@ import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; import jdplus.benchmarking.base.api.univariate.TemporalDisaggregationSpec; +import jdplus.toolkit.base.api.data.DoubleSeq; import jdplus.toolkit.base.api.data.Parameter; /** @@ -73,6 +74,7 @@ public void testChowLin() { System.out.println(rslt2.getDisaggregatedSeries().getValues()); // System.out.println(rslt2.getStdevDisaggregatedSeries().getValues()); System.out.println(rslt2.getCoefficients()); + System.out.println(rslt1.getMaximum().getHessian()); // System.out.println(rslt2.getConcentratedLikelihood().e()); // System.out.println(rslt2.getConcentratedLikelihood().logLikelihood()); } diff --git a/pom.xml b/pom.xml index 8593d36..9379832 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 2.2.4 - 3.2.2 + 3.2.3-SNAPSHOT 3.21.12 From c7b4e6e0bc3c34913928cc4ea1b6c3d431f36d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:04:27 +0000 Subject: [PATCH 67/72] Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.0 to 3.26.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.0...assertj-build-3.26.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba2ba20..826c229 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 5.10.3 - 3.26.0 + 3.26.3 2.2.4 From 84c6772e4b08645a9de3525c37b4de908df87790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:04:38 +0000 Subject: [PATCH 68/72] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 826c229..c63229f 100644 --- a/pom.xml +++ b/pom.xml @@ -159,12 +159,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.0 + 3.3.1 org.apache.maven.surefire surefire-junit-platform - 3.3.0 + 3.3.1 From 0c642eac5857583d90c01e156cf606c76b9510ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:22:27 +0000 Subject: [PATCH 69/72] Bump org.checkerframework:checker-qual from 3.44.0 to 3.45.0 Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.44.0 to 3.45.0. - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/typetools/checker-framework/compare/checker-framework-3.44.0...checker-framework-3.45.0) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c63229f..161a7c5 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 1.18.34 1.9.0 1.5.1 - 3.44.0 + 3.45.0 5.10.3 From 9bcb1a3fd857af8538f129b514ef89c98dfda2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 07:32:08 +0000 Subject: [PATCH 70/72] Bump jdplus-main.version from 3.2.3-SNAPSHOT to 3.2.4 Bumps `jdplus-main.version` from 3.2.3-SNAPSHOT to 3.2.4. Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-api` from 3.2.3-SNAPSHOT to 3.2.4 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-core` from 3.2.3-SNAPSHOT to 3.2.4 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-information` from 3.2.3-SNAPSHOT to 3.2.4 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-protobuf` from 3.2.3-SNAPSHOT to 3.2.4 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-r` from 3.2.3-SNAPSHOT to 3.2.4 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-base-workspace` from 3.2.3-SNAPSHOT to 3.2.4 Updates `eu.europa.ec.joinup.sat:jdplus-main-desktop-design` from 3.2.3-SNAPSHOT to 3.2.4 Updates `eu.europa.ec.joinup.sat:jdplus-toolkit-desktop-plugin` from 3.2.3-SNAPSHOT to 3.2.4 --- updated-dependencies: - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-information dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-protobuf dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-r dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-base-workspace dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-main-desktop-design dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.europa.ec.joinup.sat:jdplus-toolkit-desktop-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 161a7c5..a7764d7 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 2.2.4 - 3.2.3-SNAPSHOT + 3.2.4 3.21.12 From 676971c505a4fa272a0d312e09dac0d4883eed56 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Fri, 12 Jul 2024 10:40:49 +0200 Subject: [PATCH 71/72] Update CHANGELOG.md for next release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 683aadc..e87a748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.1] - 2024-07-12 + ## [1.1.0] - 2023-12-12 ## [1.0.0] - 2023-12-12 -[Unreleased]: https://github.com/jdemetra/jdplus-benchmarking/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/jdemetra/jdplus-benchmarking/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/jdemetra/jdplus-benchmarking/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/jdemetra/jdplus-benchmarking/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/jdemetra/jdplus-benchmarking/releases/tag/v1.0.0 From ef55cc5bade1c455c6c6ba48a61d3d1fb9086497 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Fri, 12 Jul 2024 11:06:08 +0200 Subject: [PATCH 72/72] Update versions for release --- .../jdplus-benchmarking-base-api/pom.xml | 2 +- .../jdplus-benchmarking-base-core/pom.xml | 2 +- .../jdplus-benchmarking-base-information/pom.xml | 2 +- .../jdplus-benchmarking-base-protobuf/pom.xml | 2 +- .../jdplus-benchmarking-base-r/pom.xml | 2 +- .../jdplus-benchmarking-base-workspace/pom.xml | 2 +- .../jdplus-benchmarking-base-parent/pom.xml | 2 +- jdplus-benchmarking-base/pom.xml | 2 +- jdplus-benchmarking-cli/pom.xml | 2 +- .../jdplus-benchmarking-desktop-plugin/pom.xml | 2 +- jdplus-benchmarking-desktop/pom.xml | 2 +- pom.xml | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-api/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-api/pom.xml index fc80d74..ce4a4f5 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-api/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-api/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-base-api diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/pom.xml index d894eb7..b4bed1b 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-core/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-base-core diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-information/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-information/pom.xml index b8af92e..b157d6a 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-information/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-information/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-base-information diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-protobuf/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-protobuf/pom.xml index 98ee242..4c5da56 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-protobuf/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-protobuf/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-base-protobuf diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-r/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-r/pom.xml index 22e28b0..d5622cd 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-r/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-r/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-base-r diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-workspace/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-workspace/pom.xml index e8b08d7..90ccfb4 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-workspace/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/jdplus-benchmarking-base-workspace/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base-parent - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-base-workspace diff --git a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/pom.xml b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/pom.xml index ae4d863..f6ba6d1 100644 --- a/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/pom.xml +++ b/jdplus-benchmarking-base/jdplus-benchmarking-base-parent/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-base - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-base-parent diff --git a/jdplus-benchmarking-base/pom.xml b/jdplus-benchmarking-base/pom.xml index 27a3a6b..e261ce3 100644 --- a/jdplus-benchmarking-base/pom.xml +++ b/jdplus-benchmarking-base/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-base diff --git a/jdplus-benchmarking-cli/pom.xml b/jdplus-benchmarking-cli/pom.xml index b6f6478..869f01a 100644 --- a/jdplus-benchmarking-cli/pom.xml +++ b/jdplus-benchmarking-cli/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-cli diff --git a/jdplus-benchmarking-desktop/jdplus-benchmarking-desktop-plugin/pom.xml b/jdplus-benchmarking-desktop/jdplus-benchmarking-desktop-plugin/pom.xml index cb3362a..7f34d83 100644 --- a/jdplus-benchmarking-desktop/jdplus-benchmarking-desktop-plugin/pom.xml +++ b/jdplus-benchmarking-desktop/jdplus-benchmarking-desktop-plugin/pom.xml @@ -5,7 +5,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking-desktop - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-desktop-plugin diff --git a/jdplus-benchmarking-desktop/pom.xml b/jdplus-benchmarking-desktop/pom.xml index 454db1e..b1287fc 100644 --- a/jdplus-benchmarking-desktop/pom.xml +++ b/jdplus-benchmarking-desktop/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking - 1.2.0-SNAPSHOT + 1.2.0 jdplus-benchmarking-desktop diff --git a/pom.xml b/pom.xml index a7764d7..ec62f77 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.europa.ec.joinup.sat jdplus-benchmarking - 1.2.0-SNAPSHOT + 1.2.0 pom ${project.artifactId} @@ -38,7 +38,7 @@ UTF-8 - 2024-01-01T00:00:00Z + 2024-07-12T09:06:05Z 17 17 17