Skip to content

Commit 8c11e8d

Browse files
authored
removed: spring boot 2.7 support (#53)
1 parent 1fdd130 commit 8c11e8d

File tree

34 files changed

+5
-1196
lines changed

34 files changed

+5
-1196
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ dependencies {
3030
}
3131
```
3232

33-
#### Spring 2.7
34-
Spring 2.7.x is also supported but requires to add `-spring2.7` to the `spring-boot-starter-web`
35-
or `spring-boot-starter-webflux` artifact name.
36-
37-
Following is an example for `spring-boot-starter-web`:
38-
```groovy
39-
dependencies {
40-
implementation "com.getyourguide.openapi.validation:spring-boot-starter-web-spring2.7:{latest-version}"
41-
}
42-
```
43-
4433
### Provide OpenAPI specification file
4534
The library will require a valid OpenAPI specification file to be present in the classpath.
4635

examples/example-spring-boot-starter-web-spring2.7/build.gradle

Lines changed: 0 additions & 62 deletions
This file was deleted.

examples/example-spring-boot-starter-web-spring2.7/src/main/java/com/getyourguide/openapi/validation/example/ExampleWebApplication.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/example-spring-boot-starter-web-spring2.7/src/main/java/com/getyourguide/openapi/validation/example/configuration/ExampleConfiguration.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/example-spring-boot-starter-web-spring2.7/src/main/java/com/getyourguide/openapi/validation/example/controller/MainController.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/example-spring-boot-starter-web-spring2.7/src/main/java/com/getyourguide/openapi/validation/example/error/RestExceptionHandler.java

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/example-spring-boot-starter-web-spring2.7/src/main/resources/application.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/example-spring-boot-starter-web-spring2.7/src/main/resources/openapi.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/example-spring-boot-starter-webflux-spring2.7/build.gradle

Lines changed: 0 additions & 60 deletions
This file was deleted.

examples/example-spring-boot-starter-webflux-spring2.7/src/main/java/com/getyourguide/openapi/validation/example/ExampleWebApplication.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)