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

Upgrade from Spring Boot 2.7.2 to Spring Boot 3.0.0-SNAPSHOT (August 14th 2022): Error #1790

Closed
donhuvy opened this issue Aug 14, 2022 · 2 comments
Labels
invalid This doesn't seem right

Comments

@donhuvy
Copy link

donhuvy commented Aug 14, 2022

dependencies

<dependency>
    <groupId>org.springdoc</groupId>
    <artifactId>springdoc-openapi-ui</artifactId>
    <version>1.6.9</version>
</dependency>
<dependency>
    <groupId>org.springdoc</groupId>
    <artifactId>springdoc-openapi-security</artifactId>
    <version>1.6.9</version>
</dependency>

pom.xml at https://gist.github.com/donhuvy/4abf1cbfa1af262764c2cc6df2088dd9

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'swaggerWebMvcConfigurer' defined in class path resource [org/springdoc/webmvc/ui/SwaggerConfig.class]: Unsatisfied dependency expressed through method 'swaggerWebMvcConfigurer' parameter 1: Error creating bean with name 'indexPageTransformer' defined in class path resource [org/springdoc/webmvc/ui/SwaggerConfig.class]: Unsatisfied dependency expressed through method 'indexPageTransformer' parameter 3: Error creating bean with name 'swaggerWelcome' defined in class path resource [org/springdoc/webmvc/ui/SwaggerConfig.class]: Post-processing of merged bean definition failed

Full log: https://gist.github.com/donhuvy/c0eea5eac93a4fdcb590509fd778b042

image

other problem https://gist.github.com/donhuvy/7a22072e610f7c457d343d2b65a79f70

image

@bnasslahsen
Copy link
Contributor

You are using wrong springdoc-openapi version.

Read #1284

@bnasslahsen bnasslahsen added the invalid This doesn't seem right label Aug 14, 2022
@donhuvy
Copy link
Author

donhuvy commented Aug 16, 2022

Thank you for your information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants