restdocs-api-spec
restdocs-api-spec copied to clipboard
Spring Boot 3 - wrong RestAssured package
When using Spring Boot 3, there is restassured package :
org.springframework.restdocs.restassured.RestDocumentationFilter
but in this lib is static method com.epages.restdocs.apispec.RestAssuredRestDocumentationWrapper.document returning class from package restassured3 and it does not exist:
org.springframework.restdocs.restassured3.RestDocumentationFilter
We are also facing the issue in our project getting
java.lang.NoClassDefFoundError
request to migrate epages to spring boot 3