Skip to content
New issue

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

Spring Boot 3 - wrong RestAssured package #216

Open
kubav182 opened this issue Dec 13, 2022 · 1 comment
Open

Spring Boot 3 - wrong RestAssured package #216

kubav182 opened this issue Dec 13, 2022 · 1 comment

Comments

@kubav182
Copy link

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

@tadlakha9
Copy link

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

request to migrate epages to spring boot 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants