Skip to content

Commit

Permalink
removed: spring boot 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pboos committed Nov 17, 2023
1 parent d394828 commit 697a65a
Show file tree
Hide file tree
Showing 34 changed files with 5 additions and 1,196 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ dependencies {
}
```

#### Spring 2.7
Spring 2.7.x is also supported but requires to add `-spring2.7` to the `spring-boot-starter-web`
or `spring-boot-starter-webflux` artifact name.

Following is an example for `spring-boot-starter-web`:
```groovy
dependencies {
implementation "com.getyourguide.openapi.validation:spring-boot-starter-web-spring2.7:{latest-version}"
}
```

### Provide OpenAPI specification file
The library will require a valid OpenAPI specification file to be present in the classpath.

Expand Down
62 changes: 0 additions & 62 deletions examples/example-spring-boot-starter-web-spring2.7/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Since we include webmvc project here, we should keep the versions in sync with it
springBootVersion=3.0.2
springBoot27Version=2.7.8
springDependencyManagementVersion=1.1.0

# This should ideally be in sync with the version provided by DatadogPlugin
Expand Down
7 changes: 0 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@ include(':metrics-reporter:metrics-reporter-datadog-spring-boot')
include(':examples:examples-common')
include(':examples:example-spring-boot-starter-web')
include(':examples:example-spring-boot-starter-webflux')


// Spring 2.7 support
include(':spring-boot-starter:spring-boot-starter-web-spring2.7')
include(':spring-boot-starter:spring-boot-starter-webflux-spring2.7')
include(':examples:example-spring-boot-starter-web-spring2.7')
include(':examples:example-spring-boot-starter-webflux-spring2.7')
Loading

0 comments on commit 697a65a

Please sign in to comment.