[tomcat] branch master updated: Ensure that members registered in the addSuspects list are static members.

2019-03-04 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new b13281e Ensure that members registered in the

[Bug 63210] Tomcat failing to shutdown if EvictionTimer thread is running

2019-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63210 --- Comment #12 from k...@gameldar.com --- (In reply to Mark Thomas from comment #10) > DBCP2 (actually Pool2) requires explicit shutdown and is documented as such. > If it is shutdown (via closeMethod="close") then the Evictor thread is >

svn commit: r1854807 - in /tomcat/maven-plugin/trunk: tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/ tomcat8-war-runner/src/main/java/org/apache/tomcat/maven/runner/

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 01:03:29 2019 New Revision: 1854807 URL: http://svn.apache.org/viewvc?rev=1854807=rev Log: Java 7 syntax Modified: tomcat/maven-plugin/trunk/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractExecWarMojo.java

svn commit: r1854806 - /tomcat/maven-plugin/trunk/pom.xml

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 00:53:30 2019 New Revision: 1854806 URL: http://svn.apache.org/viewvc?rev=1854806=rev Log: Bumped the language level to Java 7 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

svn commit: r1854805 - in /tomcat/maven-plugin/trunk: pom.xml src/site/site.xml

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 00:48:37 2019 New Revision: 1854805 URL: http://svn.apache.org/viewvc?rev=1854805=rev Log: Updated the Maven plugins Modified: tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/src/site/site.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

svn commit: r1854804 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/ tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomca

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 00:46:27 2019 New Revision: 1854804 URL: http://svn.apache.org/viewvc?rev=1854804=rev Log: Replaced the @Component annotations on the MavenProject, MavenSession and Settings fields with the equivalent @Parameter syntax Modified:

svn commit: r1854802 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer/ common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 00:28:07 2019 New Revision: 1854802 URL: http://svn.apache.org/viewvc?rev=1854802=rev Log: Fixed the javadoc errors (and some warnings) Modified:

Re: Building and Testing Tomcat 7

2019-03-04 Thread Rainer Jung
Thanks Igal. Am 02.03.2019 um 23:08 schrieb Igal Sapir: Rainer, On Sat, Feb 16, 2019 at 2:42 PM Rainer Jung wrote: Hi Igal, Am 16.02.2019 um 22:10 schrieb Igal Sapir: Violeta, On Sat, Feb 16, 2019 at 9:41 AM Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.93 release is now

buildbot failure in on tomcat-85-trunk

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

[Bug 63210] Tomcat failing to shutdown if EvictionTimer thread is running

2019-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63210 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63210

2019-03-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 4ccde94 Fix

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63210

2019-03-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 39b11dc Fix

[Bug 63210] Tomcat failing to shutdown if EvictionTimer thread is running

2019-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63210 --- Comment #10 from Mark Thomas --- DBCP2 (actually Pool2) requires explicit shutdown and is documented as such. If it is shutdown (via closeMethod="close") then the Evictor thread is stopped. My current thinking is to set

svn commit: r1854779 - in /tomcat/maven-plugin/trunk: tomcat8-maven-plugin/ tomcat8-war-runner/

2019-03-04 Thread ebourg
Author: ebourg Date: Mon Mar 4 16:57:52 2019 New Revision: 1854779 URL: http://svn.apache.org/viewvc?rev=1854779=rev Log: Ignore the IntelliJ project files Modified: tomcat/maven-plugin/trunk/tomcat8-maven-plugin/ (props changed) tomcat/maven-plugin/trunk/tomcat8-war-runner/ (props

svn commit: r1854778 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml

2019-03-04 Thread ebourg
Author: ebourg Date: Mon Mar 4 16:57:04 2019 New Revision: 1854778 URL: http://svn.apache.org/viewvc?rev=1854778=rev Log: Removed the unused dependency on Guava Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml Modified:

svn commit: r1854777 - in /tomcat/maven-plugin/trunk: ./ src/site/apt/ tomcat-maven-archetype/src/main/resources/archetype-resources/ tomcat-maven-archetype/src/main/resources/archetype-resources/__ro

2019-03-04 Thread ebourg
Author: ebourg Date: Mon Mar 4 16:52:29 2019 New Revision: 1854777 URL: http://svn.apache.org/viewvc?rev=1854777=rev Log: Removed the Tomcat 6 plugin Removed: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/resources/simple-war-project/

svn commit: r1854776 - in /tomcat/maven-plugin/trunk: tomcat8-maven-plugin/ tomcat8-war-runner/

2019-03-04 Thread ebourg
Author: ebourg Date: Mon Mar 4 16:47:18 2019 New Revision: 1854776 URL: http://svn.apache.org/viewvc?rev=1854776=rev Log: Ignore the build directories for the Tomcat 8 plugin Modified: tomcat/maven-plugin/trunk/tomcat8-maven-plugin/ (props changed)

[Bug 63210] Tomcat failing to shutdown if EvictionTimer thread is running

2019-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63210 --- Comment #9 from Mark Thomas --- I am able to recreate the locally. Still investigating the root cause as I'd expect the DataSource to be shutdown cleanly when the web application stops. -- You are receiving this mail because: You are the

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

2019-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63191 --- Comment #8 from Boris Petrov --- java.lang.Exception at org.cometd.websocket.server.WebSocketEndPoint$Delegate.send(WebSocketEndPoint.java:102) at

[Bug 63223] org.apache.coyote.http2.Http2UpgradeHandler.pruneClosedStreams

2019-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63223 TehKantz changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[GitHub] [tomcat] rmaucher commented on issue #140: jdbc-pool: Improve maxAge handling

2019-03-04 Thread GitBox
rmaucher commented on issue #140: jdbc-pool: Improve maxAge handling URL: https://github.com/apache/tomcat/pull/140#issuecomment-469260446 I think maxAge is ok, but then the pool should indeed have at least minIdle. Basically, if you have 0 active, then you have at least minIdle, that

[Bug 63210] Tomcat failing to shutdown if EvictionTimer thread is running

2019-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63210 --- Comment #8 from Mark Thomas --- The proposed patch is not the correct solution. It addresses issue #1 in the original description but the real problem appears to be issue #2. If issue #2 is fixed then issue #1 will be fixed too. I'm

[GitHub] [tomcat] toby1984 commented on issue #140: jdbc-pool: Improve maxAge handling

2019-03-04 Thread GitBox
toby1984 commented on issue #140: jdbc-pool: Improve maxAge handling URL: https://github.com/apache/tomcat/pull/140#issuecomment-469229642 Could you please elaborate what you meant by your reference to the "maxIdle" and "initialSize" options ? How do they relate to the "maxAge" one in your

[Bug 63223] org.apache.coyote.http2.Http2UpgradeHandler.pruneClosedStreams

2019-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63223 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

java.lang.NullPointerException on sun.nio.ch.Util.getTemporaryDirectBuffer

2019-03-04 Thread jianjun.guo
I get the exception in tomcat 8.5.19 Error processing request java.lang.NullPointerException at sun.nio.ch.Util.getTemporaryDirectBuffer(Util.java:230) at sun.nio.ch.IOUtil.write(IOUtil.java:58) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471) at

Re: JDK 12: First Release Candidate available

2019-03-04 Thread Rory O'Donnell
Hi Mark, Can you update the bug , using your JBS account, with the latest information you have etc. I'll check from this end. Rgds,Rory On 01/03/2019 21:28, Mark Thomas wrote: Rory, We have received a report [1] of users being affected by a known JRE bug [2]. I've done some local testing

[tomcat] branch 8.5.x updated: Avoid API change by adding back deprecated methods

2019-03-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new a7e3b90 Avoid API change by adding back deprecated

Re: Jakarta EE TCKs and compatibility logo

2019-03-04 Thread Olivier Lamy
I was a bit struggle building it... But ATM I only need binaries so that's perfect. Thanks a lot for the informations! On Mon, 4 Mar 2019 at 19:00, Mark Thomas wrote: > On 04/03/2019 08:43, Mark Thomas wrote: > > On 04/03/2019 08:34, Olivier Lamy wrote: > >> Hi Mark, > >> The download link

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

2019-03-04 Thread Bill Barker
/workspace/openssl-1.1.1/dest-20190304/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

Re: Jakarta EE TCKs and compatibility logo

2019-03-04 Thread Mark Thomas
On 04/03/2019 08:43, Mark Thomas wrote: > On 04/03/2019 08:34, Olivier Lamy wrote: >> Hi Mark, >> The download link doesn't work (404) > > Looks like they have moved things around a bit. Try starting from > https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/?d > >> Do you have any idea about

Re: Jakarta EE TCKs and compatibility logo

2019-03-04 Thread Mark Thomas
On 04/03/2019 08:34, Olivier Lamy wrote: > Hi Mark, > The download link doesn't work (404) Looks like they have moved things around a bit. Try starting from https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/?d > Do you have any idea about how to build or download to execute servlet/jsp > tck

[tomcat] branch 8.5.x updated: Remove unused imports

2019-03-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 23b82ee Remove unused imports 23b82ee is described

Re: Jakarta EE TCKs and compatibility logo

2019-03-04 Thread Olivier Lamy
Hi Mark, The download link doesn't work (404) Do you have any idea about how to build or download to execute servlet/jsp tck part? Thanks Olivier On Mon, 18 Feb 2019 at 05:01, Mark Thomas wrote: > Ping. > > Just a gentle reminder as I haven't seen any emails to jcp-open@ as yet. > > Mark > > PS