Был ли официально прекращен выпуск SpringFox или оставлен для использования с Spring 6 и Spring Boot 3.X? ⇐ JAVA
Был ли официально прекращен выпуск SpringFox или оставлен для использования с Spring 6 и Spring Boot 3.X?
I'm working on a large scale project(written with Java 8 and Java 11) where they have used springfox-boot-starter. We are working on migrating the project to Java 17 and Spring Boot 3, but facing the same issue mentioned in here Springfox Type javax.servlet.http.HttpServletRequest not present. (Even though we can add javax.servlet-api to remedy this, it will not be the desired solution for this issue as it is moved to jakarta.servlet-api)
Before moving into the springdoc-openapi-starter-webmvc-ui as an alternative, It would be ideal if we can confirm that SpringFox will not be a viable solution going forward.
The GitHub repo page, SpringFox website and the Documentation don't mention anything about the progress of this project.
Is there any official documentation mentioning that this project is discontinued or abandoned.
Источник: https://stackoverflow.com/questions/781 ... pring-6-an
I'm working on a large scale project(written with Java 8 and Java 11) where they have used springfox-boot-starter. We are working on migrating the project to Java 17 and Spring Boot 3, but facing the same issue mentioned in here Springfox Type javax.servlet.http.HttpServletRequest not present. (Even though we can add javax.servlet-api to remedy this, it will not be the desired solution for this issue as it is moved to jakarta.servlet-api)
Before moving into the springdoc-openapi-starter-webmvc-ui as an alternative, It would be ideal if we can confirm that SpringFox will not be a viable solution going forward.
The GitHub repo page, SpringFox website and the Documentation don't mention anything about the progress of this project.
Is there any official documentation mentioning that this project is discontinued or abandoned.
Источник: https://stackoverflow.com/questions/781 ... pring-6-an
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение