This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
spring-native-configuration/src/main/java/org/springframework/cloud/sleuth Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11package org .springframework .cloud .sleuth ;
22
3- import org .springframework .nativex .hint .AotProxyHint ;
4- import org .springframework .nativex .hint .ProxyBits ;
53import zipkin2 .reporter .AsyncReporter ;
64
75import org .springframework .cloud .sleuth .autoconfig .brave .BraveAutoConfiguration ;
6+ import org .springframework .cloud .sleuth .autoconfig .instrument .tx .TraceReactiveTransactionManagerBeanPostProcessor ;
7+ import org .springframework .nativex .hint .AotProxyHint ;
88import org .springframework .nativex .hint .JdkProxyHint ;
99import org .springframework .nativex .hint .NativeHint ;
10+ import org .springframework .nativex .hint .ProxyBits ;
1011import org .springframework .nativex .hint .TypeHint ;
1112import org .springframework .nativex .type .NativeConfiguration ;
13+ import org .springframework .r2dbc .connection .R2dbcTransactionManager ;
1214
13- @ AotProxyHint (targetClass = org . springframework . r2dbc . connection . R2dbcTransactionManager .class , proxyFeatures = ProxyBits .IS_STATIC )
15+ @ NativeHint ( trigger = TraceReactiveTransactionManagerBeanPostProcessor . class , aotProxies = @ AotProxyHint (targetClass = R2dbcTransactionManager .class , proxyFeatures = ProxyBits .IS_STATIC ) )
1416@ NativeHint (trigger = AsyncReporter .class , options = "--enable-url-protocols=http" )
1517@ NativeHint (trigger = BraveAutoConfiguration .class , types = {
1618 @ TypeHint (typeNames = {"org.springframework.cloud.context.scope.GenericScope$LockedScopedProxyFactoryBean" , "brave.kafka.clients.TracingProducer" , "brave.kafka.clients.TracingConsumer" })
You can’t perform that action at this time.
0 commit comments