Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b721e72
Update dependency com.fasterxml.jackson:jackson-bom to v2.20.1
xdev-renovate Nov 11, 2025
271133c
Update dependency org.openapitools:jackson-databind-nullable to v0.2.8
xdev-renovate Nov 11, 2025
24a7535
Update dependency org.openapitools:openapi-generator-maven-plugin to …
xdev-renovate Nov 11, 2025
7b3d463
Update dependency com.puppycrawl.tools:checkstyle to v12.1.2
xdev-renovate Nov 12, 2025
47b7924
Merge pull request #226 from xdev-software/renovate/com.puppycrawl.to…
AB-xdev Nov 20, 2025
32f00cd
Merge pull request #339 from xdev-software/renovate/org.openapitools-…
AB-xdev Nov 20, 2025
0e26f72
Merge pull request #343 from xdev-software/renovate/org.openapitools-…
AB-xdev Nov 20, 2025
3dc28fb
Merge pull request #344 from xdev-software/renovate/com.fasterxml.jac…
AB-xdev Nov 20, 2025
5de8ec1
Merge branch 'master' into update-from-template-xdev-software/standar…
xdev-gh-bot Nov 20, 2025
b76d555
Sonar is no longer in use
AB-xdev Nov 20, 2025
6ff3125
Update actions/checkout action to v6
xdev-renovate Nov 21, 2025
25f9289
Update actions/checkout action to v6
xdev-renovate Nov 21, 2025
e39c89d
Merge pull request #11 from xdev-software/renovate/actions-checkout-6.x
AB-xdev Nov 21, 2025
70abc6f
Merge pull request #227 from xdev-software/renovate/actions-checkout-6.x
AB-xdev Nov 21, 2025
c117cd7
Merge branch 'master' into update-from-template-xdev-software/base-te…
xdev-gh-bot Nov 21, 2025
6f6dfdb
Merge branch 'master' into update-from-template-xdev-software/java-te…
xdev-gh-bot Nov 21, 2025
cfe157c
Merge branch 'master' into update-from-template-xdev-software/standar…
xdev-gh-bot Nov 21, 2025
472a06a
Merge branch 'develop' into update-from-template-merged
xdev-gh-bot Nov 24, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- run: mv .github/.lycheeignore .lycheeignore

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java: [17, 21, 25]
distribution: [temurin]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up JDK
uses: actions/setup-java@v5
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
java: [17]
distribution: [temurin]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up JDK
uses: actions/setup-java@v5
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
java: [17]
distribution: [temurin]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up JDK
uses: actions/setup-java@v5
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up JDK
uses: actions/setup-java@v5
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
outputs:
upload_url: ${{ steps.create-release.outputs.upload_url }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Configure Git
run: |
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
needs: [prepare-release]
timeout-minutes: 60
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Init Git and pull
run: |
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
needs: [prepare-release]
timeout-minutes: 15
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Init Git and pull
run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
needs: [publish-maven]
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Init Git and pull
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
sparse-checkout: .github/labels.yml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up JDK
uses: actions/setup-java@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-from-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
update_branch_merged_commit: ${{ steps.manage-branches.outputs.update_branch_merged_commit }}
create_update_branch_merged_pr: ${{ steps.manage-branches.outputs.create_update_branch_merged_pr }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
# Required because otherwise there are always changes detected when executing diff/rev-list
fetch-depth: 0
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
# Required because otherwise there are always changes detected when executing diff/rev-list
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>12.1.1</version>
<version>12.1.2</version>
</dependency>
</dependencies>
<configuration>
Expand Down
13 changes: 4 additions & 9 deletions sessionize-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,14 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<generatedDirRelative>src/generated/java</generatedDirRelative>

<!-- Ignore generated code -->
<sonar.exclusions>
src/generated/**
</sonar.exclusions>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.20.0</version>
<version>2.20.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -96,7 +91,7 @@
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -324,7 +319,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.16.0</version>
<version>7.17.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -449,7 +444,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>12.1.1</version>
<version>12.1.2</version>
</dependency>
</dependencies>
<configuration>
Expand Down