[Bug 64503] ClassNotFoundException: org.apache.naming.java.javaURLContextFactory using java.util.Collection.parallelStream()

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64503 --- Comment #4 from Michael Seele --- Thanks for the answer, Mark. Just for the record, here is how I solved it: I created a new helper method that acts like a wrapper for the mapping function: public static Function parallel(Function

buildbot success in on tomcat-85-trunk

2020-06-10 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/2350 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] 02/02: Fix the version of the Eclipse compiler for the IDEA project template

2020-06-10 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3a7bdc979abb3e9dc76d060c4d6d79370e0803fd Author: Martin Tzvetanov Grigorov AuthorDate: Wed Jun 10 16:38:22 2020 +0300

[tomcat] branch 8.5.x updated (9904507 -> 3a7bdc9)

2020-06-10 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 9904507 Downgrade Objenesis to 2.6 new 600d061 Update the version of Objenesis for IDEA project template

[tomcat] 01/02: Update the version of Objenesis for IDEA project template

2020-06-10 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 600d061bb5a642afc9e1e0641f4a2d6093e2311e Author: Martin Tzvetanov Grigorov AuthorDate: Wed Jun 10 16:37:36 2020 +0300

Re: Improving OSGi/bnd build and much more...

2020-06-10 Thread Raymond Auge
Thanks for the feedback. I'll look at each point carefully. I can report though that tests are looking relatively good. Only a few failures: TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt:Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Re: Improving OSGi/bnd build and much more...

2020-06-10 Thread Mark Thomas
On 10/06/2020 14:36, Raymond Auge wrote: > Thanks for the feedback. I'll look at each point carefully. > > I can report though that tests are looking relatively good. Only a few > failures: > > TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt:Tests > run: 3, Failures: 1,

[tomcat] branch 8.5.x updated: Downgrade Objenesis to 2.6

2020-06-10 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 9904507 Downgrade Objenesis to 2.6 9904507 is

Re: buildbot failure in on tomcat-85-trunk

2020-06-10 Thread Mark Thomas
On 10/06/2020 13:01, Martin Grigorov wrote: > Hi, > > The build of 8.5.x passes here but it failed > at https://ci.apache.org/builders/tomcat-85-trunk/builds/2349.  > But without access to the file system I cannot find what is the reason. > How do you investigate such problems at Buildbot

Re: buildbot failure in on tomcat-85-trunk

2020-06-10 Thread Martin Grigorov
Hi, The build of 8.5.x passes here but it failed at https://ci.apache.org/builders/tomcat-85-trunk/builds/2349. But without access to the file system I cannot find what is the reason. How do you investigate such problems at Buildbot machines ? [concat] Testsuites with failed tests: [concat]

Re: buildbot failure in on tomcat-85-trunk

2020-06-10 Thread Rémy Maucherat
On Wed, Jun 10, 2020 at 2:02 PM Martin Grigorov wrote: > Hi, > > The build of 8.5.x passes here but it failed at > https://ci.apache.org/builders/tomcat-85-trunk/builds/2349. > But without access to the file system I cannot find what is the reason. > How do you investigate such problems at

Re: buildbot failure in on tomcat-85-trunk

2020-06-10 Thread Martin Grigorov
On Wed, Jun 10, 2020 at 3:08 PM Mark Thomas wrote: > On 10/06/2020 13:01, Martin Grigorov wrote: > > Hi, > > > > The build of 8.5.x passes here but it failed > > at https://ci.apache.org/builders/tomcat-85-trunk/builds/2349. > > But without access to the file system I cannot find what is the

[tomcat] branch 8.5.x updated: Use Easymock 3.6

2020-06-10 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 07e6cf4 Use Easymock 3.6 07e6cf4 is described

[tomcat] branch master updated: Fix BZ 64506 Correct race condition on resource lookup

2020-06-10 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 752f0b9 Fix BZ 64506 Correct race condition on

[tomcat] branch 8.5.x updated: Fix back-port error

2020-06-10 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 d4f1aa1 Fix back-port error d4f1aa1 is described

[tomcat] branch 8.5.x updated: Fix BZ 64509 - Correctly parse RFC 2109

2020-06-10 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 496cc6c Fix BZ 64509 - Correctly parse RFC 2109

[tomcat] branch master updated: Fix BZ 64509 - Correctly parse RFC 2109

2020-06-10 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 640b789 Fix BZ 64509 - Correctly parse RFC 2109

[tomcat] branch 9.0.x updated: Fix BZ 64509 - Correctly parse RFC 2109

2020-06-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6e43876 Fix BZ 64509 - Correctly parse RFC 2109

[Bug 64509] Rfc6265CookieProcessor mishandles commas in $Version=1 cookie header

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64509 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64509] Rfc6265CookieProcessor mishandles commas in $Version=1 cookie header

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64509 Mark Thomas changed: What|Removed |Added Version|9.0.33 |9.0.36 --- Comment #1 from Mark Thomas

[Bug 64506] NullPointerException when loading webapp class

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64506 --- Comment #4 from Arvind Talari --- Thank you Mark for the quick turn around. Yes, we are able to build from source, being a race condition it isn't reproducible at will, we will need to manually simulate the race condition. Although, we

[Bug 64506] NullPointerException when loading webapp class

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64506 --- Comment #5 from Arvind Talari --- Hmmm.. actually may be it is not required, since org.apache.catalina.webresources.CachedResource#validateResources isn't conditionally validating. -- You are receiving this mail because: You are the

[Bug 64509] Rfc6265CookieProcessor mishandles commas in $Version=1 cookie header

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64509 --- Comment #3 from WJCarpenter --- Thanks for the quick action on this. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 64513] New: bndlib is not needed

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64513 Bug ID: 64513 Summary: bndlib is not needed Product: Tomcat 10 Version: unspecified Hardware: All OS: All Status: NEW Severity: trivial

[GitHub] [tomcat] rotty3000 opened a new pull request #296: Fix BZ 64514 - classes missing from bootstrap.jar

2020-06-10 Thread GitBox
rotty3000 opened a new pull request #296: URL: https://github.com/apache/tomcat/pull/296 Signed-off-by: Raymond Augé This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tomcat] rotty3000 opened a new pull request #297: Fix BZ 64515 - no need to filter bnd files (bnd passes ant properties…

2020-06-10 Thread GitBox
rotty3000 opened a new pull request #297: URL: https://github.com/apache/tomcat/pull/297 … in)no need to filter bnd files (bnd passes ant properties in) Signed-off-by: Raymond Augé This is an automated message from

[Bug 64515] New: no need to filter bnd files (bnd passes ant properties in)

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64515 Bug ID: 64515 Summary: no need to filter bnd files (bnd passes ant properties in) Product: Tomcat 10 Version: unspecified Hardware: All OS: All

[Bug 64514] New: classes missing from bootstrap.jar

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64514 Bug ID: 64514 Summary: classes missing from bootstrap.jar Product: Tomcat 10 Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[Bug 64514] classes missing from bootstrap.jar

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64514 rotty3000 changed: What|Removed |Added Hardware|PC |All OS|Linux

[GitHub] [tomcat] rotty3000 opened a new pull request #295: Fix BZ 64513 - bndlib is not needed, normalize the name to bnd everyw…

2020-06-10 Thread GitBox
rotty3000 opened a new pull request #295: URL: https://github.com/apache/tomcat/pull/295 …here Signed-off-by: Raymond Augé This is an automated message from the Apache Git Service. To respond to the message, please

[Bug 64514] classes missing from bootstrap.jar

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64514 --- Comment #1 from rotty3000 --- https://github.com/apache/tomcat/pull/296 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 64515] no need to filter bnd files (bnd passes ant properties in)

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64515 --- Comment #1 from rotty3000 --- https://github.com/apache/tomcat/pull/297 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 64513] bndlib is not needed

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64513 --- Comment #1 from rotty3000 --- https://github.com/apache/tomcat/pull/295 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 64506] NullPointerException when loading webapp class

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64506 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64506] NullPointerException when loading webapp class

2020-06-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64506 --- Comment #3 from Mark Thomas --- Fixed in: - master for 10.0.0-M7 onwards - 9.0.x for 9.0.37 onwards - 8.5.x for 8.5.57 onwards 7.0.x is not affected. It would be great if you were able to test this. Our you able to build Tomcat from

[tomcat] branch 9.0.x updated: Fix BZ 64506 Correct race condition on resource lookup

2020-06-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6efae2f Fix BZ 64506 Correct race condition on

[tomcat] branch 8.5.x updated: Fix BZ 64506 Correct race condition on resource lookup

2020-06-10 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 3dc63ee Fix BZ 64506 Correct race condition on

RE: Support for LetsEncrypt certs, and update process, in Tomcat without restart.

2020-06-10 Thread Merlin Beedell
Well thanks Christopher - that presentation link was just what I needed (well - it was your presentation after all!). Really good. Ideally this could be written into the Tomcat standard Documentation, as it will crop up quite a bit. In summary, 3 steps: 1. Fetch cert update (requires port