We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you have any interest in me updating the versions utilized in the project?
What about shifting the build script from Maven to Gradle? I'm make sure I use the Maven plugin so you can still use 'install' for local development.
I'm running in to a problem posted here a long time ago:
Caused by: java.lang.ClassCastException: com.sun.tools.javac.code.Type$WildcardType cannot be cast to javax.lang.model.type.TypeVariable
I have a hunch that upgrading libraries and adding support for Spring 4.2 will fix it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do you have any interest in me updating the versions utilized in the project?
What about shifting the build script from Maven to Gradle? I'm make sure I use the Maven plugin so you can still use 'install' for local development.
I'm running in to a problem posted here a long time ago:
Caused by: java.lang.ClassCastException: com.sun.tools.javac.code.Type$WildcardType cannot be cast to javax.lang.model.type.TypeVariable
I have a hunch that upgrading libraries and adding support for Spring 4.2 will fix it.
The text was updated successfully, but these errors were encountered: