Re: JDK 15 is in Rampdown Phase One

2020-06-22 Thread Martin Grigorov
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

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-22 Thread bugzilla
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.

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-22 Thread bugzilla
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

[Bug 64544] add built libs to the bnd classpath for introspection

2020-06-22 Thread bugzilla
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

[Bug 64540] switch from bndwrap task to bnd task

2020-06-22 Thread bugzilla
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.

[Bug 64544] add built libs to the bnd classpath for introspection

2020-06-22 Thread bugzilla
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:

[Bug 64544] add built libs to the bnd classpath for introspection

2020-06-22 Thread bugzilla
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.

[Bug 64544] New: add built libs to the bnd classpath for introspection

2020-06-22 Thread bugzilla
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

[GitHub] [tomcat] rotty3000 opened a new pull request #306: Fix bz64540 9.0.x

2020-06-22 Thread GitBox
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

[GitHub] [tomcat] rotty3000 opened a new pull request #305: Fix bz64540

2020-06-22 Thread GitBox
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

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #7 from

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-22 Thread bugzilla
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:

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-22 Thread bugzilla
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

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-22 Thread bugzilla
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

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-22 Thread bugzilla
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

JDK 15 is in Rampdown Phase One

2020-06-22 Thread Rory O'Donnell
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

[tomcat] branch master updated: Do the code generation tooling for context.xml files

2020-06-22 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 3037ad9 Do the code generation tooling for

[GitHub] [tomcat] markt-asf commented on pull request #304: Use https URLs when possible

2020-06-22 Thread GitBox
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

[Bug 64427] --enable-preview no error in log

2020-06-22 Thread bugzilla
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

[Bug 64532] update to bnd 5.1.1

2020-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64532 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 9.0.x updated: Fix BZ 64532 - update to bnd 5.1.1

2020-06-22 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 986e457 Fix BZ 64532 - update to bnd 5.1.1

[GitHub] [tomcat] markt-asf merged pull request #303: Fix BZ 64532 - update to bnd 5.1.1

2020-06-22 Thread GitBox
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

[tomcat] branch master updated: Fix BZ 64532 - update to bnd 5.1.1

2020-06-22 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 The following commit(s) were added to refs/heads/master by this push: new fa497f9 Fix BZ 64532 - update to bnd 5.1.1

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-22 Thread bugzilla
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