[
https://issues.apache.org/jira/browse/CAMEL-14852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17077037#comment-17077037
]
Benjamin Graf commented on CAMEL-14852:
---------------------------------------
No, the problem is that NormalizedUri does set normalize boolean flag to true
inĀ
[AbstractCamelContext.java#L893|https://github.com/apache/camel/blob/950268a43f12a13a9b5a2005ac9056cf402304b5/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java#L893].
This causes a "wrong" interpretation in if statement at
[AbstractCamelContext.java#L906|https://github.com/apache/camel/blob/950268a43f12a13a9b5a2005ac9056cf402304b5/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java#L906]
> Endpoint DSL does not support resolvePropertyPlaceholder anymore
> ----------------------------------------------------------------
>
> Key: CAMEL-14852
> URL: https://issues.apache.org/jira/browse/CAMEL-14852
> Project: Camel
> Issue Type: Bug
> Components: camel-endpointdsl
> Affects Versions: 3.2.0
> Reporter: Benjamin Graf
> Priority: Major
> Fix For: 3.3.0
>
> Attachments: TestClass.java
>
>
> Introduction of {{NormalizedUri}} feature make property resolving not working
> anymore.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)