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

2019-02-28 Thread Bill Barker
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.7.3a-201803300640/ecj-4.7.3a.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-1.2-1.0.2/dest-20190228/lib -Dtest.relaxTiming=true -Dexecute.test.nio=false -Dtest.accesslog=true -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x

buildbot success in on tomcat-85-trunk

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

buildbot success in on tomcat-trunk

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

Re: New git based merging workflow?

2019-02-28 Thread Mark Thomas
On 28/02/2019 13:29, Coty Sutherland wrote: > On Thu, Feb 28, 2019 at 6:10 AM Emmanuel Bourg wrote: > >> Le 28/02/2019 à 11:47, Rainer Jung a écrit : >>> Thanks a bunch. Looks like what I was searching for, will try it. >>> >>> Rainer >> >> You could play with a single repository too: >> > >

[tomcat] branch master updated: Fix additional typo in javac classpath for applet

2019-02-28 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 4dccc3d Fix additional typo in javac classpath

buildbot failure in on tomcat-trunk

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

New git based merging workflow?

2019-02-28 Thread Rainer Jung
Hi there, I am struggling a bit with the new merging workflow from master to the branches. I did a short read on the workspaces and tried cherry-picking with and without workspaces. It seems workspaces are not for doing actual commits that should at the end et pushed to origin. And when

[tomcat] branch master updated: Correct regression in refactoring that broke TLS with a single cert

2019-02-28 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 f7fd048 Correct regression in refactoring that

Re: New git based merging workflow?

2019-02-28 Thread Mark Thomas
Hi, I'm swapping a bit between IDE, gitk and the command line much like I did with svn. I'm also still trying to iron out some wrinkles in the process. Mostly I think that is getting git configured correctly. I'm just going to use master and 8.5.x below but it should work with 7.0.x as well.

Re: New git based merging workflow?

2019-02-28 Thread Emmanuel Bourg
Le 28/02/2019 à 11:47, Rainer Jung a écrit : > Thanks a bunch. Looks like what I was searching for, will try it. > > Rainer You could play with a single repository too: # Initial setup cd ~/repos git clone g...@github.com:apache/tomcat.git # Commit... cd ~/repos/tomcat # edit files

[tomcat] branch master updated (7a1a304 -> 9e052de)

2019-02-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 7a1a304 Finializer should be protected new cd1e1eb Finializer should be protected new 9e052de Remove

[tomcat] 01/02: Finializer should be protected

2019-02-28 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 commit cd1e1ebef3907a3f8eaf778ea5ae3a9d9f6b6bdf Author: Mark Thomas AuthorDate: Thu Feb 28 11:29:36 2019 + Finializer

[tomcat] 02/02: Remove unnecessary null check

2019-02-28 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 commit 9e052debfe53cbc30cf6bec48670d3c1db848817 Author: Mark Thomas AuthorDate: Thu Feb 28 11:31:37 2019 + Remove

Re: New git based merging workflow?

2019-02-28 Thread Coty Sutherland
On Thu, Feb 28, 2019 at 6:10 AM Emmanuel Bourg wrote: > Le 28/02/2019 à 11:47, Rainer Jung a écrit : > > Thanks a bunch. Looks like what I was searching for, will try it. > > > > Rainer > > You could play with a single repository too: > +1, that's what I do. > > # Initial setup > cd

[tomcat] branch 8.5.x updated: Correct regression in refactoring that broke TLS with a single cert

2019-02-28 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 4996bd2 Correct regression in refactoring that

Re: New git based merging workflow?

2019-02-28 Thread Rainer Jung
Thanks a bunch. Looks like what I was searching for, will try it. Rainer Am 28.02.2019 um 11:41 schrieb Mark Thomas: Hi, I'm swapping a bit between IDE, gitk and the command line much like I did with svn. I'm also still trying to iron out some wrinkles in the process. Mostly I think that is

[tomcat] branch 7.0.x updated (dfb4c5f -> 428d684)

2019-02-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from dfb4c5f Update the release date for 7.0.93 new 93f0d11 Fix typo in variable name in the javac classpath

[tomcat] branch 7.0.x updated: Update test key/cert files

2019-02-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new eaef714 Update test key/cert files eaef714 is

buildbot success in on tomcat-7-trunk

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

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

2019-02-28 Thread Bill Barker
-SNAPSHOT.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20190228/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=true -Dwsdl4j

Re: New git based merging workflow?

2019-02-28 Thread Rémy Maucherat
On Thu, Feb 28, 2019 at 4:03 PM Emmanuel Bourg wrote: > Le 28/02/2019 à 15:25, Mark Thomas a écrit : > > > The main reason I don't do that is that I want to have each branch setup > > correctly (Java version, dependencies, etc.) in an IDE. Eclipse, at > > least, doesn't cope well with that. > >

Re: New git based merging workflow?

2019-02-28 Thread Emmanuel Bourg
Le 28/02/2019 à 16:19, Rémy Maucherat a écrit : > Nice try ! :D :P We could also just have a pom.xml file to be used as a mere project descriptor for the IDE, and retain the main build with Ant. Emmanuel Bourg - To

[Bug 57665] support x-forwarded-host

2019-02-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57665 --- Comment #22 from Michael Osipov --- Here is possible use case: > > maxHttpHeaderSize="24576" redirectPort="8444" maxThreads="250" > /> > > maxHttpHeaderSize="24576" maxThreads="250" >

[tomcat] branch master updated: Fix SpotBugs warnings

2019-02-28 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 bc3c072 Fix SpotBugs warnings bc3c072 is

buildbot success in on tomcat-trunk

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

buildbot failure in on tomcat-trunk

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

Re: New git based merging workflow?

2019-02-28 Thread Mark Thomas
On 28/02/2019 15:28, Emmanuel Bourg wrote: > Le 28/02/2019 à 16:19, Rémy Maucherat a écrit : > >> Nice try ! :D > > :P > > We could also just have a pom.xml file to be used as a mere project > descriptor for the IDE, and retain the main build with Ant. Neat trick. I've got used to having

[tomcat] branch master updated: Refactor read notification

2019-02-28 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 d13a544 Refactor read notification d13a544 is

Re: New git based merging workflow?

2019-02-28 Thread Emmanuel Bourg
Le 28/02/2019 à 15:25, Mark Thomas a écrit : > The main reason I don't do that is that I want to have each branch setup > correctly (Java version, dependencies, etc.) in an IDE. Eclipse, at > least, doesn't cope well with that. That sounds like a good reason to use Maven. IntelliJ detects the

[Bug 63213] Logging Unbalanced parenthesis error in catalina log during user login

2019-02-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63213 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Mark

[tomcat] branch 8.5.x updated (4996bd2 -> 2976232)

2019-02-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 4996bd2 Correct regression in refactoring that broke TLS with a single cert new aecf75e Fix typo in variable

[tomcat] branch master updated (4dccc3d -> 7a1a304)

2019-02-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 4dccc3d Fix additional typo in javac classpath for applet new 6c92d1f Finializer should be protected new

buildbot failure in on tomcat-7-trunk

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

[tomcat] branch master updated: Simplify configuration style checks

2019-02-28 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 ca22e19 Simplify configuration style checks

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

2019-02-28 Thread Bill Barker
-SNAPSHOT.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20190228/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

[tomcat] branch master updated: Add missing check in registerReadInterest

2019-02-28 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 d3bd3f7 Add missing check in

[tomcat] branch master updated: TLS session cache and timeout config now works with JSSE and OpenSSL

2019-02-28 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 f6ecb33 TLS session cache and timeout config

[tomcat] 01/02: Simplify configuration style checks

2019-02-28 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 commit de5854d4af75aed5ae5cf737f89303bddbb85b16 Author: Mark Thomas AuthorDate: Thu Feb 28 20:28:19 2019 + Simplify

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

2019-02-28 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.

[tomcat] branch 8.5.x updated (2976232 -> cf83ecd)

2019-02-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 2976232 Fix additional typo in javac classpath for applet new de5854d Simplify configuration style checks

[tomcat] 02/02: TLS session cache and timeout config now works with JSSE and OpenSSL

2019-02-28 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 commit cf83ecd8951756cc3eb2d7cff92801293d111cd7 Author: Mark Thomas AuthorDate: Thu Feb 28 21:36:13 2019 + TLS session

[tomcat] branch master updated: Remove tomcat.extras.path and tomcat.extras.src.path which are no longer in use after removal of Tomcat extras in r1851232 (cb6726e077ba5b3f4fd31ba8138b8bcc26cbb0d8) an

2019-02-28 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 0fd2cb4 Remove tomcat.extras.path and

[tomcat] branch master updated: Fix the artifactId of tomcat-i18n-cs.

2019-02-28 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 38268dd Fix the artifactId of tomcat-i18n-cs.

[tomcat] branch master updated: Fix new changelog item.

2019-02-28 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 9ba0019 Fix new changelog item. 9ba0019 is

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

2019-02-28 Thread Bill Barker
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.7.3a-201803300640/ecj-4.7.3a.jar -Dtest.relaxTiming=true -Dexecute.test.nio=true -Dtest.accesslog=true -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20190228.jar -Deasymock.jar=/srv/gump/packages/easymock3

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

2019-02-28 Thread Bill Barker
-201803300640/ecj-4.7.3a.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-1.2-1.1.1/dest-20190228/lib -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/target/commons-daemon-1.1.1-SNAPSHOT.jar -Dtest.temp=output/test-tmp-APR