You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: