[
https://issues.apache.org/jira/browse/CAMEL-12380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634674#comment-16634674
]
ASF GitHub Bot commented on CAMEL-12380:
----------------------------------------
GitHub user onderson opened a pull request:
https://github.com/apache/camel/pull/2542
CAMEL-12380 - Thanks to Laurent Chiarello for reporting and providing…
… the fix (creating github PR for his sake)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/onderson/camel CAMEL-12830
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2542.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2542
----
commit cc3c29562b8887b293e5be5155087cb0cf1d7c35
Author: onders <onders@...>
Date: 2018-10-01T21:41:48Z
CAMEL-12380 - Thanks to Laurent Chiarello for reporting and providing the
fix (creating github PR for his sake)
----
> Spring Boot 2 - Remove dependency on code ported from 1.5.x
> -----------------------------------------------------------
>
> Key: CAMEL-12380
> URL: https://issues.apache.org/jira/browse/CAMEL-12380
> Project: Camel
> Issue Type: Sub-task
> Reporter: Nicola Ferraro
> Assignee: Nicola Ferraro
> Priority: Minor
>
> Looks like some code ported from 1.5.x was necessary to support compatibility
> of both spring-boot 1 and spring-boot 2, but we can rely on v2-only code now.
>
> E.g. RelaxedPropertyResolver is not necessary if using [canonical
> properties|https://github.com/spring-projects/spring-boot/wiki/Canonical-properties#spring-boot-20-canonical-properties].
>
> Others classes currently forward-ported:
> - PropertySourceUtils
> - RelaxedNames
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)