-
Bug
-
Resolution: Done
-
Major
-
2.1.0.Final
-
None
-
None
The XmlFormatter contains a XmlFormatter.Namespace enum which needs to be removed. The idea of allowing keys to be overridden is a user can provide their own namespace. With an enum and a setter for the enum this breaks this use case as the Enum.valueOf(XmlFormatter.Namespace.class, "some:uri") is invalid. The string setter should always be used rendering the enum a problem.