This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new e110b9043 Prepare for the next release candidate
e110b9043 is described below
commit e110b904306ef70d33c9f1cd8cdda7eb7242c827
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 12:57:57 2025 +0000
Prepare for the next release candidate
---
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 f5dcbd073..4db0dfcc2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
<author email="[email protected]">Apache Commons Community</author>
</properties>
<body>
- <release version="2.13.0" date="2025-11-20" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
+ <release version="2.13.0" date="2025-11-21" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared
primitive variable "throwExceptionOnMissing" in one thread may not yield the
value of the most recent write from another thread
[org.apache.commons.configuration2.AbstractConfiguration] At
AbstractConfiguration.java:[line 1493]
AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared
primitive variable "forceSingleLine" in one thread may not yield the value of
the most recent write from another thread
[org.apache.commons.configuration2.PropertiesConfigurationLayout] At
PropertiesConfigurationLayout.java:[line 821]
AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>