On 19/01/2022 07:47, Romain Manni-Bucau wrote:
Hi Mark,
It is possible to use jdk.javadoc/jdk.compiler as libs and plug in through
the Context class forcing a JavaFileManager to force a DocFileFactory in
the HtmlConfiguration but it will be way more complex than
unzipping/rezipping the jar.
Ni
Hi Mark,
It is possible to use jdk.javadoc/jdk.compiler as libs and plug in through
the Context class forcing a JavaFileManager to force a DocFileFactory in
the HtmlConfiguration but it will be way more complex than
unzipping/rezipping the jar.
Another option can be a light javaagent patching the
xiezhaokun commented on pull request #462:
URL: https://github.com/apache/tomcat/pull/462#issuecomment-1016133726
https://github.com/apache/tomcat/commit/d871a229da1408520614c87fd1f50af5c0d639ca
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
chenyonghui opened a new pull request #465:
URL: https://github.com/apache/tomcat/pull/465
update catalina.usage in Chinese LocalString.properties
--
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
Mark,
On 1/18/22 15:03, Mark Thomas wrote:
On 18/01/2022 19:39, Mark Thomas wrote:
The first issue looks relatively simple to fix. I don't see an easy
fix for the second. My best idea so far is some sort of
post-processing for the Javadoc generation that extracts the file from
the zip, set
All,
Apologies for the copy/paste errors in previous [VOTE] messages.
Thunderbird is refusing to find more than one instance of a string an an
outgoing message. :/
Vote and details are below...
On 1/18/22 17:26, Christopher Schultz wrote:
The proposed Apache Tomcat 8.5.75 release is now ava
The proposed Apache Tomcat 8.5.75 release is now available for voting.
The one notable change compared to 8.5.74 (which was not released due to
this bug) is:
- Correct a regression in the fix for BZ 65785 that broke HTTP/2
server push.
The notable changes compared to 8.5.73 are:
- Pr
The proposed Apache Tomcat 8.5.75 release is now available for voting.
The one notable change compared to 8.5.74 (which was not released due to
this bug) is:
- Correct a regression in the fix for BZ 65785 that broke HTTP/2
server push.
The notable changes compared to 8.5.73 are:
- Pr
On 18/01/2022 19:39, Mark Thomas wrote:
The first issue looks relatively simple to fix. I don't see an easy fix
for the second. My best idea so far is some sort of post-processing for
the Javadoc generation that extracts the file from the zip, sets the
timestamp and then re-zips it. Suggesti
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 929a34cf8e1b9cad97324734dbfeda5a6dce3207
Author: Mark Thomas
AuthorDate: Tue Jan 18 19:49:30 2022 +
Fix order to s
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 534b884 Use same options for all Javadoc tasks
534
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 7bc3fff66f916643c90d2947190fdc997f53176e
Author: Mark Thomas
AuthorDate: Tue Jan 18 19:49:30 2022 +
Fix order to
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 dd82317446c1e3afd0d31452ee6474f5976ae590
Author: Mark Thomas
AuthorDate: Tue Jan 18 19:49:48 2022 +
Use same opti
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 a4f1d05 Align Derby version used with 10.1.x and 10.0.x
new 7bc3fff Fix order to support reproducible builds
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 93c70938204aaa451f332578bec70fef1138e193
Author: Mark Thomas
AuthorDate: Tue Jan 18 19:49:48 2022 +
Use same opt
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit f0cb9b0741955a5f5b877aed2771598ec09bc44c
Author: Mark Thomas
AuthorDate: Tue Jan 18 19:49:30 2022 +
Fix order to
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 628cfd7 Align Derby version used with 10.1.x
new f0cb9b0 Fix order to support reproducible builds
new 93c7
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit bbab94ed3804e5df686febeb284d6a814f81824f
Author: Mark Thomas
AuthorDate: Tue Jan 18 19:49:48 2022 +
Use same optio
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 21aa5c0 Increment version number for next development cycle
new 929a34c Fix order to support reproducible builds
Hi all,
I've been looking at reproducible builds and my research so far
indicates we have the following issues to solve:
1. ObjectReflectionPropertyInspector is not generating consistent code
for XReflectionIntrospectionUtils. I think this is due to the various
hash based collections returni
cklein05 commented on pull request #463:
URL: https://github.com/apache/tomcat/pull/463#issuecomment-1015511489
We could always remove the new _attributes_ methods from the
`TomcatPricipal` interface and work with class `GenericPrincipal` only. In
other words, having these methods declared
michael-o commented on pull request #463:
URL: https://github.com/apache/tomcat/pull/463#issuecomment-101540
> > Is this save to be backported to previous Tomcat versions?
>
> It should be. I do not see any reasons why this cannot be backported.
The big question is here is
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 519c1db Sync with 9.0.x
new e97575e Align with 9.0.x
new 014f474 Update test/build libraries to as build n
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 a35be38ceef6c2a31b171af12f2ca643f8e1aa52
Author: Mark Thomas
AuthorDate: Tue Jan 18 11:36:47 2022 +
Fix IDE warni
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 024ddaff2cfff88e8fdf06f0db75f45bd3f8dcb1
Author: Mark Thomas
AuthorDate: Tue Jan 18 11:37:13 2022 +
Get tests bui
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 014f4746176c7f27cda7c04b2c6036a539c385ff
Author: Mark Thomas
AuthorDate: Tue Jan 18 11:36:08 2022 +
Update test/b
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 e97575e98bbd9af525015249cd8fbaff4955b372
Author: Mark Thomas
AuthorDate: Tue Jan 18 09:44:28 2022 +
Align with 9.
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 a4f1d05 Align Derby version used with 10.1.x and 1
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 628cfd7 Align Derby version used with 10.1.x
628
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 519c1db Sync with 9.0.x
519c1db is described below
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 4cc2f1f Update Travis to build with Java 11
4cc2f1
Hi all,
I've just completed the switch to building with Java 11 for all
currently supported branches.
I have performed a spot check on local builds of 10.0.x, 9.0.x and 8.5.x
and the Java class version is correct.
I am monitoring the CI systems. All looks good for 10.0.x and 9.0.x.
Just ne
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 3390cb88819f89fa642e44f1463c35cddae74905
Author: Mark Thomas
AuthorDate: Thu Jan 13 16:45:41 2022 +
Parameterise
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 3b68fa6a4632592086cb9dc20118130cc7b9d16e
Author: Mark Thomas
AuthorDate: Thu Jan 13 16:36:32 2022 +
Switch to bui
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 e2691b759119e27952c03563d0dd312061dbf95b
Author: Mark Thomas
AuthorDate: Thu Jan 13 16:55:54 2022 +
Avoid IDE war
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 8f3a18776d4169c61f72ae41e224dc90eacd1698
Author: Mark Thomas
AuthorDate: Tue Jan 18 08:38:02 2022 +
Increment ver
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 6c71b4f Fix server push. Validation will see pseudo headers so should
allow them
new 8f3a187 Increment version
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 f08219f Correct version for code coverage report
f
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 242b227 Remove unused configuration
242b227 is d
39 matches
Mail list logo