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 Apache Commons Collections Package

-

Developers Guide

-[Introduction] -[Collection Interfaces] -[Collection Implementations] -[Utility Classes] -[Coding Standards] -
-
+

Developer's Guide

+
    +
  1. Introduction
  2. +
  3. Collection Interfaces
  4. +
  5. Collection Implementations
  6. +
  7. Utility Classes
  8. +
  9. Coding Standards
  10. +
- - +

1. INTRODUCTION

The Collections package contains a set of Java classes that extend @@ -47,7 +45,7 @@

1. INTRODUCTION

java.util.Collections.

- +

2. COLLECTION INTERFACES

Collection interfaces are new types of collections not included in Java. @@ -59,7 +57,7 @@

2. COLLECTION INTERFACES

- +

3. COLLECTION IMPLEMENTATIONS

Collection implementation are new implementations of collection interfaces. @@ -75,7 +73,7 @@

3. COLLECTION IMPLEMENTATIONS

- +

4. UTILITY CLASSES

Utility classes provide additional functionality around an interface and @@ -111,7 +109,7 @@

4. UTILITY CLASSES

the constructors should be protected and a public static decorate() method provided on each class for construction.

- +

5. CODING STANDARDS

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!
-It is built for Java 8 and later, and the release notes are also 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 now deprecated and will be removed in 4.0. +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.