This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new b7f53e43 Normalize spelling
b7f53e43 is described below
commit b7f53e43c3a72b630b89d94e19931e52155f85b0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:08:38 2026 -0400
Normalize spelling
---
RELEASE-NOTES.txt | 6 +++---
src/site/xdoc/security.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 03aefb73..d1e63d5b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -315,11 +315,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/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 {