Skip to content

BUG: JSONDoc cannot run with Java 6 #71

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

Closed
yohanakh opened this issue Jan 17, 2015 · 5 comments
Closed

BUG: JSONDoc cannot run with Java 6 #71

yohanakh opened this issue Jan 17, 2015 · 5 comments
Assignees
Labels
Milestone

Comments

@yohanakh
Copy link

I am getting the UnsupportedClassVersionError : Unsupported major.minor version 51.0
From both jsondoc-core and jsondoc-springmvc.

Is there a reason why Java 6 is not supported?

Thanks

@fabiomaffioletti
Copy link
Owner

I'll mark that as bug and evaluate if support java 6. thanks

@yohanakh
Copy link
Author

The only change that need to be made is to change the source and target version to 1.6 instead of 1.7 in maven-compiler-plugin plugin

@yohanakh
Copy link
Author

Is there a planned date for the release with the fix ?
Thanks

@fabiomaffioletti fabiomaffioletti added this to the 1.1.1 milestone Jan 18, 2015
@fabiomaffioletti fabiomaffioletti self-assigned this Jan 18, 2015
@fabiomaffioletti
Copy link
Owner

It's released. In a few hours it will be available on maven central.

@yohanakh
Copy link
Author

Thanks a bunch 👍

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

No branches or pull requests

2 participants