You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by er...@apache.org on 2020/04/02 09:04:30 UTC

[plc4x] branch develop updated (387a17d -> a5267f2)

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

erobinet pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from 387a17d  added german webinars
     add 3d6bdc9  -Updating Camel Component
     add 00efaea  Camel Component update
     add 1f78e2e  Small tweaks -added toString() for TagData
     add fc78576  Merge branch 'develop' of https://github.com/apache/plc4x into camel
     add 5502906  Corrected data size for ReadResponse
     add e365650  Driver and Camel parameter can now be used together in same URI
     add c370a0d  Merge branch 'develop' of https://github.com/apache/plc4x into camel
     add c4f6ffe  Parent pom.xml
     add a5267f2  Merge branch 'develop' of https://github.com/apache/plc4x into camel

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/plc4x/camel/Constants.java     |  2 +-
 .../org/apache/plc4x/camel/Plc4XComponent.java     | 18 ++++++++
 .../java/org/apache/plc4x/camel/Plc4XConsumer.java | 40 ++++++++--------
 .../java/org/apache/plc4x/camel/Plc4XEndpoint.java | 33 +++++++------
 .../apache/plc4x/camel/Plc4XPollingConsumer.java   | 54 ++++++++++++----------
 .../java/org/apache/plc4x/camel/Plc4XProducer.java | 24 ++++++----
 .../main/java/org/apache/plc4x/camel/TagData.java  | 43 +++++++++++------
 .../org/apache/plc4x/camel/Plc4XComponentTest.java | 20 ++++----
 .../org/apache/plc4x/camel/Plc4XConsumerTest.java  | 18 --------
 .../org/apache/plc4x/camel/Plc4XProducerTest.java  | 37 +++++++--------
 pom.xml                                            |  2 +-
 .../eip/src/main/resources/protocols/eip/eip.mspec |  2 +-
 12 files changed, 163 insertions(+), 130 deletions(-)
 copy sandbox/code-gen/src/main/java/org/apache/plc4x/codegen/ast/ConstantExpression.java => plc4j/integrations/apache-camel/src/main/java/org/apache/plc4x/camel/TagData.java (54%)