Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-scr-plugin-1.9.0, scr ant task 1.3.0, scr generator 1.3.0
-
None
Description
The plugin and the generator already use Java 5 as the base, however the IOUtils class still contains compat code for broken XML serializers in JDK 1.4.x versions.
We can safely remove this code.