Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3786

Simplify UnicodeNormalizer initialization

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 4.5.4, 5.0
    • 4.5
    • core
    • None

      As long as we weren't sure whether people run on Java 6 or smaller we had to check for "java.text.Normalizer" being on the classpath or not (in case of AutoDetectNormalizer or Java6ReflectionNormalizer being specified) and hence use reflection. As Java 6 (or higher) it is now mandatory so this mechanism can be simplified.

        Acceptance criteria

              rsiska Robert Šiška
              dlipp Daniel Lipp
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD