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
Hello,
can anybody please tell me which max spring-boot version is supported with crnk?
I've tried spring-boot 2.6.0 and got following exception: Caused by: java.lang.NoSuchMethodError: 'java.util.Map io.crnk.spring.setup.boot.mvc.CrnkErrorController.getErrorAttributes(javax.servlet.http.HttpServletRequest, boolean)' at io.crnk.spring.setup.boot.mvc.CrnkErrorController.errorToJsonApi(CrnkErrorController.java:39)
there is no method getErrorAttributes(javax.servlet.http.HttpServletRequest, boolean) in AbstractErrorController in spring-boot 2.6.0.
I can find this method in spring-boot:2.2.6.RELASE, but this version is not compatible with JDK17 :(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
can anybody please tell me which max spring-boot version is supported with crnk?
I've tried spring-boot 2.6.0 and got following exception:
Caused by: java.lang.NoSuchMethodError: 'java.util.Map io.crnk.spring.setup.boot.mvc.CrnkErrorController.getErrorAttributes(javax.servlet.http.HttpServletRequest, boolean)'
at io.crnk.spring.setup.boot.mvc.CrnkErrorController.errorToJsonApi(CrnkErrorController.java:39)
there is no method getErrorAttributes(javax.servlet.http.HttpServletRequest, boolean) in AbstractErrorController in spring-boot 2.6.0.
I can find this method in spring-boot:2.2.6.RELASE, but this version is not compatible with JDK17 :(
The text was updated successfully, but these errors were encountered: