[GitHub] [tomcat-jakartaee-migration] mdoerschmidt opened a new issue #13: List modified files

2021-02-08 Thread GitBox
mdoerschmidt opened a new issue #13: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/13 At the moment all files are shown that have been processed by the tool. A list of all files that have been modified by the tools would be great to see, which (Jar) files must be

RE: [ANN] Apache Tomcat 7.0.108 released

2021-02-08 Thread jonmcalexander
We are getting the firewall error again like we did once last year, stating that its blacklisted. Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President Middleware Product Engineering Enterprise CIO | Platform Services | Middleware | Infrastructure

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on issue #5: ability to ignore file extensions?

2021-02-08 Thread GitBox
markt-asf commented on issue #5: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/5#issuecomment-775372398 Fix, primarily in fc2245dd, with the addition of an option that processes Zip archives in memory rather than via streaming.

[GitHub] [tomcat-jakartaee-migration] markt-asf closed issue #5: ability to ignore file extensions?

2021-02-08 Thread GitBox
markt-asf closed issue #5: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/5 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[tomcat-jakartaee-migration] branch master updated: Update chnagelog

2021-02-08 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 1a8f20a Update chnagelog

[tomcat-jakartaee-migration] 01/03: Only write the part of the buffer that contains data

2021-02-08 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-jakartaee-migration.git commit 9f3c4479c0b9ba3f46a37d7292062f73cb6523b4 Author: Mark Thomas AuthorDate: Mon Feb 8 17:17:25 2021

[tomcat-jakartaee-migration] 03/03: Spring Boot apps require conversion of a couple more configuration files

2021-02-08 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-jakartaee-migration.git commit c02864ebb26559e40591efccbf7e9496deed7214 Author: Mark Thomas AuthorDate: Mon Feb 8 18:02:00 2021

[tomcat-jakartaee-migration] 02/03: Fix duplicate conversion

2021-02-08 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-jakartaee-migration.git commit 67cc4f94eb64cdd56151c5b2fe6b52ef669104ce Author: Mark Thomas AuthorDate: Mon Feb 8 17:39:55 2021

[tomcat-jakartaee-migration] branch master updated (018a7d8 -> c02864e)

2021-02-08 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-jakartaee-migration.git. from 018a7d8 Migrate all the Manifest attributes new 9f3c447 Only write the part of the buffer

[Bug 65131] New: OpenSSLEngine errors on a connection affect other connections

2021-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65131 Bug ID: 65131 Summary: OpenSSLEngine errors on a connection affect other connections Product: Tomcat 9 Version: 9.0.34 Hardware: PC OS: Linux

[tomcat-jakartaee-migration] branch master updated: Migrate all the Manifest attributes

2021-02-08 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 018a7d8 Migrate all the

[tomcat-jakartaee-migration] branch master updated: Add name so maven-shade-plugin picks it up for the NOTICE file

2021-02-08 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new cef2c08 Add name so

Re: tomcat-jakartaee-migration: shaded jar missing from bin download

2021-02-08 Thread Mark Thomas
On 08/02/2021 13:27, Rainer Jung wrote: > Hi there, > > the shaded jar jakartaee-migration-0.1.0-shaded.jar is missing in the > current bin download file jakartaee-migration-0.1.0-bin.tar.gz. > > The README.md me ntions it, the source dist builds it and it seems to > work, so it should probably

[tomcat-jakartaee-migration] branch master updated: Update copyright year

2021-02-08 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 2e3ec84 Update copyright

[tomcat-jakartaee-migration] branch master updated: Add filter for use when shading commons-compress

2021-02-08 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 0fb007b Add filter for use

Re: tomcat-jakartaee-migration: ".mvn" missing from source download

2021-02-08 Thread Mark Thomas
On 08/02/2021 13:24, Rainer Jung wrote: > Hi there, > > the directory .mvn and its contents is missing in the current source > download file jakartaee-migration-0.1.0-src.tar.gz. > > Without it, the tool can not be rebuild: > > Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ... >

[tomcat-jakartaee-migration] branch master updated: Add Maven wrapper files to source distribution

2021-02-08 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 7692887 Add Maven wrapper

[tomcat-jakartaee-migration] 02/02: New features added. Increment minor version.

2021-02-08 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-jakartaee-migration.git commit bda72670f13df48129204593b40798f24b358bf5 Author: Mark Thomas AuthorDate: Mon Feb 8 13:59:16 2021

[tomcat-jakartaee-migration] 01/02: Fix#5 Add a new -zipInMemory option

2021-02-08 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-jakartaee-migration.git commit fc2245dd5d7d605e77d31a33221fa4af5ce08f7d Author: Mark Thomas AuthorDate: Mon Feb 8 13:58:15 2021

[tomcat-jakartaee-migration] branch master updated (72e13d2 -> bda7267)

2021-02-08 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-jakartaee-migration.git. from 72e13d2 Output the stack trace when the log message includes an exception new fc2245d

[Bug 65118] Spurious null pointer exception in Http2UpgradeHandler when reloading web page

2021-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65118 Mattias changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

tomcat-jakartaee-migration: shaded jar missing from bin download

2021-02-08 Thread Rainer Jung
Hi there, the shaded jar jakartaee-migration-0.1.0-shaded.jar is missing in the current bin download file jakartaee-migration-0.1.0-bin.tar.gz. The README.md me ntions it, the source dist builds it and it seems to work, so it should probably be bundled. Best regards, Rainer

tomcat-jakartaee-migration: ".mvn" missing from source download

2021-02-08 Thread Rainer Jung
Hi there, the directory .mvn and its contents is missing in the current source download file jakartaee-migration-0.1.0-src.tar.gz. Without it, the tool can not be rebuild: Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ... ./mvnw[223]:

Re: [External] : Re: JDK 16 is now in the Release Candidate Phase

2021-02-08 Thread Rory O'Donnell
Many Thanks Martin! On 08/02/2021 12:44, Martin Grigorov wrote: Hi Rory, Apache Tomcat's build and tests pass successfully with JDK 16 b35 & 17 b8 on Ubuntu 20.04 x86_64 and aarch64! Regards, Martin On Fri, Feb 5, 2021 at 1:12 PM Rory O'Donnell mailto:rory.odonn...@oracle.com>> wrote:

Re: JDK 16 is now in the Release Candidate Phase

2021-02-08 Thread Martin Grigorov
Hi Rory, Apache Tomcat's build and tests pass successfully with JDK 16 b35 & 17 b8 on Ubuntu 20.04 x86_64 and aarch64! Regards, Martin On Fri, Feb 5, 2021 at 1:12 PM Rory O'Donnell wrote: > > *Hi Mark, * > > *Per the JDK 16 schedule , we are in the Release Candidate Phase**[1] .* > > *Please

[tomcat] branch 9.0.x updated: New releases

2021-02-08 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 831aa32 New releases 831aa32 is described below

[tomcat] branch master updated: New releases

2021-02-08 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 8626277 New releases 8626277 is described below

[tomcat] branch 9.0.x updated: Fix test which would also match NIO2

2021-02-08 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 d6818de Fix test which would also match NIO2

Re: JDK 16 is now in the Release Candidate Phase

2021-02-08 Thread Rémy Maucherat
On Mon, Feb 8, 2021 at 11:18 AM Martin Grigorov wrote: > Hi Rémy, > > On Mon, Feb 8, 2021 at 11:23 AM Rémy Maucherat wrote: > > > On Mon, Feb 8, 2021 at 10:10 AM Martin Grigorov > > wrote: > > > > > Hi devs, > > > > > > TestXxxEndpoint fails concitently on both JDK 16 b35 and JDK 17 b8 > with:

[tomcat] branch master updated: Fix test which would also match NIO2

2021-02-08 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 b02e7fd Fix test which would also match NIO2

Re: JDK 16 is now in the Release Candidate Phase

2021-02-08 Thread Martin Grigorov
Hi Rémy, On Mon, Feb 8, 2021 at 11:23 AM Rémy Maucherat wrote: > On Mon, Feb 8, 2021 at 10:10 AM Martin Grigorov > wrote: > > > Hi devs, > > > > TestXxxEndpoint fails concitently on both JDK 16 b35 and JDK 17 b8 with: > > > > Testsuite: org.apache.tomcat.util.net.TestXxxEndpoint > > Tests run:

[tomcat-jakartaee-migration] branch master updated: Output the stack trace when the log message includes an exception

2021-02-08 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 72e13d2 Output the stack

[GitHub] [tomcat-jakartaee-migration] markt-asf closed pull request #12: Update README: only SOME packages have been moved to jakarta.

2021-02-08 Thread GitBox
markt-asf closed pull request #12: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: JDK 16 is now in the Release Candidate Phase

2021-02-08 Thread Rémy Maucherat
On Mon, Feb 8, 2021 at 10:10 AM Martin Grigorov wrote: > Hi devs, > > TestXxxEndpoint fails concitently on both JDK 16 b35 and JDK 17 b8 with: > > Testsuite: org.apache.tomcat.util.net.TestXxxEndpoint > Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.983 sec > -

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on pull request #12: Update README: only SOME packages have been moved to jakarta.

2021-02-08 Thread GitBox
markt-asf commented on pull request #12: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/12#issuecomment-775000851 Fair point that the old text didn't make clear that not all javax packages were part of Java EE. However, I think this proposal goes to far the other way and

[ANN] Apache Tomcat 7.0.108 released

2021-02-08 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.108. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

[tomcat-jakartaee-migration] branch master updated: Improve wording

2021-02-08 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-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new d73ce65 Improve wording

svn commit: r45882 - /release/tomcat/tomcat-7/v7.0.107/

2021-02-08 Thread violetagg
Author: violetagg Date: Mon Feb 8 09:15:52 2021 New Revision: 45882 Log: Remove 7.0.107 Removed: release/tomcat/tomcat-7/v7.0.107/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

svn commit: r1886307 - in /tomcat/site/trunk/docs: ./ tomcat-7.0-doc/ tomcat-7.0-doc/annotationapi/ tomcat-7.0-doc/annotationapi/javax/annotation/ tomcat-7.0-doc/annotationapi/javax/annotation/securit

2021-02-08 Thread violetagg
Author: violetagg Date: Mon Feb 8 09:12:08 2021 New Revision: 1886307 URL: http://svn.apache.org/viewvc?rev=1886307=rev Log: Update docs for Apache Tomcat 7.0.108 release. [This commit notification would consist of 75 parts, which exceeds the limit of 50 ones, so it was shortened to the

[tomcat] branch master updated: Update to first stable 10 build

2021-02-08 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 052ff33 Update to first stable 10 build 052ff33

Re: JDK 16 is now in the Release Candidate Phase

2021-02-08 Thread Martin Grigorov
Hi devs, TestXxxEndpoint fails concitently on both JDK 16 b35 and JDK 17 b8 with: Testsuite: org.apache.tomcat.util.net.TestXxxEndpoint Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.983 sec - Standard Error - 08-Feb-2021 08:38:08.129 INFO [main]

svn commit: r1886306 - in /tomcat/site/trunk: ./ docs/ xdocs/

2021-02-08 Thread violetagg
Author: violetagg Date: Mon Feb 8 08:55:33 2021 New Revision: 1886306 URL: http://svn.apache.org/viewvc?rev=1886306=rev Log: Updates (excluding docs) for 7.0.108 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf