-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from zalando/feature/single-configuration
Restructured auto configuration
- Loading branch information
Showing
5 changed files
with
85 additions
and
120 deletions.
There are no files selected for viewing
40 changes: 0 additions & 40 deletions
40
...ng-boot-starter/src/main/java/org/zalando/tracer/spring/TracerAsyncAutoConfiguration.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 0 additions & 72 deletions
72
...ot-starter/src/main/java/org/zalando/tracer/spring/TracerSchedulingAutoConfiguration.java
This file was deleted.
Oops, something went wrong.
5 changes: 1 addition & 4 deletions
5
tracer-spring-boot-starter/src/main/resources/META-INF/spring.factories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
org.springframework.boot.autoconfigure.EnableAutoConfiguration = \ | ||
org.zalando.tracer.spring.TracerAutoConfiguration,\ | ||
org.zalando.tracer.spring.TracerSchedulingAutoConfiguration,\ | ||
org.zalando.tracer.spring.TracerAsyncAutoConfiguration | ||
org.springframework.boot.autoconfigure.EnableAutoConfiguration = org.zalando.tracer.spring.TracerAutoConfiguration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters