This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push: new f80ab4aeb4 chore(build): pin to a specific version of test-report f80ab4aeb4 is described below commit f80ab4aeb48ceda2f06abf425e2e48c0a947d841 Author: Sebastian Rühl <sru...@apache.org> AuthorDate: Thu Sep 18 14:22:47 2025 +0200 chore(build): pin to a specific version of test-report --- .github/workflows/java-platform-test-report.yml | 2 +- .../opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-platform-test-report.yml b/.github/workflows/java-platform-test-report.yml index f54893bd5b..65eecbdbce 100644 --- a/.github/workflows/java-platform-test-report.yml +++ b/.github/workflows/java-platform-test-report.yml @@ -38,7 +38,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.os }} steps: - - uses: dorny/test-reporter@v2 + - uses: dorny/test-reporter@v2.1.1 with: artifact: "java-test-report-${{ matrix.os }}-java-${{ matrix.java }}" name: "Java Tests (OS: ${{ matrix.os }}, Java: ${{ matrix.java }})" diff --git a/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java b/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java index 682e62d405..329fb5daa4 100644 --- a/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java +++ b/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java @@ -25,7 +25,7 @@ package org.apache.plc4x.java.opm; public interface AliasRegistry { /** - * Checks if this registry can resolve this alias + * Checks if this registry can resolve this alias. */ boolean canResolve(String alias);