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

Head commit for run:
957a088f572fb4e58da3357ac8e5e9138f4efde2 / Jacques Le Roux 
<[email protected]>
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

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

With regards,
GitHub Actions via GitBox

Reply via email to