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 2022/10/27 13:56:40 UTC

[camel] 01/02: Merge branch 'main' of https://github.com/chrisdutz/camel into chrisdutz-main

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

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

commit 373b30a7fb00ddd2e346c86f2aec5d7f67e0c9c7
Merge: 2d79a7755af 345e7b185f4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Oct 27 15:45:31 2022 +0200

    Merge branch 'main' of https://github.com/chrisdutz/camel into chrisdutz-main

 components/camel-plc4x/pom.xml                     | 183 +++++++++++++++++++++
 components/camel-plc4x/src/main/docs/PLC4X.adoc    |  64 +++++++
 .../java/org/apache/plc4x/camel/Constants.java     |  29 ++++
 .../org/apache/plc4x/camel/Plc4XComponent.java     |  72 ++++++++
 .../java/org/apache/plc4x/camel/Plc4XConsumer.java | 157 ++++++++++++++++++
 .../java/org/apache/plc4x/camel/Plc4XEndpoint.java | 177 ++++++++++++++++++++
 .../java/org/apache/plc4x/camel/Plc4XProducer.java | 109 ++++++++++++
 .../main/java/org/apache/plc4x/camel/TagData.java  | 169 +++++++++++++++++++
 .../services/org/apache/camel/component/plc4x      |  17 ++
 .../java/org/apache/plc4x/camel/ConstantsTest.java |  40 +++++
 .../java/org/apache/plc4x/camel/ManualTest.java    |  71 ++++++++
 .../java/org/apache/plc4x/camel/MockDriver.java    | 103 ++++++++++++
 .../org/apache/plc4x/camel/Plc4XComponentTest.java |  65 ++++++++
 .../org/apache/plc4x/camel/Plc4XConsumerTest.java  |  33 ++++
 .../org/apache/plc4x/camel/Plc4XEndpointTest.java  |  57 +++++++
 .../org/apache/plc4x/camel/Plc4XProducerTest.java  | 108 ++++++++++++
 .../services/org.apache.plc4x.java.api.PlcDriver   |  17 ++
 .../src/test/resources/log4j2.properties           |  22 +++
 .../src/test/resources/logback-test.xml            |  36 ++++
 .../src/test/resources/data/sfny-j48.model         | Bin 7824 -> 7824 bytes
 components/pom.xml                                 |   1 +
 21 files changed, 1530 insertions(+)