[Tomcat Wiki] Update of "FrontPage" by KonstantinKolinko

2018-03-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FrontPage?action=diff=40=41 Comment: Add steps on how to create a Wiki name, following

[Tomcat Wiki] Update of "ContributorsGroup" by ChristopherSchultz

2018-03-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff=32=33 * AndreaBrugiolo * AndrewCarr *

Re: Permalinks to presentations

2018-03-30 Thread Christopher Schultz
Rainer, On 3/29/18 9:51 PM, Rainer Jung wrote: > Am 30.03.2018 um 02:30 schrieb Christopher Schultz: >> All, >> >> Occasionally, we all have the need to give a reference to a presentation >> to someone e.g. on the users mailing list. For example: >> >>

svn commit: r1828068 - /tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSourceFactory.java

2018-03-30 Thread remm
Author: remm Date: Fri Mar 30 15:09:16 2018 New Revision: 1828068 URL: http://svn.apache.org/viewvc?rev=1828068=rev Log: Avoid changing the static createDataSource method as it seems valid to call it from user code. Modified:

buildbot success in on tomcat-trunk

2018-03-30 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3161 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1828067 - /tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSourceFactory.java

2018-03-30 Thread remm
Author: remm Date: Fri Mar 30 14:48:54 2018 New Revision: 1828067 URL: http://svn.apache.org/viewvc?rev=1828067=rev Log: Make it possible to extend the BasicDataSource object factory without having to copy everything. Modified:

svn commit: r1828066 - in /tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/managed: PoolableManagedConnectionFactory.java TransactionRegistry.java

2018-03-30 Thread remm
Author: remm Date: Fri Mar 30 14:31:33 2018 New Revision: 1828066 URL: http://svn.apache.org/viewvc?rev=1828066=rev Log: Javadoc fixes. Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/managed/PoolableManagedConnectionFactory.java

buildbot failure in on tomcat-trunk

2018-03-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3160 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1828065 [1/2] - in /tomcat/trunk: java/javax/transaction/ java/javax/transaction/xa/ java/org/apache/tomcat/dbcp/dbcp2/managed/ res/checkstyle/ webapps/docs/

2018-03-30 Thread remm
Author: remm Date: Fri Mar 30 14:15:56 2018 New Revision: 1828065 URL: http://svn.apache.org/viewvc?rev=1828065=rev Log: Add missing managed package to DBCP, so that it is possible to use it with a transaction manager. The removal was not actually documented, it simply stated DBCP2 was included

svn commit: r1828065 [2/2] - in /tomcat/trunk: java/javax/transaction/ java/javax/transaction/xa/ java/org/apache/tomcat/dbcp/dbcp2/managed/ res/checkstyle/ webapps/docs/

2018-03-30 Thread remm
Added: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/managed/PoolableManagedConnection.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/managed/PoolableManagedConnection.java?rev=1828065=auto

[GitHub] tomcat pull request #105: Iamtjw patch 1

2018-03-30 Thread IAMTJW
GitHub user IAMTJW opened a pull request: https://github.com/apache/tomcat/pull/105 Iamtjw patch 1 set ervery war deployed timeout when a war has endless loop and other war cannot deploy success,set timeout that some war can deploy success You can merge this pull request into

Re: DBCP2 in Tomcat

2018-03-30 Thread Rémy Maucherat
On Thu, Mar 29, 2018 at 10:31 PM, Mark Thomas wrote: > On 29/03/18 20:58, Mark Thomas wrote: > > On 29/03/18 14:39, Christopher Schultz wrote: > >> On 3/29/18 9:30 AM, Rémy Maucherat wrote: > >>> On Thu, Mar 29, 2018 at 3:15 PM, Christopher Schultz < > >>>