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 l
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 proces
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 10.0.
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 unnec
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
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
comm
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
--
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
comm
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, e
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:
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 compl
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 sc
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
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
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 ve
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
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 ser
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 javax.se
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
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
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 release.
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
rmaucher commented on issue #19:
URL:
https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841321964
Yes, just add your extension here:
https://github.com/apache/tomcat-jakartaee-migration/blob/master/src/main/java/org/apache/tomcat/jakartaee/TextConverter.java#L3
ShamithaSIlva commented on issue #19:
URL:
https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841323483
> Yes, just add your extension here:
>
https://github.com/apache/tomcat-jakartaee-migration/blob/master/src/main/java/org/apache/tomcat/jakartaee/TextConverte
ShamithaSIlva commented on issue #19:
URL:
https://github.com/apache/tomcat-jakartaee-migration/issues/19#issuecomment-841338343
Adding the extension on the file works:
https://github.com/apache/tomcat-jakartaee-migration/blob/master/src/main/java/org/apache/tomcat/jakartaee/TextConvert
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 this
26 matches
Mail list logo