[ https://issues.apache.org/jira/browse/OPENJPA-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17739561#comment-17739561 ]
ASF subversion and git services commented on OPENJPA-2911: ---------------------------------------------------------- Commit 5e89853664d46ed7505efd37a3eddcc53d110e38 in openjpa's branch refs/heads/master from Mark Struberg [ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=5e8985366 ] OPENJPA-2911 use ASM static initialiser solved frame problems by fording java bytecode version 49 on Serp as Java5 already supports LDC for Classes but doesn't require frame calculation which Serp is not capable of. > Replace Serp with native ASM code > --------------------------------- > > Key: OPENJPA-2911 > URL: https://issues.apache.org/jira/browse/OPENJPA-2911 > Project: OpenJPA > Issue Type: Improvement > Components: kernel > Affects Versions: 4.0.0 > Reporter: Mark Struberg > Assignee: Mark Struberg > Priority: Major > Fix For: 4.0.0 > > > We have a lot of Code leveraging Serp to create Java bytecode. But Serp is > unmaintained and is only able to create Java5 bytecode. Thus we shall replace > it with ASM. -- This message was sent by Atlassian Jira (v8.20.10#820010)