You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/05/05 09:39:23 UTC

[camel] branch kamelet-local-registry updated: CAMEL-16394: Route Template local beans. WIP

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch kamelet-local-registry
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/kamelet-local-registry by this push:
     new 54107c2  CAMEL-16394: Route Template local beans. WIP
54107c2 is described below

commit 54107c2c30accbcdbb40e1595093e16b977f3bc4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed May 5 11:02:16 2021 +0200

    CAMEL-16394: Route Template local beans. WIP
---
 .../test/java/org/apache/camel/builder/RouteTemplateLocalBeanTest.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/camel-core/src/test/java/org/apache/camel/builder/RouteTemplateLocalBeanTest.java b/core/camel-core/src/test/java/org/apache/camel/builder/RouteTemplateLocalBeanTest.java
index 18a6071..f2590fb 100644
--- a/core/camel-core/src/test/java/org/apache/camel/builder/RouteTemplateLocalBeanTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/builder/RouteTemplateLocalBeanTest.java
@@ -26,6 +26,9 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertNull;
 
+// TODO: bind supplier (do not cache) mention in docs that on each lookup it will call the supplier
+// TODO: local bind extrapolate {{key}} with hashed so they are local (endpoint uri lookup problem)
+
 public class RouteTemplateLocalBeanTest extends ContextTestSupport {
 
     @Override