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

[Feature] JAVA: How to disabled Dubbo on unittest #14375

Open
3 of 4 tasks
onepas opened this issue Jun 27, 2024 · 1 comment
Open
3 of 4 tasks

[Feature] JAVA: How to disabled Dubbo on unittest #14375

onepas opened this issue Jun 27, 2024 · 1 comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@onepas
Copy link

onepas commented Jun 27, 2024

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Apache Dubbo Component

Java SDK (apache/dubbo)

Descriptions

I want to exclude Dubbo, I tried but not work.

@EnableAutoConfiguration(exclude= {
        DubboAutoConfiguration.class,
        DubboListenerAutoConfiguration.class,
        DubboRelaxedBindingAutoConfiguration.class,
        DubboObservationAutoConfiguration.class,
        DubboMicrometerTracingAutoConfiguration.class,
        DubboRelaxedBinding2AutoConfiguration.class,
        WebMvcObservationAutoConfiguration.class
})

Related issues

No response

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@onepas onepas added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Jun 27, 2024
@AlbumenJ
Copy link
Member

We have many entrypoint for Spring and it is really hard to exclude all. I would recommend you to configure dubbo.registry.address=N/A and dubbo.consumer.check=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

2 participants