Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ConcurrentHashSet should be deprecated in wicket8 and removed in wicket9
ConcurrentHashSet can be safely removed from wicket codebase due to
since Java8 it is possible to use ConcurrentHashMap.newKeySet()
MicroMap should be deprecated for wicket9 in favor of Map.of(key, value)