This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git.


 discard 243f06b  Bump exec-maven-plugin from 1.6.0 to 3.0.0
     add b631fdb  GitHub action for Java 15-ea.
     add fac84e2  Add Java 16-ea to GitHub builds.
     add d74524b  GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0.
     add 021abb0  Remove extra line.
     add 070bd89  Avoid unlikely NPE.
     add 57e8e8e  SpotBugs: Avoid unlikely NPE.
     add 6bef464  Add --no-transfer-progress to CI builds.
     add 8879680  Bump commons-parent from 51 to 52 (#56)
     add 4aa3d76  Add GitHub Action badge.
     add 5879003  Use the POM defaultGoal so that Travis and GitHub run the 
same builds.
     add 22da7a2  Add GitHub Action badge.
     add abeb623  Bump actions/checkout from v2.3.1 to v2.3.2 (#59)
     add 8804a93  Update actions/checkout from v2.3.1 to v2.3.2 #59.
     add 49da688  Cache ~/.m2 dir for GitHub builds.
     add 6f0f9bb  improve test case coverage; fix Utility.encode bug (#46)
     add f1f50d0  Improve test case coverage; fix Utility.encode bug #46.
     add 41c1c62  Update actions/setup-java from v1.4.0 to v1.4.2 #62.
     add b1a6289  Bump actions/setup-java from v1.4.0 to v1.4.2 (#62)
     add ef7b6db  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-bcel.git
     add 2ab41d6  Trigger a GitHub build on pull requests.
     add 8b3085f  Fix typo
     add fead9f0  Fix typo
     add ab8105b  Replace Java 14 with Java 15 as the latest Java version to 
test.
     add 485b1fe  Update Jacoco from 0.8.5 to 0.8.6.
     add 99b1213  Bump exec-maven-plugin from 1.6.0 to 3.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (243f06b)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.0.0 (99b1213)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        | 20 ++++--
 .travis.yml                                        |  4 +-
 README.md                                          |  3 +-
 pom.xml                                            |  4 +-
 src/changes/changes.xml                            |  4 ++
 .../org/apache/bcel/classfile/ConstantPool.java    |  2 +-
 .../java/org/apache/bcel/classfile/JavaClass.java  |  2 +-
 .../java/org/apache/bcel/classfile/Utility.java    |  1 +
 src/main/java/org/apache/bcel/util/ClassPath.java  |  8 ++-
 .../java/org/apache/bcel/util/ClassVector.java     |  1 -
 src/test/java/org/apache/bcel/PLSETestCase.java    | 23 +++++++
 .../java/org/apache/bcel/data/ConstantPoolX.java}  | 80 +++-------------------
 .../GeneratingAnnotatedClassesTestCase.java        | 15 +++-
 13 files changed, 76 insertions(+), 91 deletions(-)
 copy src/{main/java/org/apache/bcel/classfile/ConstantPool.java => 
test/java/org/apache/bcel/data/ConstantPoolX.java} (82%)

Reply via email to