This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 2840c38 [BCEL-321] Refactor subclasses of ClassPathRepository for
differences in underlying cache.
2840c38 is described below
commit 2840c38c2c3863f4e34c56ea8d7b4b13ab3980d2
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 10 08:43:49 2019 -0400
[BCEL-321] Refactor subclasses of ClassPathRepository for differences in
underlying cache.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c99566c..7498432 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="BCEL-299" type="update" dev="ggregory" due-to="Gary
Gregory, zhangminglei ">Fix example src/examples/ClassDumper.java
ClassDumper.processID().</action>
<action issue="BCEL-322" type="add" dev="ggregory" due-to="Gary
Gregory">Add constants to org.apache.bcel.Const for Java 14.</action>
<action issue="BCEL-270" type="fix" dev="ggregory"
due-to="Alexandru-Constantin Bledea">Calling toString(ConstantPool) on
InvokeInstruction throws NullPointerException.</action>
+ <action issue="BCEL-321" type="add" dev="ggregory" due-to="Tomo
Suzuki">Refactor subclasses of ClassPathRepository for differences in
underlying cache.</action>
</release>
<release version="6.3.1" date="2019-03-20" description="Bug fix release">