You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/08/12 11:54:56 UTC

[Bug 55402] New: Update dbcp dependency in build.properties.default

https://issues.apache.org/bugzilla/show_bug.cgi?id=55402

            Bug ID: 55402
           Summary: Update dbcp dependency in build.properties.default
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Packaging
          Assignee: dev@tomcat.apache.org
          Reporter: nickytd@gmail.com

Created attachment 30722
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30722&action=edit
dbcpVersion_patch

DBCP 2.0 version is changed breaking clean tomcat 8 trunk build. Here is a
patch with latest published version.
Here is the location of latest dbcp2 repo:
https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-dbcp2/2.0-SNAPSHOT/

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55402] Update dbcp dependency in build.properties.default

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55402

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
The snapshot repository only keeps the current and previous version.

I was expecting, but missed, some commits to Pool2 (and associated changes in
DBCP2) which triggered new CI builds. Because of the order of the Pool2 and
DBCP2 commits, there were 2 CI builds of DBCP and that removed the snapshot
Tomcat 8 was using.

The Tomcat developers were already aware of this issue as Tomcat's own CI build
starting failing. Generally, there is no need to open a bug for this sort of
issue unless it continues for an extend period of time (say more than a week).

-- 
You are receiving this mail because:
You are the assignee for the bug.

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