[GitHub] camel pull request #2557: Allow setting DataValue and Variant directly

2018-10-08 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2557 Allow setting DataValue and Variant directly You can merge this pull request into a Git repository by running: $ git pull https://github.com/ctron/camel feature/improve_server_update_1

[GitHub] camel pull request #2556: Fix an example URL of the camel-milo client

2018-10-08 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2556 Fix an example URL of the camel-milo client You can merge this pull request into a Git repository by running: $ git pull https://github.com/ctron/camel feature/fix_milo_doc_2 Alternatively you

[GitHub] camel pull request #2266: Enable all camel-milo tests by default

2018-03-23 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2266 Enable all camel-milo tests by default As discussed in PR #2262, this PR now enables all camel-milo tests. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] camel pull request #2262: CAMEL-12288: Initial implementation of method call...

2018-03-21 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2262 CAMEL-12288: Initial implementation of method calls in the client This change refactors the code and adds the ability to perform method calls instead of write operations. You can merge this pull

[GitHub] camel pull request #2237: CAMEL-12287: Allow overriding the endpoint host

2018-02-26 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2237 CAMEL-12287: Allow overriding the endpoint host This change adds the ability to override the server reported hostname/IP with the originally provided host/IP when connecting to the server

[GitHub] camel pull request #2233: CAMEL-12286: Fix camel-milo client component

2018-02-23 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2233 CAMEL-12286: Fix camel-milo client component This change adapts the client to the changed behavior of Eclipse Milo 0.2.x. It does an explicit call to connect and also allows to configure the

[GitHub] camel pull request #2232: Fix up documentation of Camel Milo

2018-02-22 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2232 Fix up documentation of Camel Milo This change fixes up the documentation of the camel-milo component. This includes a fix of the node id table, which was rendered in a corrupt format. You

[GitHub] camel pull request #1881: Import of the IEC 60870 component

2017-08-10 Thread ctron
Github user ctron closed the pull request at: https://github.com/apache/camel/pull/1881 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1881: Import of the IEC 60870 component

2017-08-09 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/1881 Import of the IEC 60870 component This change adds an IEC 60870 camel component based on the IEC 60870 implementation of Eclipse NeoSCADA. Signed-off-by: Jens Reimann You can merge this

[GitHub] camel pull request #1834: CAMEL-11144: Make the unit tests use dynamic ports

2017-07-20 Thread ctron
Github user ctron closed the pull request at: https://github.com/apache/camel/pull/1834 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1834: CAMEL-11144: Make the unit tests use dynamic ports

2017-07-19 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/1834 CAMEL-11144: Make the unit tests use dynamic ports The unit tests for camel-milo currently use static ports, this change implements the use of dynamic ports. This change depends on the

[GitHub] camel pull request #1833: CAMEL-11559: Work around a NPE in milo 0.1.3

2017-07-19 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/1833 CAMEL-11559: Work around a NPE in milo 0.1.3 When the sampling interval is unset in the Camel component, then it is passed to milo as `null`. Which is acceptable to the milo API, however internally

[GitHub] camel pull request #1641: Clean up example applications

2017-04-19 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/1641 Clean up example applications This change cleans the example applications provided to show some simple routes with camel-milo. Signed-off-by: Jens Reimann You can merge this pull

[GitHub] camel pull request #1632: CAMEL-11144: Add components to component table, ad...

2017-04-18 Thread ctron
Github user ctron closed the pull request at: https://github.com/apache/camel/pull/1632 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1632: CAMEL-11144: Add components to component table, ad...

2017-04-14 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/1632 CAMEL-11144: Add components to component table, add description Signed-off-by: Jens Reimann You can merge this pull request into a Git repository by running: $ git pull https://github.com/ctron

[GitHub] camel pull request #1611: Initial import of Camel Milo

2017-04-12 Thread ctron
Github user ctron closed the pull request at: https://github.com/apache/camel/pull/1611 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request #1611: Initial import of Camel Milo

2017-04-10 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/1611 Initial import of Camel Milo Signed-off-by: Jens Reimann You can merge this pull request into a Git repository by running: $ git pull https://github.com/ctron/camel feature/camel_milo_1