springdoc-openapi v3.0.0 compatability #3156
-
|
Hi, is springdoc-openapi v3.0.0 compatible with Spring Boot 3 or is this only intended to be used with Spring Boot 4? It's a bit unclear to me so hoping someone can advise. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Just want to add: the team released version Lines 77 to 80 in 60a1704 However, it obviously gives users an exception due to some missing classes (for example, when trying to start a project with Spring Boot
When I take a look at the dependencies in springdoc-openapi-starter-webmvc-ui It looks like But it is me speculating, until it is confirmed by dev team. |
Beta Was this translation helpful? Give feedback.
@star-fangled-nut
Oh I see there is an additional text paragraph:
springdoc-openapi/README.md
Lines 90 to 91 in 60a1704
So, I assume it is not compatible, only version
v2.x.xshould be used with Spring Boot v3.But documentation should be more transparent on this.
Currently it has one liner for the Spring Boot
v2andv1support at the start of the document:springdoc-openapi/README.md
Lines 7 to 8 in 60a1704
Then it says that it is generally …