adriancole commented on issue #68: Infer dubbo configuration without classpath scanning URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/68#issuecomment-445605391 I think requiring scanning of `@Service` is still too loose. For example, in normal web-mvc I can have a `@RestController` annotation on two different spring boot applications in the same package and they will not load eachother's endpoints. package-based scanning is unnecessarily loose and will cause other types in the same package to accidentally load eachother. `@Reference` not being scanned is good, but as I understand it only solves clients. So, we are still stuck scanning for services!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
