Hi Rory,
I've built Tomcat 9.0.x and ran its tests with JDK 15 b28 on both x86_64
and aarch64.
No issues found!
Regards,
Martin
On Mon, Jun 22, 2020 at 7:25 PM Rory O'Donnell
wrote:
>
> Hi Mark,
>
> *Per the JDK 15 schedule , we are in Rampdown Phase One* *[1] *
>
>
> *Please advise if you fi
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
--- Comment #9 from Mark Thomas ---
When I say provide, I mean replace the version Tomcat currently ships with.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
--- Comment #8 from Mark Thomas ---
Could we provide a DTD where those entities have already been expanded? We
could add a comment in the defined types section to explain what was done and
why.
--
You are receiving this mail because:
You are
https://bz.apache.org/bugzilla/show_bug.cgi?id=64544
--- Comment #3 from rotty3000 ---
:| for https://bz.apache.org/bugzilla/show_bug.cgi?id=64540
--
You are receiving this mail because:
You are the assignee for the bug.
-
To u
https://bz.apache.org/bugzilla/show_bug.cgi?id=64540
--- Comment #2 from rotty3000 ---
master: https://github.com/apache/tomcat/pull/305
9.0.x: https://github.com/apache/tomcat/pull/306
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=64544
--- Comment #2 from rotty3000 ---
those PRs are for issue 64544
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubs
https://bz.apache.org/bugzilla/show_bug.cgi?id=64544
--- Comment #1 from rotty3000 ---
master: https://github.com/apache/tomcat/pull/305
9.0.x: https://github.com/apache/tomcat/pull/306
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=64544
Bug ID: 64544
Summary: add built libs to the bnd classpath for introspection
Product: Tomcat 10
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
rotty3000 opened a new pull request #306:
URL: https://github.com/apache/tomcat/pull/306
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 g
rotty3000 opened a new pull request #305:
URL: https://github.com/apache/tomcat/pull/305
Requires a unique PR for 9.0.x branch
This is an automated message from the Apache Git Service.
To respond to the message, please log on
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
Christopher Schultz changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #7 from Chr
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
--- Comment #6 from Christopher Schultz ---
I was able to work around this by adding the following line of code to
MbeansDescriptorsDigesterSource.createDigester() method:
digester.getParser().setProperty("http://www.oracle.com/xml/jaxp/pr
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
--- Comment #5 from Christopher Schultz ---
I was able to reproduce this on Tomcat 8.5.56 using:
$ export CATALINA_OPTS=-Djdk.xml.entityExpansionLimit=1
$ $CATALINA_HOME/bin/catalina.sh run
I needed to raise the limit to 17 in order to get th
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
--- Comment #4 from Christopher Schultz ---
(In reply to Christopher Schultz from comment #3)
> Something seems fishy, here.
Oh, duh. Tomcat supplies its own copy of mbeans-descriptors.dtd which is used.
And it's got a handful of entities defi
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
--- Comment #3 from Christopher Schultz ---
Odd. I'm unsure why you'd need an entity expansion depth of 20 to get it to
work, especially since
http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd ultimately leads
to a 404 response so..
Hi Mark,
*Per the JDK 15 schedule , we are in Rampdown Phase One* *[1] *
*Please advise if you find any issues while testing the latest Early
Access builds.
*
* Schedule for JDK 15
o *2020/06/11 Rampdown Phase One*
o 2020/07/16 Rampdown Phase Two
o 2020/08/06 Initial Release
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 3037ad9 Do the code generation tooling for contex
markt-asf commented on pull request #304:
URL: https://github.com/apache/tomcat/pull/304#issuecomment-647466028
In its current state applying this PR will trigger build failures (license
header validation will fail).
I am also not convinced that the effort required to convert the lin
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427
--- Comment #9 from Mark Thomas ---
It has been more than a month without the requested reproducible test case
being provided. In not test case is provided this issue will eventually be
resolved as WORKSFORME.
--
You are receiving this mail b
https://bz.apache.org/bugzilla/show_bug.cgi?id=64532
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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 986e457 Fix BZ 64532 - update to bnd 5.1.1
986e457
markt-asf merged pull request #303:
URL: https://github.com/apache/tomcat/pull/303
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 t
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 fa497f9 Fix BZ 64532 - update to bnd 5.1.1
fa497
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
--- Comment #2 from Valentin ---
We're setting the entityExpansionLimit in a jaxp.properties file under
'/jre/conf/'.
Our product relies on security and the code scanners of our clients require us
to use the value 1, which with the current ver
24 matches
Mail list logo