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

commit 380d52a352a2ba5227d868d67a38d1ec11dfdd2c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 17 10:28:02 2024 -0400

    Describe where Java 8 is required in changes.xml
---
 src/changes/changes.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7645c202..ae5c6cc7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
     <author email="d...@commons.apache.org">Apache Commons Community</author>
   </properties>
   <body>
-    <release version="2.10.1" date="YYYY-MM-DD" description="Minor release 
with new features and updated dependencies.">
+    <release version="2.10.1" date="YYYY-MM-DD" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
       <!-- FIX -->
       <action type="fix" issue="CONFIGURATION-840" dev="ggregory" due-to="Gary 
Gregory">StackOverflowError adding property in 
AbstractListDelimiterHandler.flattenIterator().</action>
       <action type="fix" issue="CONFIGURATION-840" dev="ggregory" due-to="Bob 
Marinier, Gary Gregory">java.lang.module.FindException: Module servlet.api not 
found.</action>
@@ -32,7 +32,7 @@
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
jackson-databind from 2.16.1 to 2.17.0 #297, #303, #326, #331, #340, 
#378.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
log4j.version from 2.23.0 to 2.23.1 #379.</action>
     </release>
-    <release version="2.10.0" date="2024-03-06" description="Minor release 
with new features and updated dependencies.">
+    <release version="2.10.0" date="2024-03-06" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
       <!-- FIX -->
       <action dev="ggregory" type="fix" due-to="step-security-bot, Gary 
Gregory">[StepSecurity] ci: Harden GitHub Actions #307.</action>
       <action dev="ggregory" type="fix" issue="CONFIGURATION-834" 
due-to="Keith Barlow, Gary Gregory">ConfirgurationPropertySource doesn't supply 
resolved values #309.</action>
@@ -61,7 +61,7 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-text from 1.10.0 to 1.11.0.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
commons-logging:commons-logging from 1.2 to 1.3.0.</action>
     </release>
-    <release version="2.9.0" date="2023-03-25" description="Minor release with 
new features and updated dependencies.">
+    <release version="2.9.0" date="2023-03-25" description="Minor release with 
new features and updated dependencies; requires Java 8 or above.">
       <!-- FIX -->
       <action issue="CONFIGURATION-799" type="fix" dev="ggregory" 
due-to="Jarek Sacha, Gary Gregory">
         CombinedConfiguration#getKeys() can throw NoSuchElementException.
@@ -151,7 +151,7 @@
       </action>
     </release>
     <release version="2.8.0" date="2022-07-05"
-             description="Minor release with new features and updated 
dependencies.">
+             description="Minor release with new features and updated 
dependencies; requires Java 8 or above.">
        <!-- FIX -->
        <action issue="CONFIGURATION-753" type="fix" dev="mattjuntunen">
          Make interpolation of collections and arrays in 
ConfigurationInterpolator consistent with
@@ -345,7 +345,7 @@
        </action>
     </release>
     <release version="2.7" date="2020-03-07"
-             description="Minor release with new features and updated 
dependencies.">
+             description="Minor release with new features and updated 
dependencies; requires Java 8 or above.">
       <action dev="ggregory" type="fix" issue="CONFIGURATION-761" due-to="Gary 
Gregory">
         Single argument DataConfiguration APIs always create empty arrays.
       </action>
@@ -406,7 +406,7 @@
     </release>
     
     <release version="2.6" date="2019-09-13"
-             description="Minor release with new features and updated 
dependencies.">
+             description="Minor release with new features and updated 
dependencies; requires Java 8 or above.">
       <action dev="ggregory" type="fix" issue="CONFIGURATION-750" 
due-to="Jason Pickens, Gary Gregory, Emmanuel Bourg">
         XMLPropertyListConfiguration cannot set arrays in the correct plist 
form.
       </action>
@@ -466,7 +466,7 @@
       </action>
     </release>
     <release version="2.5" date="2019-05-23"
-             description="Minor release with new features and updated 
dependencies.">
+             description="Minor release with new features and updated 
dependencies; requires Java 8 or above.">
       <action dev="ggregory" type="fix" issue="CONFIGURATION-731" 
due-to="Shuai Zhang, Gary Gregory">
         Allow user to specify the comments and separator chars.
       </action>
@@ -499,7 +499,7 @@
       </action>
     </release>
     <release version="2.4" date="2018-10-23"
-             description="Minor release with new features and updated 
dependencies.">
+             description="Minor release with new features and updated 
dependencies; requires Java 8 or above.">
       <action dev="oheger" type="fix" issue="CONFIGURATION-710" 
due-to="thc202">
         Fixed numerous typos in user guides.
       </action>
@@ -560,7 +560,7 @@
     </release>
 
     <release version="2.3" date="2018-08-04"
-             description="Minor release with new features and updated 
dependencies.">
+             description="Minor release with new features and updated 
dependencies; requires Java 7 or above.">
       <action dev="ggregory" type="update" issue="CONFIGURATION-707">
         Bump Spring from 4.3.14.RELEASE to 4.3.18.RELEASE.
       </action>

Reply via email to