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: #1843 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
2 minutes
Duration
48 seconds
Labels
None
Agent
Default Agent
Revision
49856ec1c6a178083794f121f4a03721507fd82b
Total tests
354
Successful since
#1809 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 49856ec1c6a178083794f121f4a03721507fd82b OF-1829: Prevent NPE when removing from a non-cached collection.
When multi-valued caches are used, removing an element from a collection that is not (or no longer) in the cache should not throw a null pointer exception.

I suspect that in clustered environments, where caches are managed by all cluster nodes, there's a chance of the same removal to be executed by each node on the
same cache, which could trigger an issue like this.

Jira issues

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