Skip to content

Commit

Permalink
bump spring and use AutoConfiguration.imports
Browse files Browse the repository at this point in the history
spring factories is deprecated by spring boot 2.7 and completely removed in 3.0+
  • Loading branch information
ahmedhus committed Oct 28, 2023
1 parent f7efc7b commit b1bcd2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
io.opentracing.contrib.spring.tracer.configuration.TracerAutoConfiguration,\
io.opentracing.contrib.spring.tracer.configuration.TracerAutoConfiguration
io.opentracing.contrib.spring.tracer.configuration.TracerRegisterAutoConfiguration
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.basedir>${project.basedir}</main.basedir>

<!-- spring-boot-starter-parent is a module of spring-boot-dependencies
https://github.com/spring-projects/spring-boot/blob/master/spring-boot-starters/spring-boot-starter-parent/pom.xml -->
<version.org.springframework.boot>2.3.4.RELEASE</version.org.springframework.boot>
<version.org.springframework.boot>2.7.17</version.org.springframework.boot>
<version.io.opentracing.contrib-opentracing-tracerresolver>0.1.8</version.io.opentracing.contrib-opentracing-tracerresolver>
<version.io.opentracing>0.33.0</version.io.opentracing>
<version.junit>4.12</version.junit>
Expand Down

0 comments on commit b1bcd2b

Please sign in to comment.