-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
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 :(
Metadata
Metadata
Assignees
Labels
No labels