davsclaus commented on code in PR #1140:
URL: 
https://github.com/apache/camel-spring-boot/pull/1140#discussion_r1590634665


##########
components-starter/camel-jasypt-starter/src/main/java/org/apache/camel/component/jasypt/springboot/JasyptEncryptedPropertiesAutoconfiguration.java:
##########
@@ -107,6 +109,7 @@ public EncryptablePropertySourcesPlaceholderConfigurer 
propertyConfigurer(String
      * properties inside the camel context.
      */
     @Bean
+    @ConditionalOnMissingBean(PropertiesParser.class)

Review Comment:
   I think this could clash with `CamelAutoConfiguration.java` that brings its 
own parser. It may be that we need to make this jasypt extend the 
SpringPropertiesParser(env) so it support the default behavior also.
   
   So maybe jasypt properties parser should extend SpringPropertiesParser



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to