Skip to content
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

Remove invocation of Bean methods. #2867

Merged
merged 2 commits into from
Oct 19, 2019

Conversation

anuraaga
Copy link
Contributor

Not allowed to invoke Bean methods when turning off proxying (being allowed to invoke them in the first place has always been a terrible feature of Spring anyways...).

I didn't take a detailed look at whether this fixes the failure in #2864 but not surprised if it does. Instead of examining and debugging failures, I just went through every reference in @InternalZipkinConfiguration and ctrl-clicked on @Bean methods to see if they have references.

Also overrides the pretty printer for Jackson so the output always uses \n so tests pass on Windows.

@codefromthecrypt codefromthecrypt merged commit 6900ddb into openzipkin:master Oct 19, 2019
@codefromthecrypt
Copy link
Member

good. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants