Document supported java versions #1766
-
Maybe i searched wrong but i was not able to find out which version of jvm's are supported by which versions of bytebuddy? Within the code this info seems to be available but that's hard to manage...
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
If you use the latest version, you will support all ever versions as it adapts the class file api as fallback. At the same time it supports Java 5 still. |
Beta Was this translation helpful? Give feedback.
-
But the problem is still that many libraries include older versions of bytebuddy and it's hard to find out if the old version will work with some jvm... |
Beta Was this translation helpful? Give feedback.
-
Would you be willing to do this? Basically, you just need to track ASM updates and align the table with their support. I am happy to add it to the project! |
Beta Was this translation helpful? Give feedback.
@raphw see #1769