eclipselink icon indicating copy to clipboard operation
eclipselink copied to clipboard

Refactor EL to allow usage booth ASM implementations (standard provided by org.ow2.asm and internal org.eclipse.persistence.asm)

Open rfelcman opened this issue 3 years ago • 0 comments

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.

rfelcman avatar Feb 07 '22 12:02 rfelcman