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

[Bug] Bean name of @Service annotated class does not resolve placeholder #1755

Closed
mercyblitz opened this issue May 8, 2018 · 1 comment
Closed
Assignees
Labels
type/bug Bugs to being fixed
Milestone

Comments

@mercyblitz
Copy link
Contributor

Code as following:

@Service(
        version = "${dubbo.service.version}",
        application = "${dubbo.application.id}",
        protocol = "${dubbo.protocol.id}",
        registry = "${dubbo.registry.id}"
)
public class DefaultDemoService implements DemoService {

    public String sayHello(String name) {
        return "Hello, " + name + " (from Spring Boot)";
    }

}

The placeholder was not resolved from the bean name of DefaultDemoService , thus it's name will contain "${dubbo.service.version}"

@mercyblitz mercyblitz added the type/bug Bugs to being fixed label May 8, 2018
@mercyblitz mercyblitz added this to the 2.6.3 milestone May 8, 2018
@mercyblitz mercyblitz self-assigned this May 8, 2018
@chickenlj chickenlj modified the milestones: 2.6.3, 2.6.4 Jul 23, 2018
@diecui1202
Copy link

@mercyblitz Any progress?

@diecui1202 diecui1202 modified the milestones: 2.6.4, 2.6.5 Sep 14, 2018
@nzomkxia nzomkxia self-assigned this Oct 9, 2018
@nzomkxia nzomkxia modified the milestones: 2.6.5, 2.6.6 Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bugs to being fixed
Projects
None yet
Development

No branches or pull requests

4 participants