This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new cdd7a40564 Fixes #12765 (#12981)
cdd7a40564 is described below

commit cdd7a405641c994a55d85690b87291867bee6820
Author: Nortyr <[email protected]>
AuthorDate: Tue Sep 5 10:50:35 2023 +0800

    Fixes #12765 (#12981)
---
 .../spring/beans/factory/annotation/ServiceAnnotationPostProcessor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ServiceAnnotationPostProcessor.java
 
b/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ServiceAnnotationPostProcessor.java
index b8fff6b83e..279e1c1903 100644
--- 
a/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ServiceAnnotationPostProcessor.java
+++ 
b/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ServiceAnnotationPostProcessor.java
@@ -239,7 +239,7 @@ public class ServiceAnnotationPostProcessor implements 
BeanDefinitionRegistryPos
                 }
             } else {
                 if (logger.isWarnEnabled()) {
-                    logger.warn(CONFIG_NO_ANNOTATIONS_FOUND,"No annotations 
were found on the class","","No class annotated by Dubbo @Service was found 
under package ["
+                    logger.warn(CONFIG_NO_ANNOTATIONS_FOUND,"No annotations 
were found on the class","","No class annotated by Dubbo @DubboService or 
@Service was found under package ["
                             + packageToScan + "], ignore re-scanned classes: " 
+ scanExcludeFilter.getExcludedCount());
                 }
             }

Reply via email to