Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support newer version of ASM for use with JDK 17 #145

Open
dlabordus opened this issue Sep 19, 2022 · 0 comments
Open

Support newer version of ASM for use with JDK 17 #145

dlabordus opened this issue Sep 19, 2022 · 0 comments

Comments

@dlabordus
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant