CAMEL-10434: Camel catalog support different runtimes to provide their supported list of components etc.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6fa97e6e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6fa97e6e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6fa97e6e Branch: refs/heads/camel-2.18.x Commit: 6fa97e6e1c70313456e47959ad5d1db1efca307e Parents: 4830c6d Author: Claus Ibsen <[email protected]> Authored: Mon Nov 7 17:49:50 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Mon Nov 7 17:49:50 2016 +0100 ---------------------------------------------------------------------- .../camel/catalog/springboot/SpringBootRuntimeProviderTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6fa97e6e/platforms/catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java ---------------------------------------------------------------------- diff --git a/platforms/catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java b/platforms/catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java index 28aeb8a..f86c2aa 100644 --- a/platforms/catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java +++ b/platforms/catalog-provider-springboot/src/test/java/org/apache/camel/catalog/springboot/SpringBootRuntimeProviderTest.java @@ -63,8 +63,6 @@ public class SpringBootRuntimeProviderTest { assertTrue(names.contains("file")); assertTrue(names.contains("ftp")); assertTrue(names.contains("jms")); - // camel-ejb does not work in spring-boot - assertFalse(names.contains("ejb")); // camel-pac-logging does not work in spring-boot assertFalse(names.contains("paxlogging")); }
