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

ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/v3 by this push:
     new 306b88cdd57 CAUSEWAY-2297: minor: bean naming
306b88cdd57 is described below

commit 306b88cdd57b470b6356c61cdf314a99b99916c1
Author: Andi Huber <ahu...@apache.org>
AuthorDate: Mon Nov 11 07:35:15 2024 +0100

    CAUSEWAY-2297: minor: bean naming
---
 .../core/config/beans/CausewayBeanFactoryPostProcessorForSpring.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/config/src/main/java/org/apache/causeway/core/config/beans/CausewayBeanFactoryPostProcessorForSpring.java
 
b/core/config/src/main/java/org/apache/causeway/core/config/beans/CausewayBeanFactoryPostProcessorForSpring.java
index 6419db41d50..8d694cc31e9 100644
--- 
a/core/config/src/main/java/org/apache/causeway/core/config/beans/CausewayBeanFactoryPostProcessorForSpring.java
+++ 
b/core/config/src/main/java/org/apache/causeway/core/config/beans/CausewayBeanFactoryPostProcessorForSpring.java
@@ -55,7 +55,7 @@ import lombok.extern.log4j.Log4j2;
  *
  */
 @Component
-@Named(CausewayModuleCoreConfig.NAMESPACE + 
"..CausewayBeanFactoryPostProcessorForSpring")
+@Named(CausewayModuleCoreConfig.NAMESPACE + 
".CausewayBeanFactoryPostProcessorForSpring")
 @Import({
     AopPatch.class
 })
@@ -104,7 +104,7 @@ implements
                 : (causewayBeanTypeClassifier = 
CausewayBeanTypeClassifier.createInstance()); // JUnit support
     }
 
-    @Bean
+    @Bean(name = CausewayModuleCoreConfig.NAMESPACE + 
".CausewayBeanTypeRegistry")
     public CausewayBeanTypeRegistry getComponentScanResult() {
         if(log.isDebugEnabled()) {
             componentScanResult.forEach(type->{

Reply via email to