-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
4.4.0 breaks Java 8 support #1119
Comments
It seems the Java baseline was changed here: 70d9261. |
It breaks a lot. "Upgrade to Spring 6" means javax -> jakarta! That should have been a major version bump! |
I think it is still possible to fix this by re-releasing
@jknack what do you think? |
The above suggestion is a really good idea. It's relatively simple to execute, and would clean up a lot of dependabot failures. And, many thanks for providing us with a great Handlebars library. It is much appreciated! |
.m2/repository/com/github/jknack/handlebars/4.4.0/handlebars-4.4.0.jar(com/github/jknack/handlebars/Context.class)
[ERROR] class file has wrong version 61.0, should be 52.0
The text was updated successfully, but these errors were encountered: