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

Parameter 3 of method swaggerWelcome in org.springdoc.webflux.ui.SwaggerConfig required a bean of type 'org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping' that could not be found. #1182

Closed
KafkaProServerless opened this issue Jun 8, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@KafkaProServerless
Copy link

Describe the bug

  • If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible:
    OK

  • A clear and concise description of what the bug is: the title of an issue is not enough
    I just upgraded to Sprinng Boot 2.5.0 who went GA. With this, I upgraded from 1.5.4 to 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, and all yields this error:
    Parameter 3 of method swaggerWelcome in org.springdoc.webflux.ui.SwaggerConfig required a bean of type 'org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping' that could not be found.

To Reproduce
Steps to reproduce the behavior:

  • What version of spring-boot you are using?
    2.5.0

  • What modules and versions of springdoc-openapi are you using?

    org.springdoc
    springdoc-openapi-webflux-ui
    1.5.9

    </dependency>
  • What is the actual and the expected result using OpenAPI Description (yml or json)?
    The app cannot start when using the latest version of this project.

  • Provide with a sample code (HelloController) or Test that reproduces the problem
    /~https://github.com/KafkaProServerless/questionopenapi

Expected behavior

  • A clear and concise description of what you expected to happen.
    The app can start, and this issue can be fixed
    Parameter 3 of method swaggerWelcome in org.springdoc.webflux.ui.SwaggerConfig required a bean of type 'org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping' that could not be found.

  • What is the expected result using OpenAPI Description (yml or json)?
    on more
    Parameter 3 of method swaggerWelcome in org.springdoc.webflux.ui.SwaggerConfig required a bean of type 'org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping' that could not be found.

Screenshots
If applicable, add screenshots to help explain your problem.
No screenshot

Additional context
Add any other context about the problem here.
I searched the issues, and found something very similar:
#1091

But mine is parameter 3, but I think this patpatpat123 try to raise a valid issue. I am seeing the same (I am parameter 3 instead)

And I think some resolution was found in the discussion, but I saw a deleted comment. Also, the thread is locked, I wanted to add on as I am also observing this, but have to start a new one.

What else can I provide please? I did join a small project.

@springdoc springdoc deleted a comment from guilhermeginezsilva Jun 30, 2021
@bnasslahsen bnasslahsen added the bug Something isn't working label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants