This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 69b2d49 CAMEL-15664: Automatically wrap secret properites with RAW
when computing the URI (regen)
new 074b1be CAMEL-15622: Added unit test for the reported problem.
new 2b13a01 CAMEL-15622: Prefer bean instance in endpoint DSL
new e3c1e5e CAMEL-15622: Prefer bean instance in endpoint DSL. Do not
search in registry using wrong string representation of a bean, return the bean
directly instead
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/camel/builder/endpoint/SqlTest.java | 84 ++++++++++++++++++++++
.../org/apache/camel/support/DefaultComponent.java | 47 +++++++++---
2 files changed, 120 insertions(+), 11 deletions(-)
create mode 100644
core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/SqlTest.java