From 8d47b788db3459a875a12d1aa76ca1ee30f36462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=AA=20Oliveira?= Date: Mon, 24 Feb 2025 10:50:27 -0300 Subject: [PATCH 1/3] 2025.1 Release --- .github/dependabot.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- README.adoc | 4 ++-- pom.xml | 2 +- turing-aem/aem-cli-indexer/pom.xml | 2 +- turing-aem/aem-cli-sample/build.xml | 2 +- turing-aem/aem-cli-sample/pom.xml | 2 +- turing-aem/aem-commons/pom.xml | 2 +- turing-aem/aem-plugin-sample/pom.xml | 2 +- turing-aem/aem-plugin/pom.xml | 2 +- turing-aem/pom.xml | 2 +- turing-app/pom.xml | 2 +- turing-commons/pom.xml | 2 +- turing-connector/connector-app/pom.xml | 2 +- turing-connector/connector-commons/pom.xml | 2 +- turing-connector/connector-sample/build.xml | 2 +- turing-connector/connector-sample/pom.xml | 2 +- turing-connector/pom.xml | 4 ++-- turing-db/db-app/pom.xml | 2 +- turing-db/db-commons/pom.xml | 2 +- turing-db/db-sample/build.xml | 2 +- turing-db/db-sample/pom.xml | 2 +- turing-db/pom.xml | 2 +- turing-filesystem/fs-commons/pom.xml | 2 +- turing-filesystem/fs-connector/pom.xml | 2 +- turing-filesystem/pom.xml | 2 +- turing-java-sdk/pom.xml | 2 +- turing-spring/pom.xml | 2 +- turing-sprinklr/pom.xml | 2 +- turing-sprinklr/sprinklr-commons/pom.xml | 2 +- turing-sprinklr/sprinklr-plugin/pom.xml | 6 +++--- turing-sprinklr/sprinklr-sample/build.xml | 2 +- turing-ui/package-lock.json | 4 ++-- turing-ui/package.json | 2 +- turing-utils/pom.xml | 2 +- turing-web-crawler/pom.xml | 2 +- turing-web-crawler/wc-commons/pom.xml | 2 +- turing-web-crawler/wc-plugin/pom.xml | 2 +- turing-web-crawler/wc-sample/build.xml | 4 ++-- turing-web-crawler/wc-sample/pom.xml | 2 +- upload_to_relese.cmd | 4 ++-- 41 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0dd11d6db3..f85ae9a4ff2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - target-branch: "0.3.10" + target-branch: "2025.1" open-pull-requests-limit: 15 ignore: - dependency-name: "org.apache.nutch:nutch" @@ -23,7 +23,7 @@ updates: directory: "/turing-ui" # Location of package manifests schedule: interval: "weekly" - target-branch: "0.3.10" + target-branch: "2025.1" open-pull-requests-limit: 15 ignore: - dependency-name: "typescript" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3bc5ce5fa56..3b8200389bd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,9 +13,9 @@ name: "CodeQL Advanced" on: push: - branches: [ "0.3.10" ] + branches: [ "2025.1" ] pull_request: - branches: [ "0.3.10" ] + branches: [ "2025.1" ] schedule: - cron: '28 17 * * 3' diff --git a/README.adoc b/README.adoc index f82aac25e14..9bd5df38535 100644 --- a/README.adoc +++ b/README.adoc @@ -3,13 +3,13 @@ Viglet Team :organization: Viglet Turing :toclevels: 5 :toc-title: Table of Content -:viglet-version: 0.3.10 +:viglet-version: 2025.1 [preface] image:https://img.shields.io/badge/Download-Release%20{viglet-version}-blue?style=for-the-badge&logo=OpenJDK[link="https://viglet.com/turing/download/"] image:https://img.shields.io/github/license/openturing/turing.svg?style=for-the-badge&logo=Apache["License"] image:https://img.shields.io/github/last-commit/openturing/turing.svg?style=for-the-badge&logo=java)[GitHub last commit] -image:https://img.shields.io/github/actions/workflow/status/openturing/turing/build.yml?branch=0.3.10&style=for-the-badge&logo=GitHub[link="https://github.com/openturing/turing/actions/workflows/build.yml"] +image:https://img.shields.io/github/actions/workflow/status/openturing/turing/build.yml?branch=2025.1&style=for-the-badge&logo=GitHub[link="https://github.com/openturing/turing/actions/workflows/build.yml"] image:https://img.shields.io/badge/Sonar-Code%20Quality-brightgreen?style=for-the-badge&logo=SonarCloud[link="https://sonarcloud.io/organizations/viglet-turing/projects"] image:https://img.shields.io/badge/Javadoc-Release%20{viglet-version}-brightgreen?style=for-the-badge&logo=OpenJDK[link="https://openturing.github.io/turing/{viglet-version}/javadoc/"] diff --git a/pom.xml b/pom.xml index fe96ed15847..343e461c6d3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.viglet.turing turing pom - 0.3.10.1 + 2025.1.2 Turing ES Master Viglet Turing ES diff --git a/turing-aem/aem-cli-indexer/pom.xml b/turing-aem/aem-cli-indexer/pom.xml index a1bd191b22e..32cad7009e9 100644 --- a/turing-aem/aem-cli-indexer/pom.xml +++ b/turing-aem/aem-cli-indexer/pom.xml @@ -6,7 +6,7 @@ com.viglet.turing.connector turing-aem - 0.3.10.1 + 2025.1.2 ../pom.xml aem-cli-indexer diff --git a/turing-aem/aem-cli-sample/build.xml b/turing-aem/aem-cli-sample/build.xml index a76cbec6031..01e48bcb9c0 100644 --- a/turing-aem/aem-cli-sample/build.xml +++ b/turing-aem/aem-cli-sample/build.xml @@ -18,6 +18,6 @@ - + diff --git a/turing-aem/aem-cli-sample/pom.xml b/turing-aem/aem-cli-sample/pom.xml index 00f27158008..eb41e306dc8 100644 --- a/turing-aem/aem-cli-sample/pom.xml +++ b/turing-aem/aem-cli-sample/pom.xml @@ -8,7 +8,7 @@ Turing AEM - Sample Custom CLI Indexer Turing AEM Connector - Sample Custom CLI Indexer - 0.3.10 + 2025.1 6eea13d91d UTF-8 21 diff --git a/turing-aem/aem-commons/pom.xml b/turing-aem/aem-commons/pom.xml index 9875c7a3656..46863bf097d 100644 --- a/turing-aem/aem-commons/pom.xml +++ b/turing-aem/aem-commons/pom.xml @@ -6,7 +6,7 @@ com.viglet.turing.connector turing-aem - 0.3.10.1 + 2025.1.2 ../pom.xml aem-commons diff --git a/turing-aem/aem-plugin-sample/pom.xml b/turing-aem/aem-plugin-sample/pom.xml index bc551c298ef..3a18934888a 100644 --- a/turing-aem/aem-plugin-sample/pom.xml +++ b/turing-aem/aem-plugin-sample/pom.xml @@ -6,7 +6,7 @@ com.viglet.turing.connector turing-aem - 0.3.10.1 + 2025.1.2 ../pom.xml diff --git a/turing-aem/aem-plugin/pom.xml b/turing-aem/aem-plugin/pom.xml index 181601f608d..b8e583af1cb 100644 --- a/turing-aem/aem-plugin/pom.xml +++ b/turing-aem/aem-plugin/pom.xml @@ -5,7 +5,7 @@ com.viglet.turing.connector turing-aem - 0.3.10.1 + 2025.1.2 ../pom.xml aem-plugin diff --git a/turing-aem/pom.xml b/turing-aem/pom.xml index 3a3279c9bfd..fe305e03d2a 100644 --- a/turing-aem/pom.xml +++ b/turing-aem/pom.xml @@ -5,7 +5,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml com.viglet.turing.connector diff --git a/turing-app/pom.xml b/turing-app/pom.xml index a825d4b2177..22a49c5c0ba 100644 --- a/turing-app/pom.xml +++ b/turing-app/pom.xml @@ -6,7 +6,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml turing-app diff --git a/turing-commons/pom.xml b/turing-commons/pom.xml index 14127920bd1..1cb9997d660 100644 --- a/turing-commons/pom.xml +++ b/turing-commons/pom.xml @@ -11,7 +11,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml turing-commons diff --git a/turing-connector/connector-app/pom.xml b/turing-connector/connector-app/pom.xml index b7c00b638ba..8ccae0cc864 100644 --- a/turing-connector/connector-app/pom.xml +++ b/turing-connector/connector-app/pom.xml @@ -5,7 +5,7 @@ turing-connector com.viglet.turing.connector - 0.3.10.1 + 2025.1.2 connector-app diff --git a/turing-connector/connector-commons/pom.xml b/turing-connector/connector-commons/pom.xml index 43f3ceac5b8..fca985f3753 100644 --- a/turing-connector/connector-commons/pom.xml +++ b/turing-connector/connector-commons/pom.xml @@ -4,7 +4,7 @@ turing-connector com.viglet.turing.connector - 0.3.10.1 + 2025.1.2 connector-commons diff --git a/turing-connector/connector-sample/build.xml b/turing-connector/connector-sample/build.xml index 57408aea0e8..9df0161c856 100644 --- a/turing-connector/connector-sample/build.xml +++ b/turing-connector/connector-sample/build.xml @@ -9,6 +9,6 @@ - + diff --git a/turing-connector/connector-sample/pom.xml b/turing-connector/connector-sample/pom.xml index ea0e1756f5f..599dae0dd5f 100644 --- a/turing-connector/connector-sample/pom.xml +++ b/turing-connector/connector-sample/pom.xml @@ -5,7 +5,7 @@ turing-connector com.viglet.turing.connector - 0.3.10.1 + 2025.1.2 connector-sample diff --git a/turing-connector/pom.xml b/turing-connector/pom.xml index 0713ec9c5b9..722e204fe73 100644 --- a/turing-connector/pom.xml +++ b/turing-connector/pom.xml @@ -5,12 +5,12 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml com.viglet.turing.connector turing-connector - 0.3.10.1 + 2025.1.2 Turing Connector Turing Connector pom diff --git a/turing-db/db-app/pom.xml b/turing-db/db-app/pom.xml index 6754672a977..d7fdc825650 100644 --- a/turing-db/db-app/pom.xml +++ b/turing-db/db-app/pom.xml @@ -6,7 +6,7 @@ com.viglet.turing turing-db - 0.3.10.1 + 2025.1.2 ../pom.xml db-app diff --git a/turing-db/db-commons/pom.xml b/turing-db/db-commons/pom.xml index c45089b8ede..e6101070006 100644 --- a/turing-db/db-commons/pom.xml +++ b/turing-db/db-commons/pom.xml @@ -4,7 +4,7 @@ turing-db com.viglet.turing - 0.3.10.1 + 2025.1.2 db-commons diff --git a/turing-db/db-sample/build.xml b/turing-db/db-sample/build.xml index f610b6d699f..f1d363f411b 100644 --- a/turing-db/db-sample/build.xml +++ b/turing-db/db-sample/build.xml @@ -10,7 +10,7 @@ - + diff --git a/turing-db/db-sample/pom.xml b/turing-db/db-sample/pom.xml index 0163ca6f55b..9dfc30805eb 100644 --- a/turing-db/db-sample/pom.xml +++ b/turing-db/db-sample/pom.xml @@ -9,7 +9,7 @@ Turing Database - Sample Custom Connector Turing Database - Sample Custom Connector - 0.3.10 + 2025.1 3ee63eeed0 UTF-8 21 diff --git a/turing-db/pom.xml b/turing-db/pom.xml index d50dbd0d797..49b4ba4fdd4 100644 --- a/turing-db/pom.xml +++ b/turing-db/pom.xml @@ -21,7 +21,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml turing-db diff --git a/turing-filesystem/fs-commons/pom.xml b/turing-filesystem/fs-commons/pom.xml index f2a15096d03..3ec2a0c4d37 100644 --- a/turing-filesystem/fs-commons/pom.xml +++ b/turing-filesystem/fs-commons/pom.xml @@ -10,7 +10,7 @@ com.viglet.turing turing-filesystem - 0.3.10.1 + 2025.1.2 ../pom.xml fs-commons diff --git a/turing-filesystem/fs-connector/pom.xml b/turing-filesystem/fs-connector/pom.xml index 9c003fb3096..459c750c801 100644 --- a/turing-filesystem/fs-connector/pom.xml +++ b/turing-filesystem/fs-connector/pom.xml @@ -11,7 +11,7 @@ com.viglet.turing turing-filesystem - 0.3.10.1 + 2025.1.2 ../pom.xml fs-connector diff --git a/turing-filesystem/pom.xml b/turing-filesystem/pom.xml index 33224ffff23..a41248480c1 100644 --- a/turing-filesystem/pom.xml +++ b/turing-filesystem/pom.xml @@ -21,7 +21,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml turing-filesystem diff --git a/turing-java-sdk/pom.xml b/turing-java-sdk/pom.xml index 6443480102d..aa59857133e 100644 --- a/turing-java-sdk/pom.xml +++ b/turing-java-sdk/pom.xml @@ -6,7 +6,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml turing-java-sdk diff --git a/turing-spring/pom.xml b/turing-spring/pom.xml index be3f9e3cad8..4b32635ab3f 100644 --- a/turing-spring/pom.xml +++ b/turing-spring/pom.xml @@ -11,7 +11,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml turing-spring diff --git a/turing-sprinklr/pom.xml b/turing-sprinklr/pom.xml index bf3ce17508b..d28cc94b4db 100644 --- a/turing-sprinklr/pom.xml +++ b/turing-sprinklr/pom.xml @@ -5,7 +5,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml com.viglet.turing.connector diff --git a/turing-sprinklr/sprinklr-commons/pom.xml b/turing-sprinklr/sprinklr-commons/pom.xml index 59bb92b85f1..fd9b407f897 100644 --- a/turing-sprinklr/sprinklr-commons/pom.xml +++ b/turing-sprinklr/sprinklr-commons/pom.xml @@ -4,7 +4,7 @@ turing-sprinklr com.viglet.turing.connector - 0.3.10.1 + 2025.1.2 sprinklr-commons diff --git a/turing-sprinklr/sprinklr-plugin/pom.xml b/turing-sprinklr/sprinklr-plugin/pom.xml index 787d0434e10..2bac87026a8 100644 --- a/turing-sprinklr/sprinklr-plugin/pom.xml +++ b/turing-sprinklr/sprinklr-plugin/pom.xml @@ -5,7 +5,7 @@ turing-sprinklr com.viglet.turing.connector - 0.3.10.1 + 2025.1.2 @@ -29,7 +29,7 @@ com.viglet.turing turing-spring - 0.3.10.1 + 2025.1.2 com.google.inject @@ -54,7 +54,7 @@ com.viglet.turing.connector sprinklr-commons - 0.3.10.1 + 2025.1.2 org.springframework.boot diff --git a/turing-sprinklr/sprinklr-sample/build.xml b/turing-sprinklr/sprinklr-sample/build.xml index f0e91fa767b..3485028c88f 100644 --- a/turing-sprinklr/sprinklr-sample/build.xml +++ b/turing-sprinklr/sprinklr-sample/build.xml @@ -9,6 +9,6 @@ - + diff --git a/turing-ui/package-lock.json b/turing-ui/package-lock.json index 000c621cf65..760c1e94aad 100644 --- a/turing-ui/package-lock.json +++ b/turing-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "turing-ui", - "version": "0.3.10", + "version": "2025.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "turing-ui", - "version": "0.3.10", + "version": "2025.1", "dependencies": { "@angular/animations": "19.0.5", "@angular/cdk": "18.2.13", diff --git a/turing-ui/package.json b/turing-ui/package.json index a59115a9b2e..5f4e6e0e45b 100644 --- a/turing-ui/package.json +++ b/turing-ui/package.json @@ -1,6 +1,6 @@ { "name": "turing-ui", - "version": "0.3.10", + "version": "2025.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/turing-utils/pom.xml b/turing-utils/pom.xml index c0c8144b322..1d04cacb7cf 100644 --- a/turing-utils/pom.xml +++ b/turing-utils/pom.xml @@ -5,7 +5,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml diff --git a/turing-web-crawler/pom.xml b/turing-web-crawler/pom.xml index ff0013e2782..4c4d03732bf 100644 --- a/turing-web-crawler/pom.xml +++ b/turing-web-crawler/pom.xml @@ -5,7 +5,7 @@ com.viglet.turing turing - 0.3.10.1 + 2025.1.2 ../pom.xml diff --git a/turing-web-crawler/wc-commons/pom.xml b/turing-web-crawler/wc-commons/pom.xml index e46854fb35f..d2f39825732 100644 --- a/turing-web-crawler/wc-commons/pom.xml +++ b/turing-web-crawler/wc-commons/pom.xml @@ -4,7 +4,7 @@ turing-web-crawler com.viglet.turing.connector - 0.3.10.1 + 2025.1.2 wc-commons diff --git a/turing-web-crawler/wc-plugin/pom.xml b/turing-web-crawler/wc-plugin/pom.xml index 413c9962633..01e99a46750 100644 --- a/turing-web-crawler/wc-plugin/pom.xml +++ b/turing-web-crawler/wc-plugin/pom.xml @@ -5,7 +5,7 @@ turing-web-crawler com.viglet.turing.connector - 0.3.10.1 + 2025.1.2 wc-plugin diff --git a/turing-web-crawler/wc-sample/build.xml b/turing-web-crawler/wc-sample/build.xml index 9258fc71cc8..651dd905587 100644 --- a/turing-web-crawler/wc-sample/build.xml +++ b/turing-web-crawler/wc-sample/build.xml @@ -9,7 +9,7 @@ - - + + diff --git a/turing-web-crawler/wc-sample/pom.xml b/turing-web-crawler/wc-sample/pom.xml index b0843e64bfe..02e50a11071 100644 --- a/turing-web-crawler/wc-sample/pom.xml +++ b/turing-web-crawler/wc-sample/pom.xml @@ -9,7 +9,7 @@ Turing Web Crawler - Sample Custom Connector Turing Web Crawler - Sample Custom Connector - 0.3.10 + 2025.1 6eea13d91d UTF-8 21 diff --git a/upload_to_relese.cmd b/upload_to_relese.cmd index a84e8dbb8ac..a1185a5e555 100644 --- a/upload_to_relese.cmd +++ b/upload_to_relese.cmd @@ -1,7 +1,7 @@ -set TAG_NAME=v0.3.10 +set TAG_NAME=v2025.1 mvn build-helper:parse-version versions:set -DnewVersion=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${parsedVersion.nextBuildNumber} versions:commit mvn clean package -rem gh release create v0.3.10.1 --generate-notes +rem gh release create v2025.1 --generate-notes gh release upload %TAG_NAME% turing-aem\aem-cli-indexer\target\turing-aem-cli.jar --clobber gh release upload %TAG_NAME% turing-aem\aem-plugin\target\aem-plugin.jar --clobber gh release upload %TAG_NAME% turing-app\target\viglet-turing.jar --clobber From 5014db3ce24dc7b0c5945beb14ba01e20a4b6111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=AA=20Oliveira?= Date: Mon, 24 Feb 2025 10:53:33 -0300 Subject: [PATCH 2/3] Update build.yml --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfc8b0140e0..1fd006ab26d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,13 @@ jobs: java-version: '21' distribution: 'temurin' cache: maven - + - name: Increment Version + run: | + ./mvnw build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion} versions:commit + git config user.name alexandre.oliveira + git config user.email alexandre.oliveira@gmail.com + git commit -m "updated version in pom.xml" + git push - name: Cache SonarCloud packages uses: actions/cache@v3 with: From 5a3edb438d847a212de076d2b4535e67fd5369ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=AA=20Oliveira?= Date: Mon, 24 Feb 2025 10:55:52 -0300 Subject: [PATCH 3/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fd006ab26d..f067a109261 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: ./mvnw build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion} versions:commit git config user.name alexandre.oliveira git config user.email alexandre.oliveira@gmail.com - git commit -m "updated version in pom.xml" + git commit -m "Updated version in pom.xml" git push - name: Cache SonarCloud packages uses: actions/cache@v3