Elliotte Rusty Harold
Elliotte Rusty Harold
@dependabot rebase
I strongly prefer no extra dependencies for this. JSON libraries in particular are a world of security bugs, unmaintained code, violations of Java conventions, and overall poor design. For JSON...
> > I strongly prefer no extra dependencies for this. JSON libraries in particular are a world of security bugs, unmaintained code, violations of Java conventions, and overall poor design....
While I was at Google, I did successfully lobby to get GSON adopted and officially supported by the Java core libraries team. This was part of my then day job...
feature complete under another PR
Mostly fixed except for ``` [WARNING] /Users/elharo/jaxen/core/src/java/main/org/jaxen/BaseXPath.java:85: warning - Tag @see: reference not found: org.jaxen.dom4j.Dom4jXPath XPath for dom4j [WARNING] /Users/elharo/jaxen/core/src/java/main/org/jaxen/BaseXPath.java:85: warning - Tag @see: reference not found: org.jaxen.jdom.JDOMXPath XPath for...
Ping @rfscholte I still think this doc change is needed. The current documentation is simply incorrect.
Anyone want to resolve conflicts and merge? This would be useful.
You have complete control of what dependencies do and don't appear in the classpath. XOM does not. If you want to remove Xalan from your classpath, by all means do...
Taking Xerces out of the classpath causes a number of tests to fail: [junit] Test nu.xom.tests.BuilderTest FAILED [junit] Test nu.xom.tests.DocTypeTest FAILED [junit] Test nu.xom.tests.NodeFactoryTest FAILED [junit] Test nu.xom.tests.SAXConverterTest FAILED [junit]...