Add java bytecode class file version detection by jorsol · Pull Request #170 · codehaus-plexus/plexus-languages (original) (raw)
This is an implementation for the detection of the Java Class File version and mapping with the JavaVersion.
This should work for all Java versions and in the future it could allow an implementation for the classfile API by providing JavaClassfileVersionParser in the versioning area.
Feedback is welcome!
Closes #147