diff --git a/DEVELOPERS-GUIDE.html b/DEVELOPERS-GUIDE.html index 678c93a275..9158e636ab 100644 --- a/DEVELOPERS-GUIDE.html +++ b/DEVELOPERS-GUIDE.html @@ -20,21 +20,19 @@
- -The Collections package contains a set of Java classes that extend @@ -47,7 +45,7 @@
Collection interfaces are new types of collections not included in Java. @@ -59,7 +57,7 @@
Collection implementation are new implementations of collection interfaces. @@ -75,7 +73,7 @@
Utility classes provide additional functionality around an interface and @@ -111,7 +109,7 @@
Commons Collections follows similar style rules to many other Java open source
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 87628841cd..eff66c313d 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -74,8 +74,10 @@ The source repository can be
The latest version is available:
-Download now!
+ This requires Java 8 or later, see also the release notes.
For previous releases, see the Apache Archive
diff --git a/src/site/xdoc/release_3_2.xml b/src/site/xdoc/release_3_2.xml
index e2e7a509b0..29ad65be9e 100644
--- a/src/site/xdoc/release_3_2.xml
+++ b/src/site/xdoc/release_3_2.xml
@@ -47,8 +47,10 @@ This release is fully source and binary compatible with 3.1.
Please check the bug fixes to ensure you weren't relying on the behavior of a bug.
-There are two new deprecations:
+BeanMap is deprecated and will be removed in 4.0.
The class is now available in commons-beanutils (full jar version).
This change was made to ensure that all bean related collections were in one place (i.e. beanutils).
If this causes major headaches to anyone please contact commons-dev at jakarta.apache.org.
-It is built for Java 8 and later, and the release notes are also available.
+Download now!
+
-BeanMap is now deprecated and will be removed in 4.0.
+There are two new deprecations:
+