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

Re-enable JDK7 runtime compatibility for Javassist 3.x #230

Merged

Conversation

JCgH4164838Gh792C124B5
Copy link
Contributor

Re-enable JDK7 runtime compatibility for Javassist 3.x builds (until source changes preclude it).

pom.xml changes:

  • lower compile source/target to 1.7 (from 1.8, introduced with Javassist 3.24.0)

This PR should resolve #229

…changes preclude it).

pom.xml changes:
- lower compile source/target to 1.7 (from 1.8, introduced with Javassist 3.24.0)
@JCgH4164838Gh792C124B5
Copy link
Contributor Author

Hello Javassist team.

Hopefully this PR can be considered for review, to continue binary support for JDK7 environments for a while longer. A source 1.8 / target 1.7 might be considered when code changes require a minimum of JDK 8 source.

@chibash chibash merged commit a6be48a into jboss-javassist:master Nov 30, 2018
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.

Javassist 3.24.0 lost JDK7 compatibility
2 participants