[
https://issues.apache.org/jira/browse/CAMEL-14852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076453#comment-17076453
]
Benjamin Graf edited comment on CAMEL-14852 at 4/6/20, 4:30 PM:
----------------------------------------------------------------
Test case does work with Camel 3.1 logging under category {{foo}}. Logging
under {{{{test}}}} with 3.2.
{noformat}
2020-04-06T18:22:04,040 INFO [main ] CamelTestSupport
-
********************************************************************************
2020-04-06T18:22:04,056 INFO [main ] CamelTestSupport
- Testing: test(TestClass)
2020-04-06T18:22:04,056 INFO [main ] CamelTestSupport
-
********************************************************************************
2020-04-06T18:22:04,477 INFO [main ] DefaultManagementStrategy
- JMX is enabled
2020-04-06T18:22:04,712 INFO [main ] AbstractCamelContext
- Apache Camel 3.2.0 (CamelContext: camel-1) is starting
2020-04-06T18:22:04,962 INFO [main ] AbstractCamelContext
- StreamCaching is not in use. If using streams then its recommended to
enable stream caching. See more details at
http://camel.apache.org/stream-caching.html
2020-04-06T18:22:05,056 INFO [main ] AbstractCamelContext
- Route: route1 started and consuming from: direct:test
2020-04-06T18:22:05,056 INFO [main ] AbstractCamelContext
- Total 1 routes, of which 1 are started
2020-04-06T18:22:05,056 INFO [main ] AbstractCamelContext
- Apache Camel 3.2.0 (CamelContext: camel-1) started in 0.344 seconds
2020-04-06T18:22:05,087 INFO [main ] {{test}}
- Exchange[ExchangePattern: InOnly, BodyType: String, Body: test]
2020-04-06T18:22:05,102 INFO [main ] CamelTestSupport
-
********************************************************************************
2020-04-06T18:22:05,102 INFO [main ] CamelTestSupport
- Testing done: test(de.graf.camel.metadata.TestClass)
2020-04-06T18:22:05,102 INFO [main ] CamelTestSupport
- Took: 0.046 seconds (46 millis)
2020-04-06T18:22:05,118 INFO [main ] CamelTestSupport
-
********************************************************************************
2020-04-06T18:22:05,118 INFO [main ] AbstractCamelContext
- Apache Camel 3.2.0 (CamelContext: camel-1) is shutting down
2020-04-06T18:22:05,118 INFO [main ] DefaultShutdownStrategy
- Starting to graceful shutdown 1 routes (timeout 10 seconds)
2020-04-06T18:22:05,134 INFO [0 - ShutdownTask] DefaultShutdownStrategy
- Route: route1 shutdown complete, was consuming from: direct:test
2020-04-06T18:22:05,149 INFO [main ] DefaultShutdownStrategy
- Graceful shutdown of 1 routes completed in 0 seconds
2020-04-06T18:22:05,165 INFO [main ] AbstractCamelContext
- Apache Camel 3.2.0 (CamelContext: camel-1) uptime 0.453 seconds
2020-04-06T18:22:05,181 INFO [main ] AbstractCamelContext
- Apache Camel 3.2.0 (CamelContext: camel-1) is shutdown in 0.063 seconds
{noformat}
was (Author: graben):
Test case does work with Camel 3.1 logging under category {{foo}}. Logging
under {{{{test}}}} with 3.2.
> 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
> Attachments: TestClass.java
>
>
> Introduction of {{NormalizedUri}} feature make property resolving not working
> anymore.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)