[tomcat] branch master updated: Jakarta EE 9 is has a minimum of Java 8

2020-01-15 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 916d449 Jakarta EE 9 is has a minimum of Java 8

[tomcat] branch 9.0.x updated: Only master needs export

2020-01-15 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 89edf9a Only master needs export 89edf9a is

[tomcat] branch 8.5.x updated: Tab police

2020-01-15 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 7aaf5a7 Tab police 7aaf5a7 is described below

Re: Tomcat 7.0.x end of life

2020-01-15 Thread Michael Osipov
Am 2020-01-14 um 21:56 schrieb Mark Thomas: Hi all, This has been mentioned several times as we have figured out our approach to Jakarta EE 9 and Tomcat 10. I'd like to formally propose that we announce end of life for Tomcat 7.0.x as 31 March 2021. +1

[Bug 62971] Revert the fix for 49464 in tomcat 9

2020-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62971 --- Comment #7 from fuminz...@crd.com --- Note that in debug that encountered the problem (in my particular case anyway), in the DefaultServlet.java, even when: outputEncoding != org.apache.coyote.Constants.DEFAULT_BODY_CHARSET.name() becomes

[Bug 62971] Revert the fix for 49464 in tomcat 9

2020-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62971 --- Comment #6 from fuminz...@crd.com --- It turns out the issue behavior is not related to struts/tiles/action. I am able to develop a simple jsp that encounter the issue - still want to trim down further before I submit the pacakge. But it

[tomcat] branch 9.0.x updated (581b30f -> c8c99bd)

2020-01-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 581b30f Align master, 9.0.x and 8.5.x new 350f3cf Use setProperty and test return value in preference to

[tomcat] 01/03: Use setProperty and test return value in preference to setAttribute

2020-01-15 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 commit 350f3cf2106c88f6574998b1d3bc69edeaa1284b Author: Mark Thomas AuthorDate: Wed Jan 15 19:40:52 2020 + Use

[tomcat] 03/03: Deprecate pollerThreadCount

2020-01-15 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 commit c8c99bd2e57c4804b3bdb667d7b4e5f4ccb28640 Author: Mark Thomas AuthorDate: Wed Jan 15 19:44:54 2020 + Deprecate

[tomcat] 02/03: pollerThreadCount does not exist for APR

2020-01-15 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 commit b9da6430b0f8e4bbcfc2ca98779b90f697a26933 Author: Mark Thomas AuthorDate: Wed Jan 15 19:42:44 2020 +

[tomcat] 03/04: Deprecate pollerThreadCount

2020-01-15 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 f79c5e90aa57ee449a23515cdcb2f4536a3b2a2c Author: Mark Thomas AuthorDate: Wed Jan 15 19:44:54 2020 + Deprecate

[tomcat] 04/04: Remove deprecated code

2020-01-15 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 7b5a78864362665ac3933db0b673467bca92c3cd Author: Mark Thomas AuthorDate: Wed Jan 15 19:45:08 2020 + Remove

[tomcat] 01/04: Use setProperty and test return value in preference to setAttribute

2020-01-15 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 13b03a8fe99db5189c8fabb7d63a5b151db6fa60 Author: Mark Thomas AuthorDate: Wed Jan 15 19:40:52 2020 + Use

[tomcat] branch master updated (a30e868 -> 7b5a788)

2020-01-15 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 a30e868 Version update new 13b03a8 Use setProperty and test return value in preference to setAttribute

[tomcat] 02/04: pollerThreadCount does not exist for APR

2020-01-15 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 5773385b952d0e32edd7ac8711550676de6b7b5c Author: Mark Thomas AuthorDate: Wed Jan 15 19:42:44 2020 +

[GitHub] [tomcat] bitcod3r commented on a change in pull request #232: Fix handling of query parameters with no value, like `?foo`

2020-01-15 Thread GitBox
bitcod3r commented on a change in pull request #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232#discussion_r367052401 ## File path: res/tomcat-maven/README.md ## @@ -39,7 +39,7 @@ mvn clean; mvn package ```

Re: [tomcat] 01/02: Update tests to use SSLHostConfig for TLS configuration

2020-01-15 Thread Mark Thomas
On 15/01/2020 16:41, Rémy Maucherat wrote: > On Wed, Jan 15, 2020 at 5:35 PM Mark Thomas > wrote: > While I was doing this I did wonder about deprecating/removing > [get|set]Attribute on Connector (and any other element where we have > both

[tomcat] 02/02: Align master, 9.0.x and 8.5.x - Simplify

2020-01-15 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 10be4d11bec0ed2f725b249f2c6afb89ced5d301 Author: Mark Thomas AuthorDate: Wed Jan 15 17:06:31 2020 + Align

[tomcat] branch master updated: Version update

2020-01-15 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 a30e868 Version update a30e868 is described

[tomcat] 01/02: Align master, 9.0.x and 8.5.x

2020-01-15 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 17e063f8339d492c0c0ee9bc18c27b85620fe794 Author: Mark Thomas AuthorDate: Wed Jan 15 17:00:37 2020 + Align

[tomcat] branch 8.5.x updated (a6d1837 -> 10be4d1)

2020-01-15 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 a6d1837 Align master, 9.0.x and 8.5.x new 17e063f Align master, 9.0.x and 8.5.x new 10be4d1 Align master,

Re: [tomcat] 01/02: Update tests to use SSLHostConfig for TLS configuration

2020-01-15 Thread Rémy Maucherat
On Wed, Jan 15, 2020 at 5:35 PM Mark Thomas wrote: > On 15/01/2020 16:01, Rémy Maucherat wrote: > > On Wed, Jan 15, 2020 at 4:37 PM > > wrote: > > > > This is an automated email from the ASF dual-hosted git repository. > > > > markt pushed a commit to branch

[tomcat] branch 8.5.x updated: Align master, 9.0.x and 8.5.x

2020-01-15 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 a6d1837 Align master, 9.0.x and 8.5.x a6d1837 is

[tomcat] branch 9.0.x updated: Align master, 9.0.x and 8.5.x

2020-01-15 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 581b30f Align master, 9.0.x and 8.5.x 581b30f is

[tomcat] 01/02: Version updates spotted reviewing master/9.0.x/8.5.x diff

2020-01-15 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 fcfa634484dc212db000669d107942fa915ad34f Author: Mark Thomas AuthorDate: Wed Jan 15 16:36:58 2020 + Version

[tomcat] 02/02: Align master, 9.0.x and 8.5.x

2020-01-15 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 cd5a2ed796271df34a946d3a79187820f9e80602 Author: Mark Thomas AuthorDate: Wed Jan 15 16:37:17 2020 + Align

[tomcat] branch master updated (973b0a3 -> cd5a2ed)

2020-01-15 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 973b0a3 Remove support for deprecated TLS configuration style new fcfa634 Version updates spotted reviewing

Re: [tomcat] 01/02: Update tests to use SSLHostConfig for TLS configuration

2020-01-15 Thread Mark Thomas
On 15/01/2020 16:01, Rémy Maucherat wrote: > On Wed, Jan 15, 2020 at 4:37 PM > wrote: > > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository

[Bug 62971] Revert the fix for 49464 in tomcat 9

2020-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62971 --- Comment #5 from fuminz...@crd.com --- Also it appears to require struts(1) action/tiles to get it happen - a simple jsp with c:import does not show the issue behavior. -- You are receiving this mail because: You are the assignee for the

[Bug 62971] Revert the fix for 49464 in tomcat 9

2020-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62971 --- Comment #4 from fuminz...@crd.com --- I am able to have an isolated case to reproduce the "bug" behavior now. Still need to clean up a bit more before I submit. But a quick update: previously in the scenario I couldn't reproduce the "bug",

Re: [tomcat] 01/02: Update tests to use SSLHostConfig for TLS configuration

2020-01-15 Thread Rémy Maucherat
On Wed, Jan 15, 2020 at 4:37 PM wrote: > 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 c64ccf3fd2bd58949360ab05b2f20da610b2c999 > Author: Mark Thomas >

[tomcat] branch 8.5.x updated: Update tests to use SSLHostConfig for TLS configuration

2020-01-15 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 4e7fd2e Update tests to use SSLHostConfig for TLS

[tomcat] 02/02: Remove support for deprecated TLS configuration style

2020-01-15 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 973b0a304532a1d5a63b36ff88842e933cc91b82 Author: Mark Thomas AuthorDate: Wed Jan 15 15:36:40 2020 + Remove

[tomcat] branch 9.0.x updated: Update tests to use SSLHostConfig for TLS configuration

2020-01-15 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 787f938 Update tests to use SSLHostConfig for TLS

[tomcat] branch master updated (9b328a6 -> 973b0a3)

2020-01-15 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 9b328a6 Skip setting attribute that is neither supported nor required for APR new c64ccf3 Update tests to use

[tomcat] 01/02: Update tests to use SSLHostConfig for TLS configuration

2020-01-15 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 c64ccf3fd2bd58949360ab05b2f20da610b2c999 Author: Mark Thomas AuthorDate: Wed Jan 15 15:36:05 2020 + Update

Re: Tomcat 7.0.x end of life

2020-01-15 Thread Coty Sutherland
On Tue, Jan 14, 2020 at 3:56 PM Mark Thomas wrote: > Hi all, > > This has been mentioned several times as we have figured out our > approach to Jakarta EE 9 and Tomcat 10. I'd like to formally propose > that we announce end of life for Tomcat 7.0.x as 31 March 2021. > > Thoughts? > +1 > >

Re: Tomcat 7.0.x end of life

2020-01-15 Thread Keiichi Fujino
2020年1月15日(水) 5:56 Mark Thomas : > Hi all, > > This has been mentioned several times as we have figured out our > approach to Jakarta EE 9 and Tomcat 10. I'd like to formally propose > that we announce end of life for Tomcat 7.0.x as 31 March 2021. > > Thoughts? > > +1 > Mark > >

[Bug 64073] CompressionConfig does not clear Content-Length header if already set

2020-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64073 bclozel changed: What|Removed |Added Resolution|--- |INVALID Status|NEEDINFO

[Bug 64073] CompressionConfig does not clear Content-Length header if already set

2020-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64073 --- Comment #2 from Andy Wilkinson --- In this particular case (Spring Framework's reactive web stack adapted to Tomcat), it's being set via TomcatHeadersAdapter [1]. It works directly with MimeHeaders. I suspect that's the cause of the

[tomcat] 03/06: Correct property name

2020-01-15 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 3b3b0b570878b9122d0285046bbdf4acb00e5720 Author: Mark Thomas AuthorDate: Wed Jan 15 11:45:04 2020 + Correct

[tomcat] 02/06: Remove debug code

2020-01-15 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 fab9ed224963cdd5da6b2bb9c7874a928882048c Author: Mark Thomas AuthorDate: Wed Jan 15 11:44:52 2020 + Remove debug

[tomcat] 05/06: Correct property name

2020-01-15 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 7b2c9ba82011ccefba1577bfdecc72bd1e186f34 Author: Mark Thomas AuthorDate: Wed Jan 15 11:47:12 2020 + Correct

[tomcat] 06/06: Skip setting attribute that is neither supported nor required for APR

2020-01-15 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 ec2e21b4210b503c4050e6c1332d29b1dba50987 Author: Mark Thomas AuthorDate: Wed Jan 15 12:01:45 2020 + Skip setting

[tomcat] 04/06: Correct property name

2020-01-15 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 c7316cb683c2becc07f6ac09ad3a72db8b9fa67f Author: Mark Thomas AuthorDate: Wed Jan 15 11:45:52 2020 + Correct

[tomcat] 01/06: Check that uses of Connector.setProperty() in tests complete correctly

2020-01-15 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 83bebc8e05fd0d8f596c11bb16f3f95f40ea79e2 Author: Mark Thomas AuthorDate: Wed Jan 15 11:44:40 2020 + Check that

[tomcat] branch 8.5.x updated (aa0881c -> ec2e21b)

2020-01-15 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 aa0881c Fix IDE warnings new 83bebc8 Check that uses of Connector.setProperty() in tests complete correctly

[tomcat] 01/06: Check that uses of Connector.setProperty() in tests complete correctly

2020-01-15 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 commit 1246b14b2d93e49c57ee35d875e03436d7daf28d Author: Mark Thomas AuthorDate: Wed Jan 15 11:44:40 2020 + Check that

[tomcat] 03/06: Correct property name

2020-01-15 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 commit 494d4300ce32b4792abd765cecc5c60d1a122c7d Author: Mark Thomas AuthorDate: Wed Jan 15 11:45:04 2020 + Correct

[tomcat] 04/06: Correct property name

2020-01-15 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 commit 5652e14cc4be6db7f604bea14335c5556309e994 Author: Mark Thomas AuthorDate: Wed Jan 15 11:45:52 2020 + Correct

[tomcat] branch 9.0.x updated (5de844f -> 73b3db3)

2020-01-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 5de844f Remove Tomcat 10 item new 1246b14 Check that uses of Connector.setProperty() in tests complete

[tomcat] 02/06: Remove debug code

2020-01-15 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 commit 34eabbb3470bbc02cbee804d1eb4d5a181043d6d Author: Mark Thomas AuthorDate: Wed Jan 15 11:44:52 2020 + Remove debug

[tomcat] 06/06: Skip setting attribute that is neither supported nor required for APR

2020-01-15 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 commit 73b3db362dc391669b18c88f5213937fbea1bfb1 Author: Mark Thomas AuthorDate: Wed Jan 15 12:01:45 2020 + Skip setting

[tomcat] 05/06: Correct property name

2020-01-15 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 commit 013bf092446565233eedcc9e9b021cf0ec349062 Author: Mark Thomas AuthorDate: Wed Jan 15 11:47:12 2020 + Correct

[tomcat] 02/07: Check that uses of Connector.setProperty() in tests complete correctly

2020-01-15 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 200d15ae5b1150b46ca1e1400fe9d2d0ba10d9d3 Author: Mark Thomas AuthorDate: Wed Jan 15 11:44:40 2020 + Check that

[tomcat] 03/07: Remove debug code

2020-01-15 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 e6127effe4c4b7c819849bbcd35ee79586ad291c Author: Mark Thomas AuthorDate: Wed Jan 15 11:44:52 2020 + Remove

[tomcat] 06/07: Correct property name

2020-01-15 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 ba8730a83d5a8a10b6daee852c868cdda3f4fb22 Author: Mark Thomas AuthorDate: Wed Jan 15 11:47:12 2020 + Correct

[tomcat] 07/07: Skip setting attribute that is neither supported nor required for APR

2020-01-15 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 9b328a648cbcd1e2a982710465e347003e32c96b Author: Mark Thomas AuthorDate: Wed Jan 15 12:01:45 2020 + Skip

[tomcat] 05/07: Correct property name

2020-01-15 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 5e546d01ea946509f38d5cb68ed0b6283e1172fc Author: Mark Thomas AuthorDate: Wed Jan 15 11:45:52 2020 + Correct

[tomcat] 01/07: Remove @SuppressWarnings that is now unnecessary

2020-01-15 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 fa1e9cee22e4314b55509fb04d369087793ab22d Author: Mark Thomas AuthorDate: Wed Jan 15 11:24:14 2020 + Remove

[tomcat] 04/07: Correct property name

2020-01-15 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 4c91d860c654b0746eede25df822d30c0c5a5583 Author: Mark Thomas AuthorDate: Wed Jan 15 11:45:04 2020 + Correct

[tomcat] branch master updated (4036762 -> 9b328a6)

2020-01-15 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 4036762 Remove deprecated method new fa1e9ce Remove @SuppressWarnings that is now unnecessary new 200d15a

[tomcat] branch master updated: Remove deprecated method

2020-01-15 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 9378f6d Remove deprecated method 9378f6d is

[tomcat] branch master updated: Remove deprecated method

2020-01-15 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 4036762 Remove deprecated method 4036762 is

[tomcat] branch master updated: Remove deprecated main method

2020-01-15 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 7262215 Remove deprecated main method 7262215 is

[tomcat] branch master updated: Remove deprecated Vary class

2020-01-15 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 ab9ce1d Remove deprecated Vary class ab9ce1d is

[tomcat] branch master updated: Remove unused deprecated field

2020-01-15 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 6032a54 Remove unused deprecated field 6032a54

[tomcat] branch master updated: Remove unused deprecated code

2020-01-15 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 8c4b36d Remove unused deprecated code 8c4b36d is

[tomcat] branch master updated: Delete some deprecated code planned for removal in Tomcat 10

2020-01-15 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 51a2e60 Delete some deprecated code planned for

[tomcat] branch master updated: Delete some deprecated code planned for removal in Tomcat 10

2020-01-15 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 a50060f Delete some deprecated code planned for

[tomcat] branch 9.0.x updated: Remove Tomcat 10 item

2020-01-15 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 5de844f Remove Tomcat 10 item 5de844f is described

[tomcat] branch master updated: Remove implementation of removed, deprecated method

2020-01-15 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 fa1f7ae Remove implementation of removed,

[tomcat] branch master updated (46fbf32 -> 01717bb)

2020-01-15 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 46fbf32 Remove the deprecated JmxRemoteLifecycleListener new d9b030c Delete some deprecated code planned for

[tomcat] 02/02: Delete some deprecated code planned for removal in Tomcat 10

2020-01-15 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 01717bb1fa872208c63ca9757567bb2ee5dc2fb2 Author: Mark Thomas AuthorDate: Wed Jan 15 09:35:05 2020 + Delete some

[tomcat] 01/02: Delete some deprecated code planned for removal in Tomcat 10

2020-01-15 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 d9b030cfb24555169c49da3306110f8f21d5cc23 Author: Mark Thomas AuthorDate: Wed Jan 15 09:29:43 2020 + Delete some

[tomcat] branch master updated (8ae9b83 -> 46fbf32)

2020-01-15 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 8ae9b83 Update Maven snapshot version new fca2646 Delete some deprecated code planned for removal in Tomcat 10

[tomcat] 02/02: Remove the deprecated JmxRemoteLifecycleListener

2020-01-15 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 46fbf32e556f39ff10dc5bceb51ec751b10f2a12 Author: Mark Thomas AuthorDate: Wed Jan 15 09:25:18 2020 + Remove the

[tomcat] 01/02: Delete some deprecated code planned for removal in Tomcat 10

2020-01-15 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 fca2646517537fd85505d448f9a09422b4619db8 Author: Mark Thomas AuthorDate: Wed Jan 15 09:21:03 2020 + Delete some

Re: Tomcat 7.0.x end of life

2020-01-15 Thread Rémy Maucherat
On Tue, Jan 14, 2020 at 9:56 PM Mark Thomas wrote: > Hi all, > > This has been mentioned several times as we have figured out our > approach to Jakarta EE 9 and Tomcat 10. I'd like to formally propose > that we announce end of life for Tomcat 7.0.x as 31 March 2021. > > Thoughts? > +1 Rémy