From ce2e1b74c2fc2aa785fa63c7b0b1d67f5f06dd24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:12:37 +0000 Subject: [PATCH 1/2] Bump umbrelladocs/action-linkspector action to v1.5.1 --- .github/workflows/check-md-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 834e7f41..1e5b0d3b 100644 --- a/.github/workflows/check-md-links.yml +++ b/.github/workflows/check-md-links.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: umbrelladocs/action-linkspector@v1.4.1 + - uses: umbrelladocs/action-linkspector@v1.5.1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-check From 806dd8366750896d0322cd9063191f4edf764e29 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 24 Apr 2026 09:58:31 +0200 Subject: [PATCH 2/2] Fix CheckStyle homepage --- doc/Continuous-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Continuous-Integration.md b/doc/Continuous-Integration.md index 180e5864..e71ca5fa 100644 --- a/doc/Continuous-Integration.md +++ b/doc/Continuous-Integration.md @@ -11,7 +11,7 @@ U. a. sind die folgenden Plugins vorkonfiguriert: - maven-javadoc-plugin: aktiviert die strikte Prüfung von JavaDoc Kommentaren - maven-jar-plugin: legt einen Modulnamen fest. Außerdem wird ein test-jar konfiguriert, sodass alle Tests (und abstrakte Testklassen) auch als Dependencies genutzt werden können. - maven-pmd-plugin: prüft das Projekt mit [PMD](https://pmd.github.io/), die Regeln liegen in den Dateien [pmd-java-configuration.xml](../etc/pmd-java-configuration.xml), [pmd-tests-configuration.xml](../etc/pmd-tests-configuration.xml) und [pmd-javascript-configuration.xml](../etc/pmd-javascript-configuration.xml). -- maven-checkstyle-plugin: prüft das Projekt mit [CheckStyle](https://checkstyle.sourceforge.io/), die Regeln liegen in den Dateien [checkstyle-java-configuration.xml](../etc/checkstyle-java-configuration.xml) und [checkstyle-tests-configuration.xml](../etc/checkstyle-tests-configuration.xml). +- maven-checkstyle-plugin: prüft das Projekt mit [CheckStyle](https://checkstyle.org/), die Regeln liegen in den Dateien [checkstyle-java-configuration.xml](../etc/checkstyle-java-configuration.xml) und [checkstyle-tests-configuration.xml](../etc/checkstyle-tests-configuration.xml). - spotbugs-maven-plugin: prüft das Projekt mit [SpotBugs](https://spotbugs.github.io/), alle Regeln werden verwendet mit den Ausnahmen definiert in der Datei [spotbugs-exclusion-filter.xml](../etc/spotbugs-exclusion-filter.xml). - revapi-maven-plugin: prüft, ob die aktuelle Versionsnummer die [semantische Versionierung](https://semver.org) berücksichtigt (source and binary). D.h. es gilt: 1. Eine neue **Major** Version wurde definiert, wenn das API nicht mehr abwärtskompatibel ist.