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
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
> stopp
Author: ebourg
Date: Tue Mar 5 01:03:29 2019
New Revision: 1854807
URL: http://svn.apache.org/viewvc?rev=1854807&view=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
tomcat
Author: ebourg
Date: Tue Mar 5 00:53:30 2019
New Revision: 1854806
URL: http://svn.apache.org/viewvc?rev=1854806&view=rev
Log:
Bumped the language level to Java 7
Modified:
tomcat/maven-plugin/trunk/pom.xml
Modified: tomcat/maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomca
Author: ebourg
Date: Tue Mar 5 00:48:37 2019
New Revision: 1854805
URL: http://svn.apache.org/viewvc?rev=1854805&view=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
UR
Author: ebourg
Date: Tue Mar 5 00:46:27 2019
New Revision: 1854804
URL: http://svn.apache.org/viewvc?rev=1854804&view=rev
Log:
Replaced the @Component annotations on the MavenProject, MavenSession and
Settings fields with the equivalent @Parameter syntax
Modified:
tomcat/maven-plugin/trunk
Author: ebourg
Date: Tue Mar 5 00:28:07 2019
New Revision: 1854802
URL: http://svn.apache.org/viewvc?rev=1854802&view=rev
Log:
Fixed the javadoc errors (and some warnings)
Modified:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer/To
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 avai
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 AnyBranchSche
https://bz.apache.org/bugzilla/show_bug.cgi?id=63210
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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 https://bz.apache.org/bugzilla/show_bu
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 https://bz.apache.org/bugzilla/show_
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 closeMethod="close"
Author: ebourg
Date: Mon Mar 4 16:57:52 2019
New Revision: 1854779
URL: http://svn.apache.org/viewvc?rev=1854779&view=rev
Log:
Ignore the IntelliJ project files
Modified:
tomcat/maven-plugin/trunk/tomcat8-maven-plugin/ (props changed)
tomcat/maven-plugin/trunk/tomcat8-war-runner/ (pr
Author: ebourg
Date: Mon Mar 4 16:57:04 2019
New Revision: 1854778
URL: http://svn.apache.org/viewvc?rev=1854778&view=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: tomcat
Author: ebourg
Date: Mon Mar 4 16:52:29 2019
New Revision: 1854777
URL: http://svn.apache.org/viewvc?rev=1854777&view=rev
Log:
Removed the Tomcat 6 plugin
Removed:
tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/resources/simple-war-project/
tomcat/maven-plugin/trunk/tomcat-m
Author: ebourg
Date: Mon Mar 4 16:47:18 2019
New Revision: 1854776
URL: http://svn.apache.org/viewvc?rev=1854776&view=rev
Log:
Ignore the build directories for the Tomcat 8 plugin
Modified:
tomcat/maven-plugin/trunk/tomcat8-maven-plugin/ (props changed)
tomcat/maven-plugin/trunk/tomcat
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
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
org.cometd.websocket.server.common.AbstractWebSocketEndPoint$Flusher.process(
https://bz.apache.org/bugzilla/show_bug.cgi?id=63223
TehKantz changed:
What|Removed |Added
Resolution|INVALID |---
Status|RESOLVED
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 sound
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 lookin
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=63223
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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 org
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 a
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
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 doesn
ath=/srv/gump/public/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
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 h
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
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
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
33 matches
Mail list logo