[
https://issues.apache.org/jira/browse/OPENJPA-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17163886#comment-17163886
]
ASF subversion and git services commented on OPENJPA-2822:
----------------------------------------------------------
Commit bf03bdb314d99502046543e2e904235f87f46bb3 in openjpa's branch
refs/heads/OPENJPA-2817_PCClassFileTransformer-exclusions from Mark Struberg
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=bf03bdb ]
OPENJPA-2822 get rid of tricks < java8
we can now rely on transform() being available on all JVMs.
> enhancer can rely on at least java8
> -----------------------------------
>
> Key: OPENJPA-2822
> URL: https://issues.apache.org/jira/browse/OPENJPA-2822
> Project: OpenJPA
> Issue Type: Improvement
> Components: kernel
> Affects Versions: 3.1.2
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Priority: Major
> Fix For: 3.1.3
>
>
> We can now at least assume to have Java8 in trunk. Thus we can drop lots of
> reflection code from ClassRedefiner et al.
> We can also remove {{Instrumentation#redefineClasses}} because transform is
> available in all cases.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)