This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 88954434 Normalize spelling
88954434 is described below
commit 889544343f425473b762ccc9c8fb71f37d55f07d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:08:22 2026 -0400
Normalize spelling
---
RELEASE-NOTES.txt | 6 +++---
src/changes/changes.xml | 10 +++++-----
src/site/xdoc/index.xml | 4 ++--
src/site/xdoc/security.xml | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9b9fb4bd..e8c218ea 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -159,11 +159,11 @@ The Apache Commons BeanUtils team is pleased to announce
the release of Apache C
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around
reflection and introspection.
The primary reason for this release is a bugfix for CVE-2014-0114. More
specifically, our goal with
-BEANUTILS-520 is to set the default behaviour of the BeanUtilsBean to not
allow class level access. The goal
-in doing this now is to bring 1.9.X into alignment with the same behaviour of
the 2.X version line in
+BEANUTILS-520 is to set the default behavior of the BeanUtilsBean to not allow
class level access. The goal
+in doing this now is to bring 1.9.X into alignment with the same behavior of
the 2.X version line in
regards to security.
-If one would like to opt out of the default behaviour, one could follow the
example set out in the
+If one would like to opt out of the default behavior, one could follow the
example set out in the
test class available in
src/test/java/org/apache/commons/beanutils/bugs/Jira520TestCase.java.
Changes in this version include:
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 906fc600..cb73d9b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,12 +97,12 @@
</release>
<release version="1.9.4" date="2019-06-12" description="The primary reason
for this release is a bugfix for
CVE-2014-0114. More specifically, our goal with BEANUTILS-520
-is to set the default behaviour of the BeanUtilsBean
+is to set the default behavior of the BeanUtilsBean
to not allow class level access. The goal in doing this now
-is to bring 1.9.X into alignment with the same behaviour
+is to bring 1.9.X into alignment with the same behavior
of the 2.X version line in regards to security.
-If one would like to opt out of the default behaviour, one could follow the
+If one would like to opt out of the default behavior, one could follow the
example set out in the test class available in
src/test/java/org/apache/commons/beanutils/bugs/Jira520TestCase.java.">
<action issue="BEANUTILS-520" dev="chtompki" type="fix"
due-to="Melloware">
@@ -411,7 +411,7 @@
src/test/java/org/apache/commons/beanutils/bugs/Jira520TestCase.java.">
Beanutils's describe() method cannot determine reader methods for
anonymous class.
</action>
<action dev="rdonkin" type="fix" issue="BEANUTILS-158">
- Added warning about describe behaviour to the javadocs.
+ Added warning about describe behavior to the javadocs.
</action>
<action dev="niallp" type="fix" issue="BEANUTILS-249" due-to="Brad">
BeanUtilsBean's setProperty() does not convert objects using custom
converters properly.
@@ -475,7 +475,7 @@
src/test/java/org/apache/commons/beanutils/bugs/Jira520TestCase.java.">
Create new methods getPropertyOfMapBean and setPropertyOfMapBean that
the existing
setNestedProperty and getNestedProperty methods now call when they
discover the bean
they are accessing implements Map. This makes it much easier for users
to subclass
- and customize this behaviour of PropertyUtilsBean, eg in order to
restore pre-1.5 behaviour.
+ and customize this behavior of PropertyUtilsBean, eg in order to
restore pre-1.5 behavior.
This patch also causes an exception to be thrown when the propertyName
passed to
getPropertyOfMapBean or setPropertyOfMapBean has MAPPED_DELIM or
INDEXED_DELIM chars in
it. This never worked as expected before (the whole string was treated
literally as the
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e91dabe5..74cbd497 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -119,7 +119,7 @@ Bean Collections has an additional dependency on
<strong>Credit.</strong> This was discovered by Melloware
(https://melloware.com/).<br/><br/>
<strong>Example.</strong>
<source>/**
-* Example displaying the new default behaviour such that
+* Example displaying the new default behavior such that
* it is not possible to access class level properties utilizing the
* BeanUtilsBean, which in turn utilizes the PropertyUtilsBean.
*/
@@ -136,7 +136,7 @@ public void testSuppressClassPropertyByDefault() throws
Exception {
/**
* Example showing how by which one would use to revert to the
-* behaviour prior to the 1.9.4 release where class level properties were
accessible by
+* behavior prior to the 1.9.4 release where class level properties were
accessible by
* the BeanUtilsBean and the PropertyUtilsBean.
*/
public void testAllowAccessToClassProperty() throws Exception {
diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index 62523800..af4fdc50 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -74,7 +74,7 @@ public void testSuppressClassPropertyByDefault() throws
Exception {
/**
* Example showing how by which one would use to revert to the
- * behaviour prior to the 1.9.4 release where class level properties were
accessible by
+ * behavior prior to the 1.9.4 release where class level properties were
accessible by
* the BeanUtilsBean and the PropertyUtilsBean.
*/
public void testAllowAccessToClassProperty() throws Exception {