[tomcat] branch 9.0.x updated: Fix typo in exception message about quote character in repository path

2020-04-06 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 d95ede1 Fix typo in exception message about quote

[tomcat] branch 8.5.x updated: Fix typo in exception message about quote character in repository path

2020-04-06 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 ae0eb6b Fix typo in exception message about quote

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 --- Comment #7 from Konstantin Kolinko --- Rerunning the test: 1. Additional 10 runs with the same Java 8 (AdoptOpenJDK 8.0.242.08-hotspot), - APR failures: 2 - The same "bad record MAC" as earlier (Comment 4) - 03_*txt - NIO2 failures: 4 -

Re: [tomcat-jakartaee-migration] branch master updated (5c96c0b -> 61ba095)

2020-04-06 Thread Mark Thomas
On 06/04/2020 14:34, ebo...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > ebourg pushed a change to branch master > in repository > https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git. > > > from 5c96c0b Ignore the IntelliJ

[tomcat] branch master updated: Improve format of debugging message

2020-04-06 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 ca66cfd Improve format of debugging message

[Bug 63671] libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63671 --- Comment #4 from Mark Thomas --- It is 1.0.2 that is required for FIPS support (and 1.0.2 is currently the minimum required OpenSSL version for Tomcat Native). Yes, that is a good reason not to start removing the support for 1.0.2/1.1.0

Re: [tomcat-jakartaee-migration] branch master updated (5c96c0b -> 61ba095)

2020-04-06 Thread Mark Thomas
On 06/04/2020 17:18, Emmanuel Bourg wrote: > Le 06/04/2020 à 17:50, Mark Thomas a écrit : > >>> from 5c96c0b Ignore the IntelliJ project files >>> new 29ea189 Replaced NonClosing{In,Out}putStream with the equivalent >>> classes from Commons IO >> >> -1. It adds 220k of bloat for no

[tomcat-jakartaee-migration] branch master updated (a7db414 -> 77850c7)

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git. from a7db414 Revert "Made the internal classes package private" new 4eb136a Added an

[tomcat-jakartaee-migration] 02/02: Removed the meta files from the included dendencies

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 77850c7226173692cbc0c2399148d42bf82df7f8 Author: Emmanuel Bourg AuthorDate: Mon Apr 6 18:34:13 2020

[tomcat-jakartaee-migration] 01/02: Added an extension to the license and notice files

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 4eb136aa04ca925ffe99ae856d834da27f247dd1 Author: Emmanuel Bourg AuthorDate: Mon Apr 6 18:22:03 2020

[Bug 64315] configure output for OpenSSL wrong/incomplete sometimes

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64315 --- Comment #1 from Michael Osipov --- More over, the ssllibdir is always wrong on HP-UX. It has to be either lib/hpux32 or lib/hpux64. -- You are receiving this mail because: You are the assignee for the bug.

Re: [tomcat] branch master updated: Use a separate mbean type for SocketProperties

2020-04-06 Thread Mark Thomas
On 06/04/2020 12:41, Rémy Maucherat wrote: > On Mon, Apr 6, 2020 at 1:36 PM > wrote: > > This is an automated email from the ASF dual-hosted git repository. > > remm pushed a commit to branch master > in repository

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 --- Comment #9 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #7) > Rerunning the test: 3. 20 runs with Java 14 (OpenJDK 14 GA (14.0.0)): All runs completed successfully. No issues noted. -- You are receiving this

[Bug 63671] libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63671 --- Comment #2 from Mark Thomas --- I think INVALID would have been a better resolution here. OpenSSL 1.1.0 and earlier are no longer supported. There are probably still OpenSSL 1.1.0 and earlier specific workarounds in the Tomcat Native code

[GitHub] [tomcat] fhanik opened a new pull request #267: Remove reflection from Connector.java

2020-04-06 Thread GitBox
fhanik opened a new pull request #267: Remove reflection from Connector.java URL: https://github.com/apache/tomcat/pull/267 I will start a discussion on dev@tomcat.apache.org TL;DR; We are using Apache Tomcat embedded in native images (GraalVM). Reflection causes images to be

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 --- Comment #4 from Konstantin Kolinko --- Created attachment 37149 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37149=edit 03_TEST-org.apache.tomcat.util.net.TestSsl.APR.txt An APR failure. I observed it once.

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 --- Comment #8 from Konstantin Kolinko --- Created attachment 37150 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37150=edit 04_TEST-org.apache.tomcat.util.net.TestSsl.NIO.txt Java 8 (AdoptOpenJDK 8.0.242.08-hotspot), NIO The same

[tomcat] branch 9.0.x updated (b7d9b2f -> 5ef320c)

2020-04-06 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from b7d9b2f Use a constant for the data size new c5d20f3 Use a separate mbean type for SocketProperties new

[tomcat] 01/02: Use a separate mbean type for SocketProperties

2020-04-06 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c5d20f3dba03c5759142423be8a268eab89e0a66 Author: remm AuthorDate: Mon Apr 6 13:36:10 2020 +0200 Use a separate mbean

[tomcat] 02/02: Filtering is no longer necessary now SocketProperties is separate type

2020-04-06 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 5ef320c286412f76891fe4d176ae52505d2ac8a6 Author: Mark Thomas AuthorDate: Mon Apr 6 16:14:39 2020 +0100 Filtering is

Re: [tomcat-jakartaee-migration] branch master updated (5c96c0b -> 61ba095)

2020-04-06 Thread Emmanuel Bourg
Le 06/04/2020 à 17:50, Mark Thomas a écrit : >> from 5c96c0b Ignore the IntelliJ project files >> new 29ea189 Replaced NonClosing{In,Out}putStream with the equivalent >> classes from Commons IO > > -1. It adds 220k of bloat for no benefit. No the dependencies are shaded with the

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 --- Comment #5 from Michael Osipov --- I see similar errors in other tests once in a while. Doesn't this simply mean tests are flaky since sockets are not 100% reliable? -- You are receiving this mail because: You are the assignee for the

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are

[tomcat] branch 8.5.x updated: Use a constant for the data size

2020-04-06 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 6d2d07d Use a constant for the data size 6d2d07d

[tomcat] branch 9.0.x updated: Use a constant for the data size

2020-04-06 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 b7d9b2f Use a constant for the data size b7d9b2f

Re: [VOTE] Release Apache Tomcat 9.0.34

2020-04-06 Thread Coty Sutherland
On Fri, Apr 3, 2020 at 8:49 AM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.34 release is now available for voting. > > The major changes compared to the 9.0.34 release are: > > - Add support for default values when using ${...} property replacement > in configuration files. Based on a

[tomcat] branch master updated: Filtering is no longer necessary now SocketProperties is separate type

2020-04-06 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 dc0e4fe Filtering is no longer necessary now

[tomcat] 01/02: Use a separate mbean type for SocketProperties

2020-04-06 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 commit edbb6bf704246cd64a2a0af6b023b95664bfe30c Author: remm AuthorDate: Mon Apr 6 13:36:10 2020 +0200 Use a separate mbean

[tomcat] 02/02: Filtering is no longer necessary now SocketProperties is separate type

2020-04-06 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 commit 0e76570b07dcad5a4da3fedaee053b0e37fdb1a5 Author: Mark Thomas AuthorDate: Mon Apr 6 16:14:39 2020 +0100 Filtering is

[tomcat-native] branch master updated: Fix broken XMl

2020-04-06 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-native.git The following commit(s) were added to refs/heads/master by this push: new 6cc89ce Fix broken XMl 6cc89ce is

[tomcat] branch 8.5.x updated (6d2d07d -> 0e76570)

2020-04-06 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 6d2d07d Use a constant for the data size new edbb6bf Use a separate mbean type for SocketProperties new

[tomcat-jakartaee-migration] branch master updated: Revert "Made the internal classes package private"

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new a7db414 Revert "Made the

[Bug 64309] Improve repository regular expression performance used for bootstrapping Catalina

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64309 --- Comment #1 from Mark Thomas --- No objections but I do wonder if the performance difference is noticeable or even measurable given that this happens once on start-up. -- You are receiving this mail because: You are the assignee for the

[tomcat-native] branch master updated: Increment missed version number in 045721a

2020-04-06 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-native.git The following commit(s) were added to refs/heads/master by this push: new d5b811e Increment missed version number

buildbot failure in on tomcat-trunk

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

[tomcat] branch 8.5.x updated: Improve format of debugging message

2020-04-06 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 f1c6d66 Improve format of debugging message

[tomcat] branch 9.0.x updated: Improve format of debugging message

2020-04-06 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 bcebf49 Improve format of debugging message

[Bug 63671] libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63671 --- Comment #3 from George Stanchev --- Would keeping 1.0.1 for the FIPS support be incentive not to deprecate/remove support for 1.0.1 completely? -- You are receiving this mail because: You are the assignee for the bug.

Re: [tomcat-jakartaee-migration] branch master updated (5c96c0b -> 61ba095)

2020-04-06 Thread Emmanuel Bourg
Le 06/04/2020 à 18:33, Mark Thomas a écrit : > OK. But that is still 7.2k of classes rather than 2.4k of classes for > zero benefit. > > I'll withdraw my -1 because we are approaching the point where the > differences aren't worth the time spent discussing them but I still > don't like this

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 --- Comment #6 from Konstantin Kolinko --- (In reply to Remy Maucherat from comment #3) > Do you imply what the testPost test does is incorrect ? I do not see any obvious flaw in the design. I think that many clients behave like that. The

[Bug 64312] Many memberDisappeared messages are logged on all nodes of the cluster with JDK versions 12 or above, even when system is idle

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64312 Pavana Sai Mahathi Vavilala changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from

[GitHub] [tomcat] markt-asf merged pull request #266: Fix typo in exception message about quote character in repository path

2020-04-06 Thread GitBox
markt-asf merged pull request #266: Fix typo in exception message about quote character in repository path URL: https://github.com/apache/tomcat/pull/266 This is an automated message from the Apache Git Service. To respond

[GitHub] [tomcat] markt-asf commented on issue #266: Fix typo in exception message about quote character in repository path

2020-04-06 Thread GitBox
markt-asf commented on issue #266: Fix typo in exception message about quote character in repository path URL: https://github.com/apache/tomcat/pull/266#issuecomment-609835720 Thanks for the PR. I'll get it back-ported to the other supported branches.

[tomcat] branch master updated: Fix typo in exception message about quote character in repository path

2020-04-06 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 ac54135 Fix typo in exception message about

[tomcat] branch master updated: Use a constant for the data size

2020-04-06 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 80576b4 Use a constant for the data size 80576b4

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 --- Comment #10 from Remy Maucherat --- A defect from the testsuite is that it tests either JSSE or OpenSSL, not both [it would need two extra full runs to test it]. Personally, I always use OpenSSL rather than JSSE. It is a bit unexpected

API Change - Connector.java Constructor

2020-04-06 Thread Filip Hanik
Team, As I'm slowly transitioning between projects, Apache Tomcat has once again showed up in my workspace. I'm currently working on improving the embedded experience for native images. I have a pull request, [1] , that I'd like to open up a discussion

[tomcat-jakartaee-migration] branch master updated: Travis integration

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 397ff8a Travis integration

Re: API Change - Connector.java Constructor

2020-04-06 Thread Mark Thomas
On 06/04/2020 17:56, Filip Hanik wrote: > Team, > > As I'm slowly transitioning between projects, Apache Tomcat has once > again showed up in my workspace. I'm currently working on improving the > embedded experience for native images. > > I have a pull request,[1]

[tomcat-jakartaee-migration] branch master updated: Added a new line at the end of the files

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 418604f Added a new line

buildbot failure in on tomcat-9-trunk

2020-04-06 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/157 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

Re: [VOTE] Release Apache Tomcat 8.5.54

2020-04-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/3/20 10:30, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.54 release is now available for > voting. > > The major changes compared to the 8.5.53 release are: > > - Add support for default values when using ${...} property >

[GitHub] [tomcat] rmaucher commented on issue #267: Remove reflection from Connector.java

2020-04-06 Thread GitBox
rmaucher commented on issue #267: Remove reflection from Connector.java URL: https://github.com/apache/tomcat/pull/267#issuecomment-609967157 The main target of Tomcat remains Tomcat standalone, server.xml and the digester. So this means tons of reflection here and there, and I expect it

buildbot success in on tomcat-trunk

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

[tomcat-jakartaee-migration] branch master updated: Added a unit test checking the migration of a single source file

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new f6294dd Added a unit test

[Bug 63671] libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63671 --- Comment #5 from Michael Osipov --- (In reply to Mark Thomas from comment #2) > I think INVALID would have been a better resolution here. OpenSSL 1.1.0 and > earlier are no longer supported. > > There are probably still OpenSSL 1.1.0 and

Re: API Change - Connector.java Constructor

2020-04-06 Thread Filip Hanik
On Mon, Apr 6, 2020 at 11:20 AM Mark Thomas wrote: > On 06/04/2020 17:56, Filip Hanik wrote: > > Team, > > > > As I'm slowly transitioning between projects, Apache Tomcat has once > > again showed up in my workspace. I'm currently working on improving the > > embedded experience for native

[Bug 63671] libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63671 --- Comment #6 from Michael Osipov --- (In reply to Michael Osipov from comment #5) > (In reply to Mark Thomas from comment #2) > > I think INVALID would have been a better resolution here. OpenSSL 1.1.0 and > > earlier are no longer

[tomcat-native] branch master updated: Bug 64315: configure output for OpenSSL wrong/incomplete sometimes

2020-04-06 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/master by this push: new ebd4e93 Bug 64315: configure output

[Bug 64315] configure output for OpenSSL wrong/incomplete sometimes

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64315 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: sources repository for taglibs-standard-impl/specs-1.2.5-migrated-0.0.1

2020-04-06 Thread Olivier Lamy
Hi This weekend I have started running this on a server svn2git https://svn.apache.org/repos/asf/tomcat/taglibs/standard/ It may take few days to finish... Working with a svndump might be easier. Do you know if INFRA can provide this? On Sat, 28 Mar 2020 at 20:58, Olivier Lamy wrote: > > >

[tomcat-jakartaee-migration] 10/10: Test invalid options

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit c4e5c1840652d44523b38b49c3057187bfef0efb Author: Emmanuel Bourg AuthorDate: Tue Apr 7 02:52:51 2020

[tomcat-jakartaee-migration] 04/10: Renamed getEESpecLevel() to getEESpecProfile()

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit e58d4c5f5f13cfa7221cea762e046ee9df7c4936 Author: Emmanuel Bourg AuthorDate: Mon Apr 6 23:16:29 2020

[tomcat-jakartaee-migration] 06/10: Added a -verbose option

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit ec703144edb902b1db9f7298165684fd912e45f8 Author: Emmanuel Bourg AuthorDate: Mon Apr 6 23:47:43 2020

[tomcat-jakartaee-migration] 09/10: Moved common stream operation methods to the Util class

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 884aa46156a8d12634737e4bf1d73c3afc8cd51c Author: Emmanuel Bourg AuthorDate: Tue Apr 7 02:37:29 2020

[tomcat-jakartaee-migration] 07/10: Renamed NoOpConverter to PassThroughConverter

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 3618367bef264a5f34ff7eb046843dee1397a91e Author: Emmanuel Bourg AuthorDate: Mon Apr 6 23:51:32 2020

[tomcat-jakartaee-migration] 08/10: Support inplace file migration

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit f69a7d986c0105d392ac3b33f2717a6a6263ce5d Author: Emmanuel Bourg AuthorDate: Tue Apr 7 01:16:49 2020

[tomcat-jakartaee-migration] 02/10: Test with an alternative profile

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 07b9ad1bb056706922985b9f6eb3a13bc11b98cd Author: Emmanuel Bourg AuthorDate: Mon Apr 6 23:01:41 2020

[tomcat-jakartaee-migration] 01/10: One line log messages when running from the command line

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit c8afe9b579d312d8dc7f1be97e158e304c1230b4 Author: Emmanuel Bourg AuthorDate: Mon Apr 6 22:45:12 2020

[tomcat-jakartaee-migration] 03/10: Moved EESpecProfile to the top level

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 703262fce1cf10af87715696e38d3e6328594f0d Author: Emmanuel Bourg AuthorDate: Mon Apr 6 23:13:00 2020

[tomcat-jakartaee-migration] branch master updated (397ff8a -> c4e5c18)

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git. from 397ff8a Travis integration new c8afe9b One line log messages when running from the

[tomcat-jakartaee-migration] 05/10: Turned the migration profile into an instance field of the Migration class

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 39ada7099918e7f571e4119b200e79f242cf72a2 Author: Emmanuel Bourg AuthorDate: Mon Apr 6 23:28:39 2020

[Bug 64314] New: Tomcat 9.0.31 Manager Server Status Errors. javax.management.AttributeNotFoundException: Cannot find attribute [maxThreads] on resource [org.apache.tomcat.util.net.SocketProperties@7d

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64314 Bug ID: 64314 Summary: Tomcat 9.0.31 Manager Server Status Errors. javax.management.AttributeNotFoundException: Cannot find attribute [maxThreads] on resource

Re: [tomcat-native] branch BZ-63671 created (now b73ecc1)

2020-04-06 Thread Rémy Maucherat
On Mon, Apr 6, 2020 at 1:22 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > michaelo pushed a change to branch BZ-63671 > in repository https://gitbox.apache.org/repos/asf/tomcat-native.git. > > > at b73ecc1 BZ 63671: libtcnative does not compile with

[tomcat-native] branch master updated (57da160 -> b73ecc1)

2020-04-06 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git. from 57da160 Correct configure message for OpenSSL libdir add b73ecc1 BZ 63671: libtcnative does not

[Bug 64311] New: org.apache.tomcat.jni.TestSocketServerAnyLocalAddress locks entire testbed run under certain conditions

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64311 Bug ID: 64311 Summary: org.apache.tomcat.jni.TestSocketServerAnyLocalAddress locks entire testbed run under certain conditions Product: Tomcat 10 Version: 10.0.0-M3

[Bug 64312] New: Many memberDisappeared messages are logged on all nodes of the cluster with JDK versions 12 or above, even when system is idle

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64312 Bug ID: 64312 Summary: Many memberDisappeared messages are logged on all nodes of the cluster with JDK versions 12 or above, even when system is idle Product: Tomcat 8

Re: [VOTE] Release Apache Tomcat 8.5.54

2020-04-06 Thread Rémy Maucherat
On Fri, Apr 3, 2020 at 4:30 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.54 release is now available for voting. > > The major changes compared to the 8.5.53 release are: > > - Add support for default values when using ${...} property replacement > in configuration files. Based on a

[tomcat-native] branch master updated: Bump version to 1.2.24-dev

2020-04-06 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/master by this push: new 045721a Bump version to 1.2.24-dev

[Bug 63199] sslsocket handshake JVM crash

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63199 --- Comment #2 from Michael Osipov --- Does this still occur with the most recent versions of Tomcat, libtcnative and libapr? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63405] Tomcat 7.0.91.0 EXCEPTION_ACCESS_VIOLATION - Problematic frame tcnative-1.dll+0x802e

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63405 Michael Osipov changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Michael

[tomcat-jakartaee-migration] 02/03: Made the internal classes package private

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 528ccfade4ef07ac5ee240767ed7fe09ead71ab5 Author: Emmanuel Bourg AuthorDate: Mon Apr 6 15:27:15 2020

[tomcat-jakartaee-migration] branch master updated (5c96c0b -> 61ba095)

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git. from 5c96c0b Ignore the IntelliJ project files new 29ea189 Replaced

[tomcat-jakartaee-migration] 03/03: Relocated the dependencies in the shaded jar

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 61ba09577afc9fecf542d19c5cad6e79f1008ebd Author: Emmanuel Bourg AuthorDate: Mon Apr 6 15:31:29 2020

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #3 from Remy

[tomcat-jakartaee-migration] branch master updated: Ignore the IntelliJ project files

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 5c96c0b Ignore the

[Bug 64316] New: Duplicate code for obtaining native current thread id

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64316 Bug ID: 64316 Summary: Duplicate code for obtaining native current thread id Product: Tomcat Native Version: 1.2.23 Hardware: All OS: All Status: NEW

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #31 from Michael Osipov --- Does this still occur with the most recent versions of Tomcat, libtcnative and libapr? -- You are receiving this mail because: You are the assignee for the bug.

Re: [tomcat-jakartaee-migration] 01/03: Replaced NonClosing{In, Out}putStream with the equivalent classes from Commons IO

2020-04-06 Thread Emmanuel Bourg
Le 06/04/2020 à 15:38, Rémy Maucherat a écrit : > commit 29ea1891489060f3b3e40259098def5ae47645ef > Author: Emmanuel Bourg mailto:ebo...@apache.org>> > AuthorDate: Mon Apr 6 15:24:35 2020 +0200 > >     Replaced NonClosing{In,Out}putStream with the equivalent classes > from

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64317 --- Comment #2 from Konstantin Kolinko --- Created attachment 37148 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37148=edit 02_TEST-org.apache.tomcat.util.net.TestSsl.NIO2.txt Out of 4 NIO2 failures, this kind of failure occurred in

[tomcat] branch master updated: Use a separate mbean type for SocketProperties

2020-04-06 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 14406c0 Use a separate mbean type for

Re: [tomcat] branch master updated: Use a separate mbean type for SocketProperties

2020-04-06 Thread Rémy Maucherat
On Mon, Apr 6, 2020 at 1:36 PM wrote: > 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: >

Re: [VOTE] Release Apache Tomcat 10.0.0-M4

2020-04-06 Thread Emmanuel Bourg
Le 03/04/2020 à 13:28, Mark Thomas a écrit : > The proposed 10.0.0-M4 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 10.0.0-M4 Good in Debian with OpenJDK 11. Just got taglibs related test failures because the jars haven't been migrated yet. Emmanuel Bourg

[tomcat-jakartaee-migration] 01/03: Replaced NonClosing{In, Out}putStream with the equivalent classes from Commons IO

2020-04-06 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 29ea1891489060f3b3e40259098def5ae47645ef Author: Emmanuel Bourg AuthorDate: Mon Apr 6 15:24:35 2020

[Bug 64314] Tomcat 9.0.31 Manager Server Status Errors. javax.management.AttributeNotFoundException: Cannot find attribute [maxThreads] on resource [org.apache.tomcat.util.net.SocketProperties@7d396ec

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64314 Remy Maucherat changed: What|Removed |Added OS||All Resolution|---

[Bug 63671] libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63671 Michael Osipov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 64312] Many memberDisappeared messages are logged on all nodes of the cluster with JDK versions 12 or above, even when system is idle

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64312 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Remy

[Bug 63701] SSL initialize hangs with OpenSSL 1.1.1

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63701 Michael Osipov changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Michael

[Bug 64315] New: configure output for OpenSSL wrong/incomplete sometimes

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64315 Bug ID: 64315 Summary: configure output for OpenSSL wrong/incomplete sometimes Product: Tomcat Native Version: 1.2.23 Hardware: All OS: All

[Bug 63701] SSL initialize hangs with OpenSSL 1.1.1

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63701 --- Comment #2 from Michael Osipov --- Does this still occur with the most recent versions of Tomcat, libtcnative and libapr? -- You are receiving this mail because: You are the assignee for the bug.

  1   2   >