Releases: xmlresolver/xmlresolver
Releases · xmlresolver/xmlresolver
XML Resolver 1.0.6 released
The 1.0.5 release had a critical bug. If you attempted to use caching, if the cache directory did not exist, and if the resolver could not create the directory, it would subsequently throw a NullPointerException. That's fixed in 1.0.6.
I also moved some message log levels around again. I made some trace messages debug level instead. And I made the message that declares that the cache directory cannot be created an info level message.
XML Resolver 1.0.5 released
The 1.0.4 release had info
level logging messages describing when cached resources were returned. That, in practice, was way to annoying. They're back to debug
level in this release.