Croway opened a new pull request, #1140:
URL: https://github.com/apache/camel-spring-boot/pull/1140

   At the moment, the documentation does not work as is, a bean like
   ```
   <bean id="jasypt" 
class="org.apache.camel.component.jasypt.JasyptPropertiesParser">
       <!-- password is mandatory, you can prefix it with sysenv: or sys: to 
indicate it should use
            an OS environment or JVM system property value, so you don't have 
the master password defined here -->
       <property name="password" value="secret"/>
   </bean>
   ```
   has to be defined as primary="true" otherwise two spring beans are loaded in 
the context for the same class.
   
   Marking beans as conditional solves this issue.


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