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

sebb pushed a commit to branch VALIDATOR_1_7_BRANCH
in repository https://gitbox.apache.org/repos/asf/commons-validator.git

commit ebd45637090d0748dcf4c7f11c480de00d65a2c7
Author: Sebb <s...@apache.org>
AuthorDate: Sun Aug 2 17:12:31 2020 +0100

    Corrections and clarifications
---
 src/changes/changes.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a8153d9..b25fc79 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,16 +88,19 @@ Apache Commons Validator.
 
  BREAKING CHANGES:
 
-   * Now requires Java 7
+
+ * Now requires Java 7
+ * N.B. Java 9 changed the way Locales are handled. This affects the output 
from some Date-related methods, and may cause some tests to break.
 
 
  DEPENDENCIES
  ============
 
- *   Updates Apache Commons BeanUtils dependency from 1.9.2 to 1.9.3.
-     This picks up BEANUTILS-482: Update commons-collections from 3.2.1 to 
3.2.2 (CVE-2015-4852).
 
-For the current list of dependencies, please see
+ * Updates Apache Commons BeanUtils dependency from 1.9.2 to 1.9.4.
+  This picks up BEANUTILS-482: Update commons-collections from 3.2.1 to 3.2.2 
(CVE-2015-4852).
+
+  For the current list of dependencies, please see
 http://commons.apache.org/validator/dependencies.html
   ">
     <action issue="VALIDATOR-474" type="add" dev="sebb">

Reply via email to