Repository: camel Updated Branches: refs/heads/master 239fde83c -> d6c829ac3
Amend changes based on review. Signed-off-by: Jens Reimann <jreim...@redhat.com> Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/59a4266a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/59a4266a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/59a4266a Branch: refs/heads/master Commit: 59a4266aafedc18d2907cdef1281f0111bbe9d6d Parents: eb4f605 Author: Jens Reimann <jreim...@redhat.com> Authored: Thu Aug 10 10:02:30 2017 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Thu Aug 10 12:20:18 2017 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/component/iec60870/ConnectionId.java | 2 +- components/readme.adoc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/59a4266a/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/ConnectionId.java ---------------------------------------------------------------------- diff --git a/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/ConnectionId.java b/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/ConnectionId.java index 66dfc07..41dcb8f 100644 --- a/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/ConnectionId.java +++ b/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/ConnectionId.java @@ -29,7 +29,7 @@ public class ConnectionId { Objects.requireNonNull(host); if (port <= 0) { - throw new IllegalArgumentException(String.format("Port must be greater than 0")); + throw new IllegalArgumentException("Port must be greater than 0"); } this.host = host; http://git-wip-us.apache.org/repos/asf/camel/blob/59a4266a/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index 969911d..670f5b8 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -353,6 +353,12 @@ Number of Components: 278 in 191 JAR artifacts (17 deprecated) | link:camel-ibatis/src/main/docs/ibatis-component.adoc[iBatis] (camel-ibatis) + `ibatis:statement` | 1.2 | *deprecated* Performs a query poll insert update or delete in a relational database using Apache iBATIS. +| link:camel-iec60870/src/main/docs/iec60870-client-component.adoc[IEC 60870 Client] (camel-iec60870) + +`iec60870-client:endpoint` | 2.20 | A component which acts as client, allowing to remote control IEC 60870-5-104 capable devices. + +| link:camel-iec60870/src/main/docs/iec60870-client-component.adoc[IEC 60870 Client] (camel-iec60870) + +`iec60870-server:endpoint` | 2.20 | A component which acts as server, offering remote control capabilities using IEC 60870-5-104. + | link:camel-ignite/src/main/docs/ignite-cache-component.adoc[Ignite Cache] (camel-ignite) + `ignite-cache:cacheName` | 2.17 | The Ignite Cache endpoint is one of camel-ignite endpoints which allows you to interact with an Ignite Cache.