Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7bcc1bd
Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3…
xdev-renovate Sep 21, 2025
e0867d3
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v…
xdev-renovate Sep 22, 2025
184b908
Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.3
xdev-renovate Sep 22, 2025
e02c5fb
Merge pull request #205 from xdev-software/renovate/org.codehaus.mojo…
AB-xdev Sep 22, 2025
8d05002
Merge pull request #204 from xdev-software/renovate/org.apache.maven.…
AB-xdev Sep 22, 2025
bf15dff
Merge pull request #203 from xdev-software/renovate/org.apache.maven.…
AB-xdev Sep 22, 2025
0e8aefd
Update dependency org.sonatype.central:central-publishing-maven-plugi…
xdev-renovate Sep 24, 2025
45ce26a
Merge pull request #206 from xdev-software/renovate/org.sonatype.cent…
AB-xdev Sep 25, 2025
f08c662
Update dependency com.puppycrawl.tools:checkstyle to v11.1.0
xdev-renovate Sep 29, 2025
b0a5ee4
Merge pull request #207 from xdev-software/renovate/com.puppycrawl.to…
AB-xdev Sep 29, 2025
6278740
Fix broken-links not finding issues on GH CLI v2.79+
AB-xdev Sep 29, 2025
2a9792e
Merge branch 'master' into update-from-template-xdev-software/base-te…
xdev-gh-bot Sep 29, 2025
82c008b
Merge branch 'master' into update-from-template-xdev-software/java-te…
xdev-gh-bot Sep 29, 2025
39c4703
Test compile with Java 25 & Update docs
AB-xdev Sep 30, 2025
f71bf68
Update peter-evans/create-issue-from-file action to v6
xdev-renovate Oct 2, 2025
59a4d94
Merge pull request #9 from xdev-software/renovate/peter-evans-create-…
AB-xdev Oct 2, 2025
046de39
Update PMD scheme location
AB-xdev Oct 2, 2025
b8cd7d4
Merge branch 'master' into update-from-template-xdev-software/base-te…
xdev-gh-bot Oct 2, 2025
02beb62
Merge branch 'master' into update-from-template-xdev-software/java-se…
xdev-gh-bot Oct 2, 2025
447f71d
Merge branch 'master' into update-from-template-xdev-software/java-te…
xdev-gh-bot Oct 2, 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 .config/pmd/java/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ruleset name="Default"
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.github.io/ruleset_2_0_0.xsd">

<description>
This ruleset checks the code for discouraged programming constructs.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Find already existing issue
id: find-issue
run: |
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \"Link Checker Report\"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title "Link Checker Report"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ github.token }}

Expand All @@ -38,7 +38,7 @@ jobs:

- name: Create Issue From File
if: steps.lychee.outputs.exit_code != 0
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6
with:
issue-number: ${{ steps.find-issue.outputs.number }}
title: Link Checker Report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
java: [17, 21]
java: [17, 21, 25]
distribution: [temurin]
steps:
- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We also encourage you to read the [contribution instructions by GitHub](https://
### Software Requirements
You should have the following things installed:
* Git
* Java 21 - should be as unmodified as possible (Recommended: [Eclipse Adoptium](https://adoptium.net/temurin/releases/))
* Java 25 - should be as unmodified as possible (Recommended: [Eclipse Adoptium](https://adoptium.net/temurin/releases/))
* Maven (Note that the [Maven Wrapper](https://maven.apache.org/wrapper/) is shipped with the repo)

### Recommended setup
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>11.0.1</version>
<version>11.1.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion template-placeholder-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version>
<version>3.14.1</version>
<configuration>
<release>${maven.compiler.release}</release>
<compilerArgs>
Expand Down
10 changes: 5 additions & 5 deletions template-placeholder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version>
<version>3.14.1</version>
<configuration>
<release>${maven.compiler.release}</release>
<compilerArgs>
Expand All @@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.3</version>
<version>3.12.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
<configuration>
<flattenMode>ossrh</flattenMode>
</configuration>
Expand Down Expand Up @@ -193,7 +193,7 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>sonatype-central-portal</publishingServerId>
Expand All @@ -215,7 +215,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>11.0.1</version>
<version>11.1.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down