This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
from b5a6424f2 OPENJPA-2911 isCloneable via ClassNodeTracker
new f26fa179c OPENJPA-2911 more _managedType removal, code cleanup
new dfaf8da48 OPENJPA-2911 move ASM stuff to one place
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:
.../org/apache/openjpa/enhance/PCEnhancer.java | 389 ++++++++++++---------
.../openjpa/util/ClassLoaderProxyService.java | 7 +-
.../org/apache/openjpa/util/asm/AsmHelper.java | 21 +-
.../{enhance => util}/asm/BCClassWriter.java | 2 +-
.../asm/EnhancementClassLoader.java | 5 +-
.../{enhance => util}/asm/EnhancementProject.java | 2 +-
6 files changed, 247 insertions(+), 179 deletions(-)
rename openjpa-kernel/src/main/java/org/apache/openjpa/{enhance =>
util}/asm/BCClassWriter.java (97%)
rename openjpa-kernel/src/main/java/org/apache/openjpa/{enhance =>
util}/asm/EnhancementClassLoader.java (94%)
rename openjpa-kernel/src/main/java/org/apache/openjpa/{enhance =>
util}/asm/EnhancementProject.java (98%)