From a971c4055ceb3b459e493cba910e74612fcf29b6 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 8 May 2001 13:05:44 +0000 Subject: [PATCH] Added myself as a committer git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130473 13f79535-47bb-0310-9956-ffa450edef68 --- PROPOSAL.html | 173 +++++++++++++++++----------------- STATUS.html | 253 ++++++++++++++++++++++++++------------------------ 2 files changed, 217 insertions(+), 209 deletions(-) diff --git a/PROPOSAL.html b/PROPOSAL.html index 7ae899c7c..c53c09376 100644 --- a/PROPOSAL.html +++ b/PROPOSAL.html @@ -1,86 +1,87 @@ - - -Proposal for Collections Package - - - -
-

Proposal for Collections Package

-
- -

(0) Rationale

-

- The Java Collections Framework provides a set of abstract data - type interfaces and implementations that offer both a wealth - of useful functionality, and a solid foundation for extending - that functionality. -

-

- Many Jakarta projects have needs or design criteria that extend - beyond the core Collections API, such as introducing new abstract - data types (e.g., Avalon's BinaryHeap) or changing the behaviour of - existing abstract data types (e.g., Struts' FastHashMap). -

-

- In keeping with the spirit of the Collections API and of abstract - data types in general, these components can and should be shared - assets. A Commons package for abstract data types would provide - encourage the development and reuse of a robust set of collections - classes. -

- -

(1) Scope of the Package

-

- The package will create and maintain a set of collections and - related classes designed to be compatible with the Java Collections - Framework, and to be distributed under the ASF license. -

- -

(1.5) Interaction With Other Packages

- -

Collections relies only on standard JDK 1.2 (or later) APIs for -production deployment. It utilizes the JUnit unit testing framework for -developing and executing unit tests, but this is of interest only to -developers of the component. Collections will also be a dependency for -several future proposed components for the Jakarta Commons subproject. - -

No external configuration files are utilized.

- -

(2) Initial Source of the Package

- -

- The initial codebase was harvested from existing and purposed - Jakarta packages, including the Commons Database Connection Pool, - Struts, and Avalon. -

- -

The proposed package name for the new component is -org.apache.commons.collections.

- - -

(3) Required Jakarta-Commons Resources

- - - - -

(4) Initial Committers

- - - + + +Proposal for Collections Package + + + +
+

Proposal for Collections Package

+
+ +

(0) Rationale

+

+ The Java Collections Framework provides a set of abstract data + type interfaces and implementations that offer both a wealth + of useful functionality, and a solid foundation for extending + that functionality. +

+

+ Many Jakarta projects have needs or design criteria that extend + beyond the core Collections API, such as introducing new abstract + data types (e.g., Avalon's BinaryHeap) or changing the behaviour of + existing abstract data types (e.g., Struts' FastHashMap). +

+

+ In keeping with the spirit of the Collections API and of abstract + data types in general, these components can and should be shared + assets. A Commons package for abstract data types would provide + encourage the development and reuse of a robust set of collections + classes. +

+ +

(1) Scope of the Package

+

+ The package will create and maintain a set of collections and + related classes designed to be compatible with the Java Collections + Framework, and to be distributed under the ASF license. +

+ +

(1.5) Interaction With Other Packages

+ +

Collections relies only on standard JDK 1.2 (or later) APIs for +production deployment. It utilizes the JUnit unit testing framework for +developing and executing unit tests, but this is of interest only to +developers of the component. Collections will also be a dependency for +several future proposed components for the Jakarta Commons subproject. + +

No external configuration files are utilized.

+ +

(2) Initial Source of the Package

+ +

+ The initial codebase was harvested from existing and purposed + Jakarta packages, including the Commons Database Connection Pool, + Struts, and Avalon. +

+ +

The proposed package name for the new component is +org.apache.commons.collections.

+ + +

(3) Required Jakarta-Commons Resources

+ + + + +

(4) Initial Committers

+ + + diff --git a/STATUS.html b/STATUS.html index 0e7e9dfdd..bb2f16d32 100644 --- a/STATUS.html +++ b/STATUS.html @@ -1,124 +1,131 @@ - - -Status File for Jakarta Commons "Collections" Package - - - - -
-

The Jakarta Commons Collections Package

-$Id: STATUS.html,v 1.4 2001/04/23 12:46:54 rwaldhoff Exp $
-[Introduction] -[Dependencies] -[Release Info] -[Committers] -[Action Items] -

-
- - - -

1. INTRODUCTION

- -

The Collections package contains a set of Java classes that -extend or augment the Java Collections Framework. -The following classes are included:

- - - -

2. DEPENDENCIES

- -

The Collections package is dependent upon the following external -components for development and use:

- - - - -

3. RELEASE INFO

- -

Current Release: Unreleased, CVS Repository Only

- -

Planned Next Release: TBD

- - -

4. COMMITTERS

- -

The following individuals are the primary developers and maintainers of this -component. Developers who plan to use Collections in their own -projects are encouraged to collaborate on the future development of this -component to ensure that it continues to meet a variety of needs.

- - - -

5. ACTION ITEMS

- -

Want to help? Here's some "to do" items the team has identified.

- - - - - - - - - - - - - - - - - - - - - - - - - -
Action ItemRequired for 1.0 Release?Volunteer
Additional Contributions. Other collections - classes.No? 
Generalized Unit Tests. Create a generic - set of Unit Tests that test the standard contracts of the basic - Java Collections interfaces (List, Set, etc.)YesRod
Additional Documentation. Create simple - User's Guide, examples, or other documentation for this package.No (JavaDoc/Unit tests suffice for now?) 
- - + + +Status File for Jakarta Commons "Collections" Package + + + + +
+

The Jakarta Commons Collections Package

+$Id: STATUS.html,v 1.5 2001/05/08 13:05:44 jstrachan Exp $
+[Introduction] +[Dependencies] +[Release Info] +[Committers] +[Action Items] +

+
+ + + +

1. INTRODUCTION

+ +

The Collections package contains a set of Java classes that +extend or augment the Java Collections Framework. +The following classes are included:

+ + + +

2. DEPENDENCIES

+ +

The Collections package is dependent upon the following external +components for development and use:

+ + + + +

3. RELEASE INFO

+ +

Current Release: Unreleased, CVS Repository Only

+ +

Planned Next Release: TBD

+ + +

4. COMMITTERS

+ +

The following individuals are the primary developers and maintainers of this +component. Developers who plan to use Collections in their own +projects are encouraged to collaborate on the future development of this +component to ensure that it continues to meet a variety of needs.

+ + + +

5. ACTION ITEMS

+ +

Want to help? Here's some "to do" items the team has identified.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Action ItemRequired for 1.0 Release?Volunteer
Additional Contributions. Other collections + classes.No? 
Generalized Unit Tests. Create a generic + set of Unit Tests that test the standard contracts of the basic + Java Collections interfaces (List, Set, etc.)YesRod
Additional Documentation. Create simple + User's Guide, examples, or other documentation for this package.No (JavaDoc/Unit tests suffice for now?) 
+ + \ No newline at end of file