This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git

commit 1ac1af781527ffa3a074c688c0d65ca70fd1a9ea
Author: Emmanuel Bourg <[email protected]>
AuthorDate: Mon Dec 15 15:11:44 2025 +0100

    Capitalization of 'Commons Configuration'
---
 .../org/apache/commons/configuration2/io/FileOptionsProvider.java     | 2 +-
 .../configuration2/spring/ConfigurationPropertiesFactoryBean.java     | 4 ++--
 src/site/xdoc/security.xml                                            | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/io/FileOptionsProvider.java 
b/src/main/java/org/apache/commons/configuration2/io/FileOptionsProvider.java
index 9ac4adb46..edd3e8983 100644
--- 
a/src/main/java/org/apache/commons/configuration2/io/FileOptionsProvider.java
+++ 
b/src/main/java/org/apache/commons/configuration2/io/FileOptionsProvider.java
@@ -19,7 +19,7 @@ package org.apache.commons.configuration2.io;
 import java.util.Map;
 
 /**
- * Some FileSystems allow options to be passed on File operations. Users of 
commons configuration can implement this
+ * Some FileSystems allow options to be passed on File operations. Users of 
Commons Configuration can implement this
  * interface and register it with the FileSystem.
  *
  * @since 1.7
diff --git 
a/src/main/java/org/apache/commons/configuration2/spring/ConfigurationPropertiesFactoryBean.java
 
b/src/main/java/org/apache/commons/configuration2/spring/ConfigurationPropertiesFactoryBean.java
index 4a3699b18..545535651 100644
--- 
a/src/main/java/org/apache/commons/configuration2/spring/ConfigurationPropertiesFactoryBean.java
+++ 
b/src/main/java/org/apache/commons/configuration2/spring/ConfigurationPropertiesFactoryBean.java
@@ -172,9 +172,9 @@ public class ConfigurationPropertiesFactoryBean implements 
InitializingBean, Fac
     }
 
     /**
-     * Sets the commons configurations objects which will be used as 
properties.
+     * Sets the Commons Configuration objects which will be used as properties.
      *
-     * @param configurations commons configurations objects which will be used 
as properties.
+     * @param configurations Commons Configuration objects which will be used 
as properties.
      */
     public void setConfigurations(final Configuration... configurations) {
         this.configurations = clone(configurations);
diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index 3c26f8438..2eb690fa8 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -63,7 +63,7 @@ limitations under the License.
                 </p>
                     <ul>
                         <li>
-                            If you rely on software that uses a version of 
commons-configuration before 2.8.0, you are likely
+                            If you rely on software that uses a version of 
Commons Configuration before 2.8.0, you are likely
                             still not vulnerable: only if this software loads 
configuration
                             files from untrusted sources, which is likely rare.
                         </li>

Reply via email to