This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
from c05ba07 ValueUtils.setValue() now throws IllegalArgumentException instead of RuntimeException. new 28b0187 ClassLoaderUtil.toCanonicalName() now calls Objects.requireNonNull() instead of throwing a RuntimeException new 9add3bb XMLDocumentContainer.XMLDocumentContainer(Source) now calls Objects.requireNonNull() instead of throwing a RuntimeException. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 6 ++++++ src/main/java/org/apache/commons/jxpath/XMLDocumentContainer.java | 6 ++---- src/main/java/org/apache/commons/jxpath/util/ClassLoaderUtil.java | 7 +++---- 3 files changed, 11 insertions(+), 8 deletions(-)