eclipselink
eclipselink copied to clipboard
Refactor EL to allow usage booth ASM implementations (standard provided by org.ow2.asm and internal org.eclipse.persistence.asm)
This enhancement will enable to use in EclipseLink booth ASM implementations:
- Standard provided by
org.ow2.asm
- EclipseLink specific
org.eclipse.persistence.asm
By default EclipseLink will prefer ASM from org.ow2.asm
, but there will be some new system property to select preferred implementation.
Main reason behind this enhancement is quickly adopt new Java version as Java release cycle is quicker now.