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

Add java bytecode class file version detection #170

Merged

Conversation

jorsol
Copy link
Contributor

@jorsol jorsol commented Aug 30, 2023

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

@jorsol jorsol force-pushed the 147-detection-java-class-file branch from b32a170 to 6c93a04 Compare August 30, 2023 14:23
Signed-off-by: Jorge Solórzano <jorsol@ongres.com>
@jorsol jorsol force-pushed the 147-detection-java-class-file branch from 6c93a04 to b092334 Compare August 31, 2023 08:05
@rfscholte rfscholte merged commit 5c06f1b into codehaus-plexus:master Sep 16, 2023
27 checks passed
@jorsol jorsol deleted the 147-detection-java-class-file branch October 3, 2023 12:30
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

Successfully merging this pull request may close these issues.

Feature: Detection of the Java Class File version
3 participants