openpojo icon indicating copy to clipboard operation
openpojo copied to clipboard

Support newer version of ASM for use with JDK 17

Open dlabordus opened this issue 1 year ago • 0 comments

Looking in the class ByteCodeFactory I see that the maximum ASM version OpenPOJO is support is version 7.1. But this version only supports JDK 13 and below. Not JDK 17, which we are using.

So to be able to test Abstract POJO Classes I need at least version 9.1. But is it really needed to test for a maximum version, because we probably want to use the latest as much as possible.

dlabordus avatar Sep 19 '22 10:09 dlabordus