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-bcel.git
from e007eb1a Update the GitHub pull request template for AI
new e34d7b2c Use SystemProperties.getLineSeparator
new 1974edfd org.apache.bcel.util.ClassPath.addJdkModules(String,
List<String>) now reads the system property "jdk.module.path" instead of
"java.modules.path"; see
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html#jdk.module.path
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 | 3 ++-
src/main/java/org/apache/bcel/classfile/LineNumberTable.java | 3 ++-
src/main/java/org/apache/bcel/util/ClassPath.java | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)