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

springfox.documentation.swagger2.web.WebMvcBasePathAndHostnameTransformationFilter imports javax.servlet.http.HttpServletRequest #4063

Open
anidey86 opened this issue Apr 13, 2023 · 2 comments
Labels

Comments

@anidey86
Copy link

I am upgrading my springboot application. I am upgrading spring-boot-starter-parent from 2.6.12 to 3.0.5
With that the spring framework is updated and everything else that comes with it. One of the major changes in Spring 6.* is the change of namespace from javax.* to jakarta.*
However one of our dependencies springfox.documentation.swagger2.web.WebMvcBasePathAndHostnameTransformationFilter imports javax.servlet.http.HttpServletRequest.
We see the following error

java.lang.TypeNotPresentException: Type javax.servlet.http.HttpServletRequest not present
at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:117)

Should we expect an upgrade in springfox.documentation.swagger2.web.WebMvcBasePathAndHostnameTransformationFilter to replace javax.* resources with jakarta.* resources?

@stale
Copy link

stale bot commented Aug 12, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Aug 12, 2023
@fly2086
Copy link

fly2086 commented Jan 12, 2024

Can the author reply?

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

No branches or pull requests

2 participants