Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-6783

Utility classes available in JDK should be deprecated/removed

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 9.0.0, 8.9.0
    • wicket-core
    • 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)

      Attachments

        Issue Links

          Activity

            People

              solomax Maxim Solodovnik
              solomax Maxim Solodovnik
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: