598
I Use This!
Very Low Activity

News

Analyzed about 9 hours ago. based on code collected 1 day ago.
Posted about 2 months ago by Thomas Reinhardt
Adding an automatic module name makes the xercesImpl.jar usable in JPMS enabled builds without affecting non-JPMS builds. Only a single line in MANIFEST.MF is needed: Automatic-Module-Name: org.apache.xerces.impl     For ultimate compatibility Read more
Posted 2 months ago by Mukul Gandhi
Implementation for XML DOM documents, a new method 'isEqualNodeWithQName' similar to 'isEqualNode' to compare two XML element nodes
Posted 2 months ago by Mukul Gandhi
There's a need for XalanJ's XPath 3.1 fn:deep-equal's method implementation, to have XercesJ's java class org.apache.xerces.dom.ElementImpl provide a new method (with name like 'isEqualNodeWithQName'), that can check equality of two XML element nodes Read more
Posted 2 months ago by Mukul Gandhi
There's a need for XalanJ's XPath 3.1 fn:deep-equal's method implementation, to have a XercesJ's java class org.apache.xerces.dom.ElementImpl provide a new method (with name like 'isEqualNodeWithQName'), that can check equality of two XML element Read more
Posted 2 months ago by Arnout Engelen
Unfortunately https://blogs.securiteam.com/index.php/archives/3271 is no longer up (and not available on archive.org), but the discussion in https://github.com/jeremylong/DependencyCheck/issues/4614 suggests this may have to do with XMLEntityManager.setupCurrentEntity() Read more
Posted 2 months ago by Danny Trunk
CVE-2017-10355
Posted 4 months ago by Mukul Gandhi
improvements to xercesj xml schema 1.1 build implementation
Posted 4 months ago by Mukul Gandhi
Few XercesJ ant build targets for producing XML Schema 1.1 builds, have issues producing XercesJ XML Schema 1.1 binary builds, due to the XercesJ ant build.xml file (on the XercesJ svn branch xml-schema-1.1-dev) not referring to an XPath 2.0 Read more
Posted 5 months ago by Elliotte Rusty Harold
Not all tasks are parallelizable. I'm not sure about this project, but when I've released Maven projects in the past, my experience was that it takes an experienced committer+PMC member about 1.5 times as much effort and several days longer than a Read more
Posted 5 months ago by John Ferguson
I am also waiting on this release for the proper solution, however I managed to create a custom jar to work around it in the meantime. In case this is of help to anyone else out there waiting, here are the steps that I followed (4 years ago) on Read more