This is an automated email from the ASF dual-hosted git repository.
tv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git
from f8d97ab Update parent pom to v14, reverse set fulcrum factory to
v.1.1.1
new 072425e Use standard JDK queue implementation
new 26cc73d Remove (not used)
new d43583f Use CopyOnWriteArrayList
new a86ecf6 Use ConcurrentHashMap, remove dead code.
new aae3e91 Remove $Id$ from svn times
new a8f6567 Add test with non-default constructor
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/fulcrum/pool/ArrayCtorRecyclable.java | 3 +-
.../org/apache/fulcrum/pool/BoundedBuffer.java | 152 -----------
.../apache/fulcrum/pool/DefaultPoolService.java | 285 ++++++---------------
.../fulcrum/pool/ObjectInputStreamForContext.java | 70 -----
src/java/org/apache/fulcrum/pool/PoolBuffer.java | 102 ++++----
.../org/apache/fulcrum/pool/PoolException.java | 11 +-
src/java/org/apache/fulcrum/pool/PoolService.java | 3 +-
src/java/org/apache/fulcrum/pool/Recyclable.java | 7 +-
src/java/org/apache/fulcrum/pool/Recycler.java | 19 +-
.../org/apache/fulcrum/pool/PoolServiceTest.java | 64 ++---
10 files changed, 182 insertions(+), 534 deletions(-)
delete mode 100644 src/java/org/apache/fulcrum/pool/BoundedBuffer.java
delete mode 100644
src/java/org/apache/fulcrum/pool/ObjectInputStreamForContext.java