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

Verify library is JDK11 compatible #42

Closed
AlexeyRedinskii opened this issue May 10, 2019 · 4 comments
Closed

Verify library is JDK11 compatible #42

AlexeyRedinskii opened this issue May 10, 2019 · 4 comments

Comments

@AlexeyRedinskii
Copy link

The library uses some byte code manipulation tools that may not be compatible with JDK11.

@AlexeyRedinskii AlexeyRedinskii changed the title Verify library JDK11 is compatible Verify library is JDK11 compatible May 10, 2019
@lopex
Copy link
Member

lopex commented May 10, 2019

Indeed there is asm dependency (which is not used). What tool gives this compat-related information ?

@AlexeyRedinskii
Copy link
Author

@lopex it's an internal tools that we use to migrate to JDK11. If asm is not used, maybe you can release a new version without that dependency?
Thank you!

@AlexeyRedinskii
Copy link
Author

@lopex hello! How do you think, is this going to happen any time soon? Otherwise we would have to move away to a different library. We must move to JDK11 asap.

@lopex
Copy link
Member

lopex commented May 15, 2019

asm dep is removed and new joni is released, waiting for sonatype to propagate.

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

2 participants