[GitHub] [tomcat-jakartaee-migration] ShamithaSIlva closed issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
ShamithaSIlva closed issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about

[GitHub] [tomcat-jakartaee-migration] ShamithaSIlva commented on issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
ShamithaSIlva commented on issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841338343 Adding the extension on the file works:

[GitHub] [tomcat-jakartaee-migration] ShamithaSIlva commented on issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
ShamithaSIlva commented on issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841323483 > Yes, just add your extension here: >

[GitHub] [tomcat-jakartaee-migration] rmaucher commented on issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
rmaucher commented on issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841321964 Yes, just add your extension here:

[GitHub] [tomcat-jakartaee-migration] ShamithaSIlva commented on issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
ShamithaSIlva commented on issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841320652 > Latest 1.0.1-SNAPSHOT here has a f ix you can test: > https://repository.apache.org/content/repositories/snapshots/ > > Note: This is NOT an official

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
markt-asf commented on issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841318850 Latest 1.0.1-SNAPSHOT here has a f ix you can test: https://repository.apache.org/content/repositories/snapshots/ Note: This is NOT an official ASF

[GitHub] [tomcat-jakartaee-migration] rmaucher commented on issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
rmaucher commented on issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841318244 Ideally, it has to be done magically [this is mandatory for the Tomcat auto deployment migration to work, since there's very little room for configuration] but this

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
markt-asf commented on issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841313392 That will need a code change. Longer term we might want to think about making this more configurable. For now, give me a few minutes and I'll have a snapshot build

[GitHub] [tomcat-jakartaee-migration] ShamithaSIlva opened a new issue #19: How can I add .groovy file support that do not get converted to .class files

2021-05-14 Thread GitBox
ShamithaSIlva opened a new issue #19: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/19 I have Groovy files having .groovy extensions that do not get compiled to .class file even after deployment. But they still have text based entries on those files like: import

[GitHub] [tomcat-jakartaee-migration] markt-asf closed issue #18: A way to skip conversion for libraries in WEB-INF/lib

2021-05-14 Thread GitBox
markt-asf closed issue #18: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/18 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on issue #18: A way to skip conversion for libraries in WEB-INF/lib

2021-05-14 Thread GitBox
markt-asf commented on issue #18: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/18#issuecomment-841257553 This is already implemented. Use the `-exclude` option on the command line or `Migration.addExclude(String)` if using the API. Note that there is also an Ant

Re: Release Managers wanted

2021-05-14 Thread Mark Thomas
On 14/05/2021 14:37, Rémy Maucherat wrote: On Fri, May 14, 2021 at 12:06 PM Mark Thomas wrote: On 14/05/2021 09:39, Rémy Maucherat wrote: On Thu, May 13, 2021 at 12:10 AM Mark Thomas wrote: So, who'd like to volunteer? Well, I used to RM Tomcat a while ago, but I don't think I was

[GitHub] [tomcat-jakartaee-migration] ShamithaSIlva opened a new issue #18: A way to skip conversion for libraries in WEB-INF/lib

2021-05-14 Thread GitBox
ShamithaSIlva opened a new issue #18: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/18 Hi first of all, thanks for the efforts for this plugin. This is not an issue but asking a way to skip conversion of libraries inside a war (WEB-INF/lib). Because libraries do not get

Re: Release Managers wanted

2021-05-14 Thread Rémy Maucherat
On Fri, May 14, 2021 at 12:06 PM Mark Thomas wrote: > On 14/05/2021 09:39, Rémy Maucherat wrote: > > On Thu, May 13, 2021 at 12:10 AM Mark Thomas wrote: > > > > >> So, who'd like to volunteer? > >> > > > > Well, I used to RM Tomcat a while ago, but I don't think I was very good > at > > it. Is

buildbot failure in on tomcat-trunk

2021-05-14 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/5827 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler

Re: Release Managers wanted

2021-05-14 Thread Mark Thomas
On 14/05/2021 09:39, Rémy Maucherat wrote: On Thu, May 13, 2021 at 12:10 AM Mark Thomas wrote: So, who'd like to volunteer? Well, I used to RM Tomcat a while ago, but I don't think I was very good at it. Is it time to start again ?? That would be great. I'm certainly not going to

Re: Release Managers wanted

2021-05-14 Thread Mark Thomas
On 14/05/2021 10:58, Emmanuel Bourg wrote: Le 2021-05-13 00:10, Mark Thomas a écrit : So, who'd like to volunteer? I can take care of the migration tool if you want. Thanks. Done :) It should all be standard the ASF / Maven release process. My personal notes on how to release just say:

Re: Release Managers wanted

2021-05-14 Thread Emmanuel Bourg
Le 2021-05-13 00:10, Mark Thomas a écrit : So, who'd like to volunteer? I can take care of the migration tool if you want. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

[tomcat] branch 8.5.x updated: Fix typos

2021-05-14 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 fdb1f56 Fix typos fdb1f56 is described below

[tomcat] 03/03: Fix typos

2021-05-14 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 945db374e75e4925b78be67552f5b362cbfe00d7 Author: Mark Thomas AuthorDate: Fri May 14 10:48:56 2021 +0100 Fix typos

[tomcat] branch 9.0.x updated: Fix typos

2021-05-14 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 52fe669 Fix typos 52fe669 is described below

[tomcat] 01/03: Add release date for 10.0.6

2021-05-14 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 e0014f2b77b44aecd56c68911d28ab3344506e6c Author: Mark Thomas AuthorDate: Wed May 12 22:52:03 2021 +0100 Add release

[tomcat] branch master updated (1b2cad4 -> 945db37)

2021-05-14 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 1b2cad4 Refactor to use compile time rather than run time type checking new e0014f2 Add release date for

[tomcat] 02/03: Remove unnecessary code - packageless classes are not supported

2021-05-14 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 7d5f38c44a157cd01ad3cab67e1f4c4ea89d193d Author: Mark Thomas AuthorDate: Fri May 14 09:39:23 2021 +0100 Remove

Re: Release Managers wanted

2021-05-14 Thread Rémy Maucherat
On Thu, May 13, 2021 at 12:10 AM Mark Thomas wrote: > All, > > Assuming 7.0.109 is the last Tomcat 7 release I am the current release > manager for 10.0.x, 9.0.x, 8.5.x, migration tool, native and mod_jk. I'd > like to share the load and the knowledge a little. > > The step-by-step release

Re: Release Managers wanted

2021-05-14 Thread Mark Thomas
On 13/05/2021 21:36, Christopher Schultz wrote: Michael, On 5/13/21 13:01, Michael Osipov wrote: Am 2021-05-13 um 00:10 schrieb Mark Thomas: All, Assuming 7.0.109 is the last Tomcat 7 release I am the current release manager for 10.0.x, 9.0.x, 8.5.x, migration tool, native and mod_jk. I'd