[
https://issues.apache.org/jira/browse/OFBIZ-12726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651620#comment-17651620
]
Jacques Le Roux commented on OFBIZ-12726:
-----------------------------------------
Just as a note has those have no effects on the tests themselves.
When running testIntegration putting OFBiz log in a file, like
{{testIntegration > testIntegration.log}} you get a number of new log
information in the console. Notably a lot of those 3 warnings:
{noformat}
WARNING: When running on Java 9 or later you need to add
"--add-opens=java.base/java.io=ALL-UNNAMED" to the JVM command line arguments
to enable ObjectStream cache memory leak protection. Alternatively, you can
suppress this warning by disabling ObjectStream class cache memory leak
protection.
WARNING: When running on Java 9 or later you need to add
"--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments
to enable ThreadLocal memory leak detection. Alternatively, you can suppress
this warning by disabling ThreadLocal memory leak detection.
WARNING: When running on Java 9 or later you need to add
"--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line
arguments to enable RMI Target memory leak detection. Alternatively, you can
suppress this warning by disabling RMI Target memory leak detection.
{noformat}
I don't hink we should worry about them and related in console.
> Running integration tests under Gradle 7.6 and JDK 17 fails
> -----------------------------------------------------------
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
> Issue Type: Sub-task
> Components: ALL COMPONENTS
> Affects Versions: 22.01.01
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Blocker
> Fix For: Upcoming Branch
>
>
> Following our discussion at
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the
> integration tests and found that we currently have 322 errors and 190
> failures :/
> It's a blocker for releasing...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)