You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Dirk Verbeeck <di...@pandora.be> on 2003/09/30 22:08:18 UTC

[ANN][DBCP][Pool] First Release Candidates available for the 1.1 releases of Commons DBCP & Pool

Release Candidates can be downloaded here:
http://cvs.apache.org/~dirkv/builds/

Preview of the updated websites here:
http://cvs.apache.org/~dirkv/dbcp/
http://cvs.apache.org/~dirkv/pool/

The release schedule forsees a 2 week review period.
http://cvs.apache.org/viewcvs/jakarta-commons/pool/RELEASE_PLAN_1_1.txt?rev=1.2&content-type=text/vnd.viewcvs-markup

* Preparation Period:    28 September 2003 - 30 September 2003
* Review Period:          1 October 2003 - 15 October 2003
* Implementation Period: 16 October 2003 - 19 October 2003
* Release Pool 1.1:      20 October 2003

Please report any issue to the commons-dev mailing list as soon as possible.
Positive reports are also very welcome :-)
(specify tested database, OS, JVM, hardware, container/framework)


Cheers
Dirk



Re: [ANNOUNCE][DBCP][Pool] Second set of Release Candidates available for the 1.1 releases of Commons DBCP & Pool

Posted by Martin Poeschl <mp...@marmot.at>.
uploaded both jars to www.ibiblio.org/maven/

martin

Dirk Verbeeck wrote:

>
> There are no significant changes for the commons-pool component.
> Only the license was updated (apache 1.1 license).
>
> The commons-DBCP component had the same license update and also an ant 
> build file correction.
> Also the following issues were resolved since v1.1RC1:
> 22776     2003-09-30   Nor    FIXE    DBCP should not be writing 
> messages to stderr or stdout
>                                      (removed unneeded logging in 
> AbandonedObjectPool)
> 23491     2003-10-13   Cri    FIXE    Can't configure 
> PerUserPoolDataSource for use with tomcat
> http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/datasources/package-summary.html 
>
>
>
> Release Candidates can be downloaded here:
> http://cvs.apache.org/~dirkv/builds/
>
>
> The release schedule:
> * Preparation Period:    28 September 2003 - 30 September 2003
> * Review Period:          1 October 2003 - 15 October 2003
> * Implementation Period: 16 October 2003 - 19 October 2003
> * Release Pool/DBCP 1.1: 20 October 2003
>
> Please report any issue to the commons-dev mailing list as soon as 
> possible.
>
> Cheers
> Dirk
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[ANNOUNCE][DBCP][Pool] Second set of Release Candidates available for the 1.1 releases of Commons DBCP & Pool

Posted by Dirk Verbeeck <di...@pandora.be>.
There are no significant changes for the commons-pool component.
Only the license was updated (apache 1.1 license).

The commons-DBCP component had the same license update and also an ant 
build file correction.
Also the following issues were resolved since v1.1RC1:
22776     2003-09-30   Nor    FIXE    DBCP should not be writing 
messages to stderr or stdout
                                      (removed unneeded logging in 
AbandonedObjectPool)
23491     2003-10-13   Cri    FIXE    Can't configure 
PerUserPoolDataSource for use with tomcat
http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/datasources/package-summary.html


Release Candidates can be downloaded here:
http://cvs.apache.org/~dirkv/builds/


The release schedule:
* Preparation Period:    28 September 2003 - 30 September 2003
* Review Period:          1 October 2003 - 15 October 2003
* Implementation Period: 16 October 2003 - 19 October 2003
* Release Pool/DBCP 1.1: 20 October 2003

Please report any issue to the commons-dev mailing list as soon as 
possible.

Cheers
Dirk



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: 1.3 vs. 1.4 jdk [was Re: [ANN][DBCP][Pool] First Release Candidates available for the 1.1 releases of Commons DBCP & Pool]

Posted by Dirk Verbeeck <di...@pandora.be>.
I compiled everything with a jdk 1.4.1
java version "1.4.1-p3"
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.1-p3-brian_28_jul_2003_12_35)
Java HotSpot(TM) Client VM (build 1.4.1-p3-brian_28_jul_2003_12_35, 
mixed mode)

and I just did a compatibility test on a 1.3.1 jvm.
java version "1.3.1-p8"
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.3.1-p8-brian-030218-18:06)
Classic VM (build 1.3.1-p8-brian-030218-18:06, green threads, nojit)

All the 121 DBCP JUnit tests were successful.

At first sight everything is fine but the more hardware/OS/JVM 
combinations are tested the better of course.

Dirk



John McNally wrote:

>Code compiled with a 1.3 jdk is not compatible with java 1.4 jdbc api. 
>I did not check, but assume any jars for release will be compiled with a
>1.4 jdk?
>
>I think the hope is that a jar compiled with 1.4 will be usable in a 1.3
>environment, so that we only distribute one.  I'm not sure if that
>compatibility has been verified.
>
>I'm not sure but maybe I have used a 1.3 compiled dbcp in a 1.4 jvm,
>though that does not seem like it would work.
>
>Basically, I'm saying I don't know the answer, but have we verified the
>best jdk for compatibility?
>
>john mcnally
>
>  
>




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [dbcp] 1.3 vs. 1.4 jdk

Posted by John McNally <jm...@collab.net>.
Dbcp can compile under both jdk's, so you can see an example of using
ant filtering to comment out jdbc3.0 methods.

The problem with two jars is that it makes usage in another product more
difficult.  I think tomcat would prefer to include only one jar.

I believe our intention is to distribute a jar compiled with jdk1.4 as
it is most compatible.  I think this could vary with different jvm's,
though that appears to be the case for Sun's.

I was concerned because it seems usage of the cvs head mysql jdbc driver
compiled with 1.4 jdk does result in ClassNotFoundErrors if used in a
1.3 jvm, I think we have avoided this problem in dbcp, it is just
something I wanted to remind others and as something that should be
tested before we ship final.

john mcnally

On Tue, 2003-09-30 at 21:18, Henri Yandell wrote:
> 
> Compile two jars?
> 
> In [dbutils] I need to learn how to do conditional compilation as it
> absolutely has to have two jars due to extension of ResultSet, but it's
> not such a need in dbcp. Still, maybe the answer is the obvious one.
> 
> Hen
> 
> On 30 Sep 2003, John McNally wrote:
> 
> > Code compiled with a 1.3 jdk is not compatible with java 1.4 jdbc api.
> > I did not check, but assume any jars for release will be compiled with a
> > 1.4 jdk?
> >
> > I think the hope is that a jar compiled with 1.4 will be usable in a 1.3
> > environment, so that we only distribute one.  I'm not sure if that
> > compatibility has been verified.
> >
> > I'm not sure but maybe I have used a 1.3 compiled dbcp in a 1.4 jvm,
> > though that does not seem like it would work.
> >
> > Basically, I'm saying I don't know the answer, but have we verified the
> > best jdk for compatibility?
> >
> > john mcnally
> >
> > On Tue, 2003-09-30 at 13:08, Dirk Verbeeck wrote:
> > > Release Candidates can be downloaded here:
> > > http://cvs.apache.org/~dirkv/builds/
> > >
> > > Preview of the updated websites here:
> > > http://cvs.apache.org/~dirkv/dbcp/
> > > http://cvs.apache.org/~dirkv/pool/
> > >
> > > The release schedule forsees a 2 week review period.
> > > http://cvs.apache.org/viewcvs/jakarta-commons/pool/RELEASE_PLAN_1_1.txt?rev=1.2&content-type=text/vnd.viewcvs-markup
> > >
> > > * Preparation Period:    28 September 2003 - 30 September 2003
> > > * Review Period:          1 October 2003 - 15 October 2003
> > > * Implementation Period: 16 October 2003 - 19 October 2003
> > > * Release Pool 1.1:      20 October 2003
> > >
> > > Please report any issue to the commons-dev mailing list as soon as possible.
> > > Positive reports are also very welcome :-)
> > > (specify tested database, OS, JVM, hardware, container/framework)
> > >
> > >
> > > Cheers
> > > Dirk
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: 1.3 vs. 1.4 jdk [was Re: [ANN][DBCP][Pool] First Release Candidates available for the 1.1 releases of Commons DBCP & Pool]

Posted by "Noel J. Bergman" <no...@devtech.com>.
> In [dbutils] I need to learn how to do conditional compilation as it
> absolutely has to have two jars due to extension of ResultSet, but it's
> not such a need in dbcp. Still, maybe the answer is the obvious one.

See James.  We have the code setup using Ant so that depending upon which
JDK is used, the JDK 1.4 methods are exposed (or not).

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: 1.3 vs. 1.4 jdk [was Re: [ANN][DBCP][Pool] First Release Candidates available for the 1.1 releases of Commons DBCP & Pool]

Posted by Rodney Waldhoff <rw...@apache.org>.
If I remember correctly, previously we've been releasing the 1.4 compiled
JARs (and that's what the nightly builds are as well).

This seems to work just fine under 1.3 (even 1.2) in pratice, the only
caveat being you should avoid using the JDK 1.4 only methods from JDK 1.3
(otherwise you'll get a NoSuchMethodError or something like that when the
DBCP-delegates try to access methods of the underlying driver that don't
actually exist.

- Rod <http://radio.weblogs.com/0122027/>

On Wed, 1 Oct 2003, Henri Yandell wrote:

>
> Compile two jars?
>
> In [dbutils] I need to learn how to do conditional compilation as it
> absolutely has to have two jars due to extension of ResultSet, but it's
> not such a need in dbcp. Still, maybe the answer is the obvious one.
>
> Hen
>
> On 30 Sep 2003, John McNally wrote:
>
> > Code compiled with a 1.3 jdk is not compatible with java 1.4 jdbc api.
> > I did not check, but assume any jars for release will be compiled with a
> > 1.4 jdk?
> >
> > I think the hope is that a jar compiled with 1.4 will be usable in a 1.3
> > environment, so that we only distribute one.  I'm not sure if that
> > compatibility has been verified.
> >
> > I'm not sure but maybe I have used a 1.3 compiled dbcp in a 1.4 jvm,
> > though that does not seem like it would work.
> >
> > Basically, I'm saying I don't know the answer, but have we verified the
> > best jdk for compatibility?
> >
> > john mcnally
> >
> > On Tue, 2003-09-30 at 13:08, Dirk Verbeeck wrote:
> > > Release Candidates can be downloaded here:
> > > http://cvs.apache.org/~dirkv/builds/
> > >
> > > Preview of the updated websites here:
> > > http://cvs.apache.org/~dirkv/dbcp/
> > > http://cvs.apache.org/~dirkv/pool/
> > >
> > > The release schedule forsees a 2 week review period.
> > > http://cvs.apache.org/viewcvs/jakarta-commons/pool/RELEASE_PLAN_1_1.txt?rev=1.2&content-type=text/vnd.viewcvs-markup
> > >
> > > * Preparation Period:    28 September 2003 - 30 September 2003
> > > * Review Period:          1 October 2003 - 15 October 2003
> > > * Implementation Period: 16 October 2003 - 19 October 2003
> > > * Release Pool 1.1:      20 October 2003
> > >
> > > Please report any issue to the commons-dev mailing list as soon as possible.
> > > Positive reports are also very welcome :-)
> > > (specify tested database, OS, JVM, hardware, container/framework)
> > >
> > >
> > > Cheers
> > > Dirk
> > >


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: 1.3 vs. 1.4 jdk [was Re: [ANN][DBCP][Pool] First Release Candidates available for the 1.1 releases of Commons DBCP & Pool]

Posted by Henri Yandell <ba...@generationjava.com>.
Compile two jars?

In [dbutils] I need to learn how to do conditional compilation as it
absolutely has to have two jars due to extension of ResultSet, but it's
not such a need in dbcp. Still, maybe the answer is the obvious one.

Hen

On 30 Sep 2003, John McNally wrote:

> Code compiled with a 1.3 jdk is not compatible with java 1.4 jdbc api.
> I did not check, but assume any jars for release will be compiled with a
> 1.4 jdk?
>
> I think the hope is that a jar compiled with 1.4 will be usable in a 1.3
> environment, so that we only distribute one.  I'm not sure if that
> compatibility has been verified.
>
> I'm not sure but maybe I have used a 1.3 compiled dbcp in a 1.4 jvm,
> though that does not seem like it would work.
>
> Basically, I'm saying I don't know the answer, but have we verified the
> best jdk for compatibility?
>
> john mcnally
>
> On Tue, 2003-09-30 at 13:08, Dirk Verbeeck wrote:
> > Release Candidates can be downloaded here:
> > http://cvs.apache.org/~dirkv/builds/
> >
> > Preview of the updated websites here:
> > http://cvs.apache.org/~dirkv/dbcp/
> > http://cvs.apache.org/~dirkv/pool/
> >
> > The release schedule forsees a 2 week review period.
> > http://cvs.apache.org/viewcvs/jakarta-commons/pool/RELEASE_PLAN_1_1.txt?rev=1.2&content-type=text/vnd.viewcvs-markup
> >
> > * Preparation Period:    28 September 2003 - 30 September 2003
> > * Review Period:          1 October 2003 - 15 October 2003
> > * Implementation Period: 16 October 2003 - 19 October 2003
> > * Release Pool 1.1:      20 October 2003
> >
> > Please report any issue to the commons-dev mailing list as soon as possible.
> > Positive reports are also very welcome :-)
> > (specify tested database, OS, JVM, hardware, container/framework)
> >
> >
> > Cheers
> > Dirk
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


1.3 vs. 1.4 jdk [was Re: [ANN][DBCP][Pool] First Release Candidates available for the 1.1 releases of Commons DBCP & Pool]

Posted by John McNally <jm...@collab.net>.
Code compiled with a 1.3 jdk is not compatible with java 1.4 jdbc api. 
I did not check, but assume any jars for release will be compiled with a
1.4 jdk?

I think the hope is that a jar compiled with 1.4 will be usable in a 1.3
environment, so that we only distribute one.  I'm not sure if that
compatibility has been verified.

I'm not sure but maybe I have used a 1.3 compiled dbcp in a 1.4 jvm,
though that does not seem like it would work.

Basically, I'm saying I don't know the answer, but have we verified the
best jdk for compatibility?

john mcnally

On Tue, 2003-09-30 at 13:08, Dirk Verbeeck wrote:
> Release Candidates can be downloaded here:
> http://cvs.apache.org/~dirkv/builds/
> 
> Preview of the updated websites here:
> http://cvs.apache.org/~dirkv/dbcp/
> http://cvs.apache.org/~dirkv/pool/
> 
> The release schedule forsees a 2 week review period.
> http://cvs.apache.org/viewcvs/jakarta-commons/pool/RELEASE_PLAN_1_1.txt?rev=1.2&content-type=text/vnd.viewcvs-markup
> 
> * Preparation Period:    28 September 2003 - 30 September 2003
> * Review Period:          1 October 2003 - 15 October 2003
> * Implementation Period: 16 October 2003 - 19 October 2003
> * Release Pool 1.1:      20 October 2003
> 
> Please report any issue to the commons-dev mailing list as soon as possible.
> Positive reports are also very welcome :-)
> (specify tested database, OS, JVM, hardware, container/framework)
> 
> 
> Cheers
> Dirk
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[ANNOUNCE][DBCP][Pool] Second set of Release Candidates available for the 1.1 releases of Commons DBCP & Pool

Posted by Dirk Verbeeck <di...@pandora.be>.
There are no significant changes for the commons-pool component.
Only the license was updated (apache 1.1 license).

The commons-DBCP component had the same license update and also an ant 
build file correction.
Also the following issues were resolved since v1.1RC1:
22776     2003-09-30   Nor    FIXE    DBCP should not be writing 
messages to stderr or stdout
                                      (removed unneeded logging in 
AbandonedObjectPool)
23491     2003-10-13   Cri    FIXE    Can't configure 
PerUserPoolDataSource for use with tomcat
http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/datasources/package-summary.html


Release Candidates can be downloaded here:
http://cvs.apache.org/~dirkv/builds/


The release schedule:
* Preparation Period:    28 September 2003 - 30 September 2003
* Review Period:          1 October 2003 - 15 October 2003
* Implementation Period: 16 October 2003 - 19 October 2003
* Release Pool/DBCP 1.1: 20 October 2003

Please report any issue to the commons-dev mailing list as soon as 
possible.

Cheers
Dirk



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[ANNOUNCE][DBCP][Pool] Second set of Release Candidates available for the 1.1 releases of Commons DBCP & Pool

Posted by Dirk Verbeeck <di...@pandora.be>.
There are no significant changes for the commons-pool component.
Only the license was updated (apache 1.1 license).

The commons-DBCP component had the same license update and also an ant 
build file correction.
Also the following issues were resolved since v1.1RC1:
22776     2003-09-30   Nor    FIXE    DBCP should not be writing 
messages to stderr or stdout
                                      (removed unneeded logging in 
AbandonedObjectPool)
23491     2003-10-13   Cri    FIXE    Can't configure 
PerUserPoolDataSource for use with tomcat
http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/datasources/package-summary.html


Release Candidates can be downloaded here:
http://cvs.apache.org/~dirkv/builds/


The release schedule:
* Preparation Period:    28 September 2003 - 30 September 2003
* Review Period:          1 October 2003 - 15 October 2003
* Implementation Period: 16 October 2003 - 19 October 2003
* Release Pool/DBCP 1.1: 20 October 2003

Please report any issue to the commons-dev mailing list as soon as 
possible.

Cheers
Dirk



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org