Menu

#52 Remove compile-time dependencies to XML libs

closed
None
5
2012-08-31
2012-04-08
No

For XMl parsing/rendering/validation there are explicit dependencies to xerces and xalan, which are not strictly required when e.g. consistently using the JAXP API. And, as of Java5, XML default implementations are contained in the JRE. Minimizing dependencies lowers the risk of conflicts in a user's environment.

Discussion

  • Christian Ohr

    Christian Ohr - 2012-04-08

    probably after 2.0

     
  • Christian Ohr

    Christian Ohr - 2012-04-08
    • summary: Remove dependencies to XML libs --> Remove compile-time dependencies to XML libs
     
  • Christian Ohr

    Christian Ohr - 2012-08-31

    Fixed.

     
  • Christian Ohr

    Christian Ohr - 2012-08-31
    • status: open --> closed
     

Log in to post a comment.