Re: Git migration: new branch/tag naming scheme

2019-02-20 Thread Michael Osipov
Am 2019-02-20 um 17:44 schrieb Mark Thomas: On 20/02/2019 16:14, Igal Sapir wrote: Michael, On Mon, Feb 18, 2019 at 11:53 AM Michael Osipov wrote: Am 2019-02-18 um 15:19 schrieb Igal Sapir: I actually prefer "tc8.5" and "tc7.0" for the branches (over "8.5.x" and "7.0.x"). If tags will

[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2019-02-20 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-apr has an issue affecting its community

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2019-02-20 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio2 has an issue affecting its community integration.

buildbot success in on tomcat-trunk

2019-02-20 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/4063 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1853951 - in /tomcat/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2019-02-20 Thread remm
Author: remm Date: Wed Feb 20 11:50:55 2019 New Revision: 1853951 URL: http://svn.apache.org/viewvc?rev=1853951=rev Log: Fix test Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified:

Re: [VOTE] Release Apache Tomcat 7.0.93

2019-02-20 Thread Mark Thomas
On 16/02/2019 17:41, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.93 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.93/ > The Maven staging repo is: >

[Bug 63191] New: RemoteEndpoint.Async#sendText(String, SendHandler) never calls the callback

2019-02-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63191 Bug ID: 63191 Summary: RemoteEndpoint.Async#sendText(String, SendHandler) never calls the callback Product: Tomcat 9 Version: 9.0.16 Hardware: PC OS:

svn commit: r1853952 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2019-02-20 Thread remm
Author: remm Date: Wed Feb 20 11:53:42 2019 New Revision: 1853952 URL: http://svn.apache.org/viewvc?rev=1853952=rev Log: Revert possible WIP (the regular code syncs on the socket wrapper) Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified:

Re: [VOTE] Release Apache Tomcat 7.0.93

2019-02-20 Thread Rémy Maucherat
On Sat, Feb 16, 2019 at 6:41 PM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.93 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.93/ > The Maven staging repo is: >

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2019-02-20 Thread Bill Barker
-SNAPSHOT.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20190220/bin/openssl -Dexecute .test.nio=false -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dbndlib.jar=/srv/gump/packages/bnd/bndlib-4.0.0/biz.aQute.bndlib-4.0.0.jar -Dexecute.test.apr=false

Re: Git migration: new branch/tag naming scheme

2019-02-20 Thread Mark Thomas
On 20/02/2019 16:14, Igal Sapir wrote: > Michael, > > On Mon, Feb 18, 2019 at 11:53 AM Michael Osipov wrote: > >> Am 2019-02-18 um 15:19 schrieb Igal Sapir: >>> >>> >>> I actually prefer "tc8.5" and "tc7.0" for the branches (over "8.5.x" and >>> "7.0.x"). If tags will only use the numeric

Re: mod_jk regression (?) with ipv6/ipv6 handling and prefer_ivp6 option not working

2019-02-20 Thread Mark Thomas
On 19/02/2019 17:24, Stefan Huehner wrote: Thanks for the well written email that clearly describes the problem you are seeing. > Hello tomcat developers, > > we noticed some wrong behavior (as i understand) it with the ipv6 support > inside mod_jk when connecting to tomcat ajp connector. > >

svn commit: r1853973 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2019-02-20 Thread remm
Author: remm Date: Wed Feb 20 16:50:12 2019 New Revision: 1853973 URL: http://svn.apache.org/viewvc?rev=1853973=rev Log: Code cleanup and remove the extra readInterest = true, they don't seem to be useful. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified:

Re: Git migration: new branch/tag naming scheme

2019-02-20 Thread Igal Sapir
Michael, On Mon, Feb 18, 2019 at 11:53 AM Michael Osipov wrote: > Am 2019-02-18 um 15:19 schrieb Igal Sapir: > > > > > > I actually prefer "tc8.5" and "tc7.0" for the branches (over "8.5.x" and > > "7.0.x"). If tags will only use the numeric versions then this will make > > it easy to

Re: Git migration: new branch/tag naming scheme

2019-02-20 Thread Igal Sapir
Mark, On 2/20/2019 8:44 AM, Mark Thomas wrote: On 20/02/2019 16:14, Igal Sapir wrote: Michael, On Mon, Feb 18, 2019 at 11:53 AM Michael Osipov wrote: Am 2019-02-18 um 15:19 schrieb Igal Sapir: I actually prefer "tc8.5" and "tc7.0" for the branches (over "8.5.x" and "7.0.x"). If tags

buildbot failure in on tomcat-trunk

2019-02-20 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/4064 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

Re: Access to thread pool task queue size via JMX

2019-02-20 Thread Mark Thomas
On 19/02/2019 08:20, Huxing Zhang wrote: > Hi, > > Currently Tomcat's thread pool implementation, which is under > org.apache.tomcat.util.net.AbstractEndpoint, does not expose task > queue size via JMX, while in > org.apache.catalina.core.StandardThreadExecutor it can be accessed via > JMX. > >

svn commit: r1853979 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2019-02-20 Thread remm
Author: remm Date: Wed Feb 20 18:45:17 2019 New Revision: 1853979 URL: http://svn.apache.org/viewvc?rev=1853979=rev Log: Testing with CI (it did work locally) Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified:

buildbot success in on tomcat-trunk

2019-02-20 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/4065 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1853984 - in /tomcat/site/trunk: docs/download-90.html xdocs/download-90.xml

2019-02-20 Thread fschumacher
Author: fschumacher Date: Wed Feb 20 19:43:42 2019 New Revision: 1853984 URL: http://svn.apache.org/viewvc?rev=1853984=rev Log: Extras have been merged into the main artefacts, so remove the dangling links. Modified: tomcat/site/trunk/docs/download-90.html

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2019-02-20 Thread Bill Barker
-SNAPSHOT.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20190220/bin/openssl -Dexecute .test.nio=false -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dbndlib.jar=/srv/gump/packages/bnd/bndlib-4.0.0/biz.aQute.bndlib-4.0.0.jar -Dexecute.test.apr=false

svn commit: r1853934 - /tomcat/tc8.5.x/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2019-02-20 Thread remm
Author: remm Date: Wed Feb 20 08:45:10 2019 New Revision: 1853934 URL: http://svn.apache.org/viewvc?rev=1853934=rev Log: Skip test in 8.5 for now. Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified:

buildbot success in on tomcat-85-trunk

2019-02-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-85-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/1657 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[GUMP@vmgump-vm3]: Project tomcat-tc8.5.x-test-nio2 (in module tomcat-8.5.x) failed

2019-02-20 Thread Bill Barker
/openssl-1.1.1/dest-20190220/bin/openssl -Dexe cute.test.bio=false -Dexecute.test.apr=false -Dtest.excludePerformance=true -Deasymock.jar=/srv/gump/packages/easymock3/easymock-3.6.jar -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep

svn commit: r1853948 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2019-02-20 Thread remm
Author: remm Date: Wed Feb 20 10:48:18 2019 New Revision: 1853948 URL: http://svn.apache.org/viewvc?rev=1853948=rev Log: Improve test Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified:

buildbot failure in on tomcat-trunk

2019-02-20 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/4062 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler