Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2025.1 #2282

Merged
merged 3 commits into from
Feb 24, 2025
Merged

2025.1 #2282

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
git commit -m "Updated version in pom.xml"
git push
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Viglet Team <[email protected]>
: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/"]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<packaging>pom</packaging>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<name>Turing ES Master</name>
<description>Viglet Turing ES</description>

Expand Down
2 changes: 1 addition & 1 deletion turing-aem/aem-cli-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.viglet.turing.connector</groupId>
<artifactId>turing-aem</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aem-cli-indexer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-aem/aem-cli-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<fileset dir="scripts/commons/env-publish/"/>
</copy>
<copy file="target/aem-cli-sample.jar" todir="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-aem.jar" dest="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v2025.1/turing-aem.jar" dest="dist/prod/libs/"/>
</target>
</project>
2 changes: 1 addition & 1 deletion turing-aem/aem-cli-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Turing AEM - Sample Custom CLI Indexer</name>
<description>Turing AEM Connector - Sample Custom CLI Indexer</description>
<properties>
<revision>0.3.10</revision>
<revision>2025.1</revision>
<turing.version>6eea13d91d</turing.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion turing-aem/aem-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.viglet.turing.connector</groupId>
<artifactId>turing-aem</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aem-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-aem/aem-plugin-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.viglet.turing.connector</groupId>
<artifactId>turing-aem</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion turing-aem/aem-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.viglet.turing.connector</groupId>
<artifactId>turing-aem</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aem-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-aem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.viglet.turing.connector</groupId>
Expand Down
2 changes: 1 addition & 1 deletion turing-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>turing-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>turing-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-connector/connector-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>turing-connector</artifactId>
<groupId>com.viglet.turing.connector</groupId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</parent>

<artifactId>connector-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-connector/connector-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>turing-connector</artifactId>
<groupId>com.viglet.turing.connector</groupId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</parent>

<artifactId>connector-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-connector/connector-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<fileset dir="scripts/prod/"/>
</copy>
<copy file="target/connector-sample.jar" todir="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-connector.jar" dest="dist/prod/"/>
<get src="https://github.com/openturing/turing/releases/download/v2025.1/turing-connector.jar" dest="dist/prod/"/>
</target>
</project>
2 changes: 1 addition & 1 deletion turing-connector/connector-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>turing-connector</artifactId>
<groupId>com.viglet.turing.connector</groupId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</parent>

<artifactId>connector-sample</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions turing-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.viglet.turing.connector</groupId>
<artifactId>turing-connector</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<name>Turing Connector</name>
<description>Turing Connector</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion turing-db/db-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing-db</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>db-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-db/db-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>turing-db</artifactId>
<groupId>com.viglet.turing</groupId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</parent>

<artifactId>db-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-db/db-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<fileset dir="scripts/prod"/>
</copy>
<copy file="target/db-sample.jar" todir="dist/prod/libs"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-db.jar" dest="dist/prod/libs"/>
<get src="https://github.com/openturing/turing/releases/download/v2025.1/turing-db.jar" dest="dist/prod/libs"/>
<get src="https://github.com/h2database/h2database/releases/download/version-2.3.232/h2-2024-08-11.zip" dest="dist/prod/h2" />
<unzip src="dist/prod/h2/h2-2024-08-11.zip" dest="dist/prod"/>
</target>
Expand Down
2 changes: 1 addition & 1 deletion turing-db/db-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Turing Database - Sample Custom Connector</name>
<description>Turing Database - Sample Custom Connector</description>
<properties>
<revision>0.3.10</revision>
<revision>2025.1</revision>
<turing.version>3ee63eeed0</turing.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion turing-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>turing-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-filesystem/fs-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing-filesystem</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>fs-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-filesystem/fs-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing-filesystem</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>fs-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>turing-filesystem</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-java-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>turing-java-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>turing-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion turing-sprinklr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.viglet.turing.connector</groupId>
Expand Down
2 changes: 1 addition & 1 deletion turing-sprinklr/sprinklr-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>turing-sprinklr</artifactId>
<groupId>com.viglet.turing.connector</groupId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</parent>

<artifactId>sprinklr-commons</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions turing-sprinklr/sprinklr-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>turing-sprinklr</artifactId>
<groupId>com.viglet.turing.connector</groupId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</parent>


Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.viglet.turing</groupId>
<artifactId>turing-spring</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.viglet.turing.connector</groupId>
<artifactId>sprinklr-commons</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion turing-sprinklr/sprinklr-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<fileset dir="scripts/prod/"/>
</copy>
<copy file="target/sprinklr-sample.jar" todir="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-sprinklr.jar" dest="dist/prod/"/>
<get src="https://github.com/openturing/turing/releases/download/v2025.1/turing-sprinklr.jar" dest="dist/prod/"/>
</target>
</project>
4 changes: 2 additions & 2 deletions turing-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turing-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turing-ui",
"version": "0.3.10",
"version": "2025.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion turing-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion turing-web-crawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.viglet.turing</groupId>
<artifactId>turing</artifactId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion turing-web-crawler/wc-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>turing-web-crawler</artifactId>
<groupId>com.viglet.turing.connector</groupId>
<version>0.3.10.1</version>
<version>2025.1.2</version>
</parent>

<artifactId>wc-commons</artifactId>
Expand Down
Loading
Loading