The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has failed.
Run started by GitHub user asfgit (triggered by asfgit).

Head commit for run:
b7b2d1fd6fa56305713d75b60a925bc245104a38 / Jacques Le Roux 
<jacques.le.r...@les7arts.com>
Improved: Prevent possible DOS attack done using Java deserialisation 
(OFBIZ-12592)

The previous commit was twice wrong:
1. System properties in gradle.properties are not defined using -D but using
systemProp.
2. Anyway systemProp. is defining system properties only available in JVM where
Gradle is running, not the application you run. For that you need to use
applicationDefaultJvmArgs in application in the main build.gradle.

Here is the system property for jdk.serialFilter

Conflicts handled by hand in build.gradle

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/2200514622

With regards,
GitHub Actions via GitBox

Reply via email to