https://bz.apache.org/bugzilla/show_bug.cgi?id=66064
Bug ID: 66064
Summary: Tomcat 8.5.78 unit tests on JDK8 fails with:
Unrecognized option:
--add-opens=java.base/java.lang=ALL-UNNAMED
Product: Tomcat 8
Version:
https://bz.apache.org/bugzilla/show_bug.cgi?id=66064
--- Comment #1 from Rainer Jung ---
It should suffice to add the following lines to your own build.properties file:
opens.javalang=-Dnop
opens.javaio=-Dnop
opens.sunrmi=-Dnop
opens.javautil=-Dnop
opens.javautilconcurrent=-Dnop
You can add the
https://bz.apache.org/bugzilla/show_bug.cgi?id=66064
--- Comment #2 from Mark Thomas ---
Tomcat 8.5.x now requires Java 11 to build.
Minimum runtime version remains Java 7.
See BUILDING.txt in the root of the distribution.
It does appear that building.html needs to updated for all versions.
-
On 12/05/2022 23:25, Rainer Jung wrote:
Am 12.05.2022 um 22:57 schrieb Rémy Maucherat:
On Thu, May 12, 2022 at 9:14 PM Rainer Jung
wrote:
... for me with Java 1.8.0 332 (various OpenJDK builds) on TC 9.0.63 and
10.0.21, platform various Linuxes and also Solaris Sparc. It does not
fail for Jav
https://bz.apache.org/bugzilla/show_bug.cgi?id=66064
--- Comment #3 from Petr Sumbera ---
Aha. Thank you! I see it now:
https://github.com/apache/tomcat/commit/3b68fa6a4632592086cb9dc20118130cc7b9d16e
https://github.com/apache/tomcat/commit/1912714307925c82b1ee015d7644bba044acf1f9
With the work
To add my results:
Linux
- Oracle 1.8.0
- 321 passes
- 331 passes
- 333 passes
- Temurin 1.8.0
- 312 fails
- 332 fails
- Temurin 11
- 11.0.15 passes
Adding these to Rainer's results, it looks like this feature depends on
something in Java 8 that is Oracle specific and not p
On 13/05/2022 10:15, Mark Thomas wrote:
To add my results:
Linux
- Oracle 1.8.0
- 321 passes
- 331 passes
- 333 passes
- Temurin 1.8.0
- 312 fails
- 332 fails
- Temurin 11
- 11.0.15 passes
Adding these to Rainer's results, it looks like this feature depends on
som
Author: markt
Date: Fri May 13 12:48:30 2022
New Revision: 1900856
URL: http://svn.apache.org/viewvc?rev=1900856&view=rev
Log:
Fix copy/paste error
Modified:
tomcat/site/trunk/docs/security-8.html
tomcat/site/trunk/xdocs/security-8.xml
Modified: tomcat/site/trunk/docs/security-8.html
URL
On 13/05/2022 12:16, Mark Thomas wrote:
This looks like a bug to me.
Confirmed. It is this one:
https://bugs.openjdk.java.net/browse/JDK-8245169
This has been fixed in jdk8u-dev as part of this issue:
https://bugs.openjdk.java.net/browse/JDK-8076190
The merged PR is this one:
https://git.open
Am 13.05.2022 um 15:20 schrieb Mark Thomas:
On 13/05/2022 12:16, Mark Thomas wrote:
This looks like a bug to me.
Confirmed. It is this one:
https://bugs.openjdk.java.net/browse/JDK-8245169
This has been fixed in jdk8u-dev as part of this issue:
https://bugs.openjdk.java.net/browse/JDK-8076190
Author: markt
Date: Fri May 13 16:11:55 2022
New Revision: 1900860
URL: http://svn.apache.org/viewvc?rev=1900860&view=rev
Log:
High got used for recent announcement so use Important/High
Modified:
tomcat/site/trunk/docs/security-impact.html
tomcat/site/trunk/xdocs/security-impact.xml
Mod
11 matches
Mail list logo