This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 8a372500 RAT-497: Add note why JDK17 is not usable
8a372500 is described below
commit 8a37250004feb598250a5bd46b6c015c241e6162
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Nov 10 12:45:59 2025 +0100
RAT-497: Add note why JDK17 is not usable
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 5f9b8af4..67169a14 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
tools {
maven 'maven_3_latest'
-// No JDK due to https://issues.apache.org/jira/browse/RAT-497 -
java.lang.NullPointerException: Cannot invoke
"com.sun.source.util.DocTreePath.getTreePath()" because "path" is null
+// No JDK17 possible due to https://issues.apache.org/jira/browse/RAT-497 -
java.lang.NullPointerException: Cannot invoke
"com.sun.source.util.DocTreePath.getTreePath()" because "path" is null
jdk 'jdk_16_latest'
}