-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to Spring Boot 2.2 and stops using proxyBeanMethods #2864
Conversation
ITZipkinSelfTracing is the only thing dead.. |
slim starts fine from jar
|
best time before this commit for slim
|
zipkin-server/src/main/java/zipkin2/server/internal/InternalZipkinConfiguration.java
Outdated
Show resolved
Hide resolved
5ffe108
to
32a3e69
Compare
tested complex run of slim and things wire properly STORAGE_TYPE=elasticsearch STORAGE_THROTTLE_ENABLED=true SELF_TRACING_ENABLED=true java -jar ./zipkin-server/target/zipkin-server-*slim.jar also same with cassandra.. though there's an old bug in the executor setup for self-tracing we'll want to sort out. STORAGE_TYPE=cassandra3 STORAGE_THROTTLE_ENABLED=true SELF_TRACING_ENABLED=true java -jar ./zipkin-server/target/zipkin-server-*exec.jar
|
Ah that is because we use |
434964e
to
ce4c00a
Compare
proxyBeanMethods
is disablable in Spring 5.2, shipped with Spring Boot 2.2Fixes #2863