Uploaded image for project: 'Maven Resolver'
  1. Maven Resolver
  2. MRESOLVER-6

Use java.nio.charset.StandardCharsets wherever possible

    XMLWordPrintableJSON

Details

    Description

      In many spots an UnsupportedEncodingException has to be caught because UTF-8 is passed as string, though this encoding must be supported by every JVM implementation. So we can use StandardCharsets.UTF_8 and remove boilerplate code around it.

      Attachments

        Activity

          People

            michael-o Michael Osipov
            michael-o Michael Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: