Freeman Yue Fang created CAMEL-16917:
----------------------------------------
Summary: more general way to determine if a Spring
ApplicationContext is self management ApplicationContext
Key: CAMEL-16917
URL: https://issues.apache.org/jira/browse/CAMEL-16917
Project: Camel
Issue Type: Bug
Components: camel-spring-boot
Reporter: Freeman Yue Fang
This is the follow up issue for CAMEL-16063, from with we determine a Spring
ApplicationContext from its ID if ID equals "application:management"(default
one) or not. However, this default ID can be configured by
{code}
spring.application.name = mytest
{code}
then the ID is something like "mytest:management"
We need to honour this case
--
This message was sent by Atlassian Jira
(v8.3.4#803005)