Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #1553 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
1 minute
Labels
None
Agent
Default Agent
Revision
891035a8a19fd16febb4e1a9334cddf924ff2a48
Total tests
246
Successful since
#1519 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 891035a8a19fd16febb4e1a9334cddf924ff2a48 OF-1383: Configure java modules, when appropriate.
This commit changes the configuration of the compiler, to work with java modules.

To remain compatible with versions of Java that do not have the modules feature (everything up to Java 8), two profiles have been created. Depending on the version of Java being used, exactly one of these is activated.
Guus der Kinderen Guus der Kinderen dedbe1a8944781fb646d56d50f40fc54dfef947e OF-1383: Don't use method that's not exposed in Java 9 onwards.
Guus der Kinderen Guus der Kinderen 0ab9a3a828e1e252207f3809b50e138a0c9fe461 OF-1383: Don't reference internal class
The comment that's being removed as part of this PR is valid. Sadly, this approach is not longer valid in Java 9 onwards.

Java 9 introduces modules. The class being referenced here, is not exposed in the modules. It can still be referenced by name though.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-1383Could not obtain issue details from Jira