Skip to content

Commit

Permalink
rename spring autoconfigure to autoconfigure-2
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jul 11, 2024
1 parent d0346d7 commit db3a789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
.reflection()
.registerType(
TypeReference.of(
"io.opentelemetry.instrumentation.spring.autoconfigure.instrumentation.annotations.InstrumentationWithSpanAspect"),
"io.opentelemetry.instrumentation.spring.autoconfigure.v2.instrumentation.annotations.InstrumentationWithSpanAspect"),
hint -> hint.withMembers(MemberCategory.INVOKE_PUBLIC_METHODS));
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.springframework.aot.hint.RuntimeHintsRegistrar=\
io.opentelemetry.instrumentation.spring.autoconfigure.instrumentation.annotations.OpenTelemetryAnnotationsRuntimeHints
io.opentelemetry.instrumentation.spring.autoconfigure.v3.instrumentation.annotations.OpenTelemetryAnnotationsRuntimeHints

0 comments on commit db3a789

Please sign in to comment.