I have a few comments on RC1

1) Its not obvious how to find the release notes for Pool 1.3 - can these be
included on the navigation menu or somewhere (and a reference in README.txt)
so that they're easier to find?

2) build.properties.sample is not being included in the source distro.

3) There was a thread about md5 checksums a while back - apparently some md5
programs require an astix followed by the file name after the checksum:
http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg67770.html
http://tinyurl.com/ntjch

4) The links on the changelog and file activity report are invalid. This is
a bug in the maven plugins, which may be resolved in a later version. One
way to get round this is to change to url in the repository element of
project.xml to point to the root subversion directory, rather than commons
pool (and since your using a custom "cvs-usage" report it shouldn't matter):

<repository>
   <url>http://svn.apache.org/viewcvs.cgi</url>
</repository>

5) I noticed a number of jars I didn't recognise being downloaded:
msv-20050913.jar, isorelax-20050913.jar,  relaxngDatatype-20050913.jar and
xsdlib-20050913.jar and just wondered what they were for? Since I can't see
them referenced anywhere in pool I guess they must be for one of the
plugins?

6) Theres a checkstyle config file in pool, but it doesn't appear to be used
(and isn't included in the source distro).

I ran the tests using maven with JDK 1.3.1_04  and JDK 1.4.2_05 on Windows
XP and they passed OK. On W2K the tests passed with JDK 1.4, but failed for
JDK 1.3 (TestGenericKeyedObjectPool failed on testEviction2). However my W2K
m/c is a bit flakey so I would ignore this unless someone else verifies it.

Niall

----- Original Message ----- 
From: "Sandy McArthur" <[EMAIL PROTECTED]>
Sent: Tuesday, March 21, 2006 6:50 AM


I've prepared Pool 1.3-rc1 at
http://people.apache.org/~sandymac/pool/1.3-rc1/
I'd appreciate it if interested parties reviewed it and tested it with
their setup.

It's been a long time since Pool 1.2 was release and 1.3-rc1 contains
many fixes including ones that substantially change behavior. The most
intrusive fixes are in GenericObjectPool and if there are any
regressions they are most likely to be there.

Pool 1.3-rc1 targets the 1.3 JVM and removes Pool 1.2's the dependency
on Commons Collections so it should run on a stock Java 1.3 JVM.

According to Henri's Commons' Interdependencies[1] Dbcp and
Configuration are the two Commons components that depend on Pool. I
will be testing 1.3-rc1 with Dbcp under heavy load later this week at
work. If someone familiar with Configuration could check it with
1.3-rc1 I would appreciate it.

If after nobody raises any issues on Saturday the 25th I'll start a
vote to make this an official release.

1: http://people.apache.org/~bayard/Commons-Interdependencies.png
--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to