You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/12/04 10:07:42 UTC

[GitHub] [camel] Liroyd opened a new pull request #4721: CAMEL-15917: Resilience4j Property Component doesn't work for configu…

Liroyd opened a new pull request #4721:
URL: https://github.com/apache/camel/pull/4721


   [CAMEL-15917] Resilience4j Property Component doesn't work for configurationRef
   
   Add support of property placeholder for resilience4j circuit breaker configurationRef in routes definitions.
   Before  for `<circuitBreaker configurationRef="{{myName}}">`, 
   `{{myName}}` property was not resolved based on configuration files.
   Now it will lookup in configuration. If there is no property configured, value will be used as is.


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

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



[GitHub] [camel] Liroyd commented on pull request #4721: CAMEL-15917: Resilience4j Property Component doesn't work for configu…

Posted by GitBox <gi...@apache.org>.
Liroyd commented on pull request #4721:
URL: https://github.com/apache/camel/pull/4721#issuecomment-738776994


   Made similar update based on review from https://github.com/apache/camel/pull/4720


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

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



[GitHub] [camel] davsclaus merged pull request #4721: CAMEL-15917: Resilience4j Property Component doesn't work for configu…

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #4721:
URL: https://github.com/apache/camel/pull/4721


   


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

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