Skip to content

Commit

Permalink
Swagger not working no 2.x.x (#719)
Browse files Browse the repository at this point in the history
- Replaces Swagger dependency with the correct one.
- Updates configuration to use new names
- Adds new test to verify that Swagger UI page is present

Resolves #718
{patch}

Signed-off-by: Esta Nagy <nagyesta@gmail.com>
  • Loading branch information
nagyesta committed Sep 28, 2023
1 parent 6648f42 commit b19b8db
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 175 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checkstyle = "10.12.2"
jacoco = "0.8.10"
jacksonBom = { strictly = "2.15.2" }
jackson = { strictly = "2.15.2" }
openApiUi = "1.7.0"
openApiUi = "2.2.0"

abortMissionPlugin = "4.1.22"
dockerPlugin = "0.35.0"
Expand All @@ -40,7 +40,7 @@ spring-boot-starter-tomcat = { module = "org.springframework.boot:spring-boot-st
spring-boot-starter-validation = { module = "org.springframework.boot:spring-boot-starter-validation", version.ref = "springBoot" }
spring-boot-configuration-processor = { module = "org.springframework.boot:spring-boot-configuration-processor", version.ref = "springBoot" }
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "springBoot" }
springdoc-openapi-ui = { module = "org.springdoc:springdoc-openapi-ui", version.ref = "openApiUi" }
springdoc-openapi-ui = { module = "org.springdoc:springdoc-openapi-starter-webmvc-ui", version.ref = "openApiUi" }
spring-core = { module = "org.springframework:spring-core", version.ref = "spring" }
spring-context = { module = "org.springframework:spring-context", version.ref = "spring" }
spring-web = { module = "org.springframework:spring-web", version.ref = "spring" }
Expand Down
Loading

0 comments on commit b19b8db

Please sign in to comment.