David F. Elliott
Results
2
issues of
David F. Elliott
The fix for https://github.com/FasterXML/jackson-dataformat-xml/issues/483 introduced a regression for applications using only the built-in JDK XML support. Before this change, the code did this: ``` xmlIn = XMLInputFactory.newInstance(); ``` After this...
Allow configuration of the base URL for downloading dart-sass, so that private mirrors may be used in lieu of the public github.com.
enhancement