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 96a64bceb OPENJPA-2911 simplification and more modern code
     new bcb00d890 OPENJPA-2911 move BytecodeWriter to openjpa-kernel
     new 11367cfbe OPENJPA-2911 ByteCodeWriter with ASM

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:
 .../openjpa/enhance/ManagedClassSubclasser.java    | 72 ++++++++++++----------
 .../org/apache/openjpa/enhance/PCEnhancer.java     | 51 +++++++--------
 .../openjpa/util/ClassLoaderProxyService.java      |  1 +
 .../org/apache/openjpa/util/GeneratedClasses.java  |  2 +-
 .../org/apache/openjpa/util/asm/AsmHelper.java     |  9 +++
 .../apache/openjpa/util/asm}/BytecodeWriter.java   |  4 +-
 .../enhance/TestEnhancementWithMultiplePUs.java    | 27 ++++----
 7 files changed, 86 insertions(+), 80 deletions(-)
 rename {openjpa-lib/src/main/java/org/apache/openjpa/lib/util => 
openjpa-kernel/src/main/java/org/apache/openjpa/util/asm}/BytecodeWriter.java 
(91%)

Reply via email to