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 925acf37 RAT-498, RAT-490: Update commons-lang to 3.20.0 to avoid
build warnings under JDK25, albeit RAT not yet builds with JDK25
925acf37 is described below
commit 925acf375d7722113ed01061bae7f411a57563c9
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Nov 17 22:02:15 2025 +0100
RAT-498, RAT-490: Update commons-lang to 3.20.0 to avoid build warnings
under JDK25, albeit RAT not yet builds with JDK25
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 69b665d5..ac11c4f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,7 +69,7 @@ in order to be properly linked in site reports.
-->
<release version="1.0.0" date="xxxx-yy-zz" description="Current SNAPSHOT -
release to be done">
<action issue="RAT-490" type="fix" dev="pottlinger" due-to="Lenny
Primark">
- Update commons-lang to 3.20.0 to avoid deprecation warnings when
building with JDK25 (Use of the three-letter time zone ID 'ACT' is deprecated
and it will be removed in a future release). RAT itself cannot be built with
JDK25 yet.
+ Update commons-lang3 to 3.20.0 to avoid deprecation warnings when
building with JDK25 (Use of the three-letter time zone ID 'ACT' is deprecated
and it will be removed in a future release). RAT itself cannot be built with
JDK25 yet.
</action>
<action issue="RAT-497" type="fix" dev="pottlinger">
Fix javadoc generation problem with JDK17 (javadoc:javadoc) by
removing reference to method itself and fix other javadoc errors in IXmlWriter,
but combined javadoc/site build still fails.