[ https://issues.apache.org/jira/browse/OPENJPA-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13786280#comment-13786280 ]
Kevin Sutter commented on OPENJPA-2283: --------------------------------------- I still don't agree with the change in ordering. We define our specific dependencies via the pom. Right now, we require ASM 3.2. We're looking to upgrade that to 4.0 or 4.1. Our code should be treating the "real" ASM as our preferred choice, not some shaded version provided by another project. A project that we have no dependencies on. > Upgrade to ASM 4 dependency > --------------------------- > > Key: OPENJPA-2283 > URL: https://issues.apache.org/jira/browse/OPENJPA-2283 > Project: OpenJPA > Issue Type: New Feature > Components: Enhance > Affects Versions: 2.3.0 > Reporter: Kevin Sutter > Fix For: 2.3.0 > > Attachments: openjpa-2283.problem.patch > > > OpenJPA currently has a dependency on ASM 3.2 for some post-enhancement > processing to fix up the stack map tables (Java 7 requirement). The latest > release of ASM is 4.1, which just came out last week. The immediate need is > to move up to ASM 4.0. We can entertain 4.1 at a later date. -- This message was sent by Atlassian JIRA (v6.1#6144)