File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 189189 enabled : false ,
190190 } ,
191191 {
192- // intentionally using Spring Boot 2 in these smoke tests
192+ // intentionally using Spring Boot 2 to make sure the earliest version is supported
193+ matchFileNames : [
194+ 'smoke-tests/images/spring-boot/build.gradle.kts' ,
195+ 'smoke-tests-otel-starter/spring-boot-2/build.gradle.kts' ,
196+ 'smoke-tests-otel-starter/spring-boot-common/build.gradle.kts' ,
197+ 'smoke-tests-otel-starter/spring-boot-reactive-2/build.gradle.kts' ,
198+ 'smoke-tests-otel-starter/spring-boot-reactive-common/build.gradle.kts' ,
199+ 'smoke-tests-otel-starter/spring-smoke-testing/build.gradle.kts' ,
200+ ] ,
201+ matchPackageNames : [
202+ 'org.springframework.boot:spring-boot-dependencies:**' ,
203+ ] ,
204+ enabled : false
205+ } ,
206+ {
207+ // Spring Boot 2 smoke tests are intentionally using slf4j 1.x
193208 matchFileNames : [
194209 'smoke-tests/images/spring-boot/build.gradle.kts' ,
195210 'smoke-tests-otel-starter/spring-boot-2/build.gradle.kts' ,
200215 ] ,
201216 matchPackageNames : [
202217 'org.slf4j:slf4j-api' ,
203- 'org.springframework.boot:**' ,
204218 ] ,
205219 matchUpdateTypes : [
206220 'major' ,
323337 ] ,
324338 allowedVersions : '/^1\.3\./' ,
325339 } ,
326- {
327- // intentionally using Spring Boot 2 to make sure the earliest version is supported
328- enabled : false ,
329- matchPackageNames : [
330- 'org.springframework.boot:spring-boot-dependencies:**' ,
331- ] ,
332- } ,
333340 {
334341 // pinned version to Jetty 8 (Servlet 3.0) for compatibility
335342 matchFileNames : [
You can’t perform that action at this time.
0 commit comments