crnk-project / crnk-framework

JSON API library for Java
Apache License 2.0
287 stars 156 forks source link

Facing issue 404 not found when upgrading spring boot 3 #880

Open Yosuva opened 1 year ago

Yosuva commented 1 year ago

Currenly we have crnk application with spring boot 2. When we are trying to upgrade spring boot 3, facing below issue.

"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/cupid/profile/v2/cif"

will Crnk framework support spring boot 3 setup ? If so, please help me to resolve this issue

kjthorpe18 commented 11 months ago

crnk currently does not support Spring Boot 3.x (see issue https://github.com/crnk-project/crnk-framework/issues/869) There is an open PR if you are interested in contributing to the upgrade: PR https://github.com/crnk-project/crnk-framework/pull/882