-
Notifications
You must be signed in to change notification settings - Fork 284
springdoc openapi 2.x migration guide
bnasslahsen edited this page Jan 26, 2022
·
15 revisions
- Add support for Jakarta EE
- Add support for Spring-Boot 3
- Single purpose module: which allows you to cover:
spring-boot-starter-actuator
,spring-cloud-function-web
,therapi-runtime-javadoc
,spring-security-web
,spring-security-config
,jackson-module-kotlin
You need Gradle 7.2 or later to use it with Java 17. If you can't upgrade you can use Gradle Toolchain support to build your project with Java 17.
springdoc-openapi-v1 | springdoc-openapi-v2 |
---|---|
infos | General metadata for an OpenAPI definition |
infos | Info metadata for an OpenAPI definition |
infos | Properties to describe the contact person for an OpenAPI definition |
infos | Properties to describe the license for an OpenAPI definition |
spring-native
is not yet supported for Java 17
and compatibility with spring-boot 3.0.0-M1
.