Since Java 9 the behavior of HashMap::computeIfAbsent() has changed
now: "ConcurrentModificationException - if it is detected that the mapping function modified this map"
When working with ViewScope-Views (injected into UIScope Views) a ConcurrentModificationException was thrown. This patch fixes this problem.
Since Java 9 the behavior of HashMap::computeIfAbsent() has changed now: "ConcurrentModificationException - if it is detected that the mapping function modified this map"
When working with ViewScope-Views (injected into UIScope Views) a ConcurrentModificationException was thrown. This patch fixes this problem.