restdocs-api-spec icon indicating copy to clipboard operation
restdocs-api-spec copied to clipboard

Spring Boot 3 - wrong RestAssured package

Open kubav182 opened this issue 3 years ago • 1 comments

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

kubav182 avatar Dec 13 '22 10:12 kubav182

We are also facing the issue in our project getting java.lang.NoClassDefFoundError

request to migrate epages to spring boot 3

tadlakha9 avatar Jan 23 '23 10:01 tadlakha9