snicoll commented on a change in pull request #4: 修复当ObjectMapper 的 Bean  
已存在时候,不叫rocketMQMessageObjectMapper,无法启动
URL: https://github.com/apache/rocketmq-spring/pull/4#discussion_r241667759
 
 

 ##########
 File path: 
rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/config/RocketMQAutoConfiguration.java
 ##########
 @@ -66,7 +66,7 @@ public DefaultMQProducer 
defaultMQProducer(RocketMQProperties rocketMQProperties
 
     @Bean
     @ConditionalOnClass(name = "com.fasterxml.jackson.databind.ObjectMapper")
-    @ConditionalOnMissingBean(ObjectMapper.class)
+    @ConditionalOnMissingBean(name = "rocketMQMessageObjectMapper")
 
 Review comment:
   I didn't get the context of the PR but I essentially [asked a similar 
question](https://github.com/apache/rocketmq-spring/pull/3#issuecomment-446640788).
 
   
   Why are you creating an `ObjectMapper` at all? Wouldn't it be better to 
reuse the one that Spring Boot auto-configures?

----------------------------------------------------------------
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

Reply via email to