Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Eliminated obsolete properties.
Removed JDBC 3 targets. Duplicate definition of src.dir in prepare-jdbc and prepare-nojdbc4 was also causing filtering to be applied to checkout (for me, at least).
Display a message for any missing dependencies
Add the missing JTA deps. This works for Ant. I am assuming maven figures this out for itself.
Fix https://issues.apache.org/jira/browse/DBCP-191 Enabled DBCP to build on a 1.6 JDK Patch provided by Michael Heuer
TLP related blanket changes: s:jakarta.apache.org/commons:commons.apache.org: s/commons-user@jakarta.apache.org/user@commons.apache.org/ s/commons-dev@jakarta.apache.org/dev@commons.apache.org/ s/Jakarta Commons/Apache Commons/ s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons: I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in): * Historicals (proposals etc.) * URLs that shouldn't change (DOCTYPE fragments etc.) * Test cases where namespace URLs matter etc. (I'll track any related nightly failures)
Moving to TLP
Moving back :)
Moving to TLP
Applying my patch from DBCP-227 - it's easy enough to run 'maven ant' if someone decides to do that someday, so no reason not to improve the existing build.xml in the meantime
Added support for pooling managed connections. JIRA: DBCP-228 Patch provided by Dain Sundstrom.
Changed to better property names.
Fixed ant xml parser config.
Reverted to hand-crafted ant build, which is needed for JDK 1.3.
Replaced hand-crafted ant build with maven-generated build.xml.
Revert change inadvertently committed in r408045.
Updated [pool] dependency to 1.3
svn:keywords correction
updated javadoc link: 1.4.2 ---> 1.5.0 CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line.
Made DBCP compile on JDK 1.5.0 (or 5.0, whatever ;)) by adding source="1.4" to compiler arguments. This can be overridden in build.properties by setting a javac.source property. There are compiler errors in JDK 5.0 without this source switch that cannot be fixed without JDK 5.0-specific syntax, which I didn't want to put in. Also made a tiny change in SQLNestedException to eliminate a JDK 5.0 compile warning (not an error) about a varargs cast mismatch. PR: Obtained from: Submitted by: Reviewed by:
Added myself to project.xml, updated build.xml JavaDoc copyright dates, and added comment about JDBC 2.0 download to project.xml. PR: Obtained from: Submitted by: Reviewed by:
new jdk api location
add NOTICE.txt to distribution
support for jdk with no JDBC3 support (jdk1.3.1) as build environment
classes directory at jar top level fix by Stefan Bodewig
update ant build
remove dependency on lang (equals, deserialize)
fix comments
enable JDBC 3 methods by default, comment out only when JDBC 3 is not available
add classpath (sax2) and system property (org.xml.sax.driver) to allow tests to execute
refactor/cleanup test suite a bit apply generic tests to more configurations fix a couple of bugs that revealed
1. added jdbc2pool back to build
2. Added ability to close the pools associated the datasource. Original
code is by Randy Speh <rwspeh@yahoo.com>. I refactored a bit.
3. Added some instrumentation methods to be able to see active and idle
connections. Code by James Taylor <jtaylor@4lane.com>
PR:
Obtained from:
Submitted by:
Reviewed by:
Undo the temporary commenting out of jdbc2pool building. So, the HEAD branch of commons-dbcp is again dependent on commons-lang. Update version number for HEAD branch development.
Update version number for 1.0 release bundle.
Temporarily comment out compilation and documentation of the "org.apache.commons.dbcp.jdbc2pool" package so that a 1.0 release of "dbcp" can be created without a dependency on commons-lang.
import of jdbc2pool code from sandbox. PR: Obtained from: Submitted by: Reviewed by:
Add a version-stamped manifest to commons-dbcp.jar. PR: Bugzilla #10688 Submitted by: Arnaud Heritier <aheritier at sopragroup.com>
build patches, thanks to jfrederic.clere@fujitsu-siemens.com
Turn on javac debug
Implement the proposed changes required to make the commons-dbcp project compile under
either JDK 1.3 or JDK 1.4. The solution is based on using Ant <replace> tasks to remove
comment statements in a 1.4 environment so that the required extra method calls will be
compiled.
Submitted by: Lev Assinovsky <lev at peterlink.ru> and
John McNally <jmcnally at collab.net>
- Link package.html to the overview - Synch with collections/build.xml, including generating javadocs for protected methods.
BasicDataSource - A simple implementation of javax.sql.DataSource, based on the POOL and DBCP packages, that is configured based on JavaBean properties. BasicDataSourceFactory - A JNDI ObjectFactory implementation that can be used to instantiate data source instances in a JNDI environment. (Both of these were factored out of some code in Tomcat 4, because they are more generally useful over here>)
Update build process to depend on the jdbc2_0-stdext.jar file (if available), rather than requiring j2ee.jar from the J2EE RI just to define the javax.sql classes. (If you do have j2ee.jar available, you can still go ahead and point the "jdbc20ext.jar" property at it.)
Update to new distribution directory guidelines.
* reads properties from ../build.properties * changed order of prop files to match beanutils--now component, then commons, then user
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |