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 c62abac Merge pull request #236 from apache/dependabot/github_actions/github/codeql-action-3.28.15 new 1bdd543 Sort members new e698110 Use Comparator.comparing() new efd6f26 Remove obsolete Apache RAT file new 9cef38b Remove obsolete Apache Ant files new 4128130 Remove boilerplate test code now that exceptions can be chained new 076f4b9 Better local name new 06a7699 Simplify test new 1eca053 Simplify test new a8b8314 Reuse ${maven.compiler.target} in Maven PMD configuration new 7930438 Format XML fragment new 58935c3 Ignore macOS file new f9c0deb Remove obsolete src/conf/MANIFEST.MF file new ba4f946 Remove obsolete reference to xdocs/style/project.css in RAT configuration new e28d845 Move Checkstyle configuration file to /src/conf/ new 85becb8 Remove obsolete maven-surefire-plugin configuration new 367fa94 Remove obsolete maven-assembly-plugin configuration new 408a0d9 Remove obsolete STATUS.html files The 17 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: .gitignore | 1 + STATUS.html | 113 ------------ build.properties.sample | 52 ------ build.xml | 202 --------------------- pom.xml | 78 ++++---- rat.xml | 26 --- src/changes/changes.xml | 7 + src/conf/MANIFEST.MF | 8 - checkstyle.xml => src/conf/checkstyle.xml | 0 .../apache/commons/jxpath/JXPathBasicBeanInfo.java | 2 +- .../jxpath/ri/model/VariablePointerFactory.java | 14 +- .../commons/jxpath/util/ClassLoaderUtilTest.java | 69 ++----- 12 files changed, 70 insertions(+), 502 deletions(-) delete mode 100644 STATUS.html delete mode 100644 build.properties.sample delete mode 100644 build.xml delete mode 100644 rat.xml delete mode 100644 src/conf/MANIFEST.MF rename checkstyle.xml => src/conf/checkstyle.xml (100%)