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

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


    from 4cafe61  Merge branches 'develop' and 'feature/scraper' of 
github.com:apache/plc4x into feature/scraper
     new 597294d  Merge branch 'feature/osgi' of 
https://github.com/apache/plc4x into feature/scraper
     new 912c1ef  Camel-Scraper
     new cb640f8  ClassCast Exception still
     new e5d3cdd  Merge branch 'develop' of https://github.com/apache/plc4x 
into feature/scraper
     new 8a1db07  Camel using Scraper -trigger and period parameters to use 
Triggered Scraper
     new 6b0ad60  Cleaning
     new f8b1303  Reading with Scraper or Writing using 
Map<String,Map<String,Object>>
     add 82efefb  - Moved the karaf-feature stuff into the driver modules 
themselves - Applied the "prepareField" API change to all drivers that were 
missing this - Applied the osgi refactoring to the drivers that were missing 
them - Added static "of" methods to the Field types that were missing them
     add c1b9dfe  do not stop the global timer, remove and cancel the Timeouts 
instead
     add b9d4979  Merge pull request #155 from ottobackwards/clear-timeouts
     add a88791e  - Disabled the building of the plc4cpp hello world example
     add f1838b0  Made the docker and opennssl detection safe against 
ioexeptions (if the tools are not installed at all)
     add 6032544  - Added some more documentation on installing prerequisites 
on windows - Fixed the python detection in the prerequisiteCheck.groovy script
     add 9a0ba2d  - Added a "using plc4x" page
     add 97ba102  - Fixed the parser - Made sure the spi module is linked to 
the drivers - Made the test a little more verbose
     add ab6b25d  - Worked on the prerequisiteCheck.groovy script - Worked on 
the setup instructions for Windows
     add 845f879  - Updated to the newest IoTDB version
     add 34e1177  - Moved the groovy code for generating the artificial version 
properties into a groovy-file - Added code to generate a pom.adoc file 
containinng all of maven's properties in an adoc format - Removed now obsolete 
pom stuff that was already commented out
     new 8b86167  Merge branch 'develop' of https://github.com/apache/plc4x 
into feature/scraper

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES                                      |   3 +
 plc4j/drivers/ab-eth/pom.xml                       |  50 ++-
 .../org/apache/plc4x/java/abeth/AbEthDriver.java   |  14 +-
 .../org/apache/plc4x/java/ads/AdsPlcDriver.java    |   2 -
 plc4j/drivers/eip/pom.xml                          |  79 +++-
 plc4j/drivers/firmata/pom.xml                      |  38 +-
 .../java/firmata/readwrite/FirmataDriver.java      |  25 +-
 .../java/firmata/readwrite/field/FirmataField.java |  14 +
 plc4j/drivers/knxnetip/pom.xml                     |  31 ++
 .../apache/plc4x/java/knxnetip/KnxNetIpDriver.java |   6 +
 .../org/apache/plc4x/java/mock/MockDriver.java     |   6 +
 .../apache/plc4x/java/mock/field/MockField.java    |   6 +
 plc4j/drivers/modbus/pom.xml                       |  38 +-
 .../org/apache/plc4x/java/modbus/ModbusDriver.java |   9 +-
 .../plc4x/java/modbus/field/ModbusField.java       |  22 +
 plc4j/drivers/opcua/pom.xml                        |  78 +++-
 .../apache/plc4x/java/opcua/OpcuaPlcDriver.java    |   6 +
 plc4j/drivers/s7/pom.xml                           |  23 +-
 plc4j/drivers/simulated/pom.xml                    |  54 ++-
 .../plc4x/java/simulated/SimulatedDriver.java      |   8 +-
 plc4j/examples/hello-integration-iotdb/pom.xml     |   2 +-
 plc4j/examples/hello-webapp/pom.xml                |   2 +-
 plc4j/integrations/apache-camel/pom.xml            | 183 +++++---
 .../java/org/apache/plc4x/camel/Constants.java     |   3 +-
 .../org/apache/plc4x/camel/Plc4XComponent.java     |  16 +-
 .../java/org/apache/plc4x/camel/Plc4XConsumer.java | 111 +++--
 .../java/org/apache/plc4x/camel/Plc4XEndpoint.java |  93 ++--
 .../apache/plc4x/camel/Plc4XPollingConsumer.java   |  27 +-
 .../java/org/apache/plc4x/camel/Plc4XProducer.java |  27 +-
 .../main/java/org/apache/plc4x/camel/TagData.java  |  12 +
 .../org/apache/plc4x/camel/Plc4XComponentTest.java |  10 +-
 plc4j/karaf-features/camel/pom.xml                 |   2 +-
 plc4j/pom.xml                                      |   2 +-
 plc4j/protocols/ethernet-ip/pom.xml                | 124 -----
 .../java/ethernetip/model/EtherNetIpField.java     | 102 -----
 .../plc4x/java/ethernetip/netty/EnipCodec.java     |  58 ---
 .../ethernetip/netty/Plc4XEtherNetIpProtocol.java  | 497 ---------------------
 .../netty/events/EtherNetIpConnectedEvent.java     |  22 -
 .../ethernetip/netty/util/EnipPlcFieldHandler.java | 110 -----
 .../ethernet-ip/src/site/asciidoc/index.adoc       |  80 ----
 .../site/resources/images/WAGO_enip_exporer.png    | Bin 293168 -> 0 bytes
 plc4j/protocols/pom.xml                            |   1 -
 .../SingleItemToSingleRequestProtocol.java         |   4 +-
 plc4j/tools/scraper/pom.xml                        |  14 +-
 .../triggerhandler/TriggerConfiguration.java       |  14 +-
 .../triggeredscraper/TriggeredScraperImplTest.java |   3 +-
 .../test/resources/example_triggered_scraper.yml   |   8 +-
 .../src/test/resources/mock-scraper-config.yml     |   4 +-
 pom.xml                                            | 121 +----
 sandbox/code-gen/pom.xml                           |  16 +
 sandbox/plc4c/drivers/modbus/CMakeLists.txt        |   2 +-
 sandbox/plc4c/drivers/s7/CMakeLists.txt            |   2 +-
 sandbox/plc4c/drivers/simulated/CMakeLists.txt     |   2 +-
 sandbox/plc4c/spi/src/system.c                     |  13 +-
 sandbox/plc4c/spi/test/system_test.c               |   4 +
 sandbox/plc4cpp/examples/CMakeLists.txt            |   2 +-
 src/main/script/preSiteGeneration.groovy           |  71 +++
 src/main/script/prerequisiteCheck.groovy           | 189 ++++----
 .../asciidoc/developers/preparing/windows.adoc     |  22 +
 src/site/asciidoc/developers/release/release.adoc  |   2 -
 src/site/asciidoc/users/users.adoc                 |  43 ++
 61 files changed, 1034 insertions(+), 1498 deletions(-)
 delete mode 100644 plc4j/protocols/ethernet-ip/pom.xml
 delete mode 100644 
plc4j/protocols/ethernet-ip/src/main/java/org/apache/plc4x/java/ethernetip/model/EtherNetIpField.java
 delete mode 100644 
plc4j/protocols/ethernet-ip/src/main/java/org/apache/plc4x/java/ethernetip/netty/EnipCodec.java
 delete mode 100644 
plc4j/protocols/ethernet-ip/src/main/java/org/apache/plc4x/java/ethernetip/netty/Plc4XEtherNetIpProtocol.java
 delete mode 100644 
plc4j/protocols/ethernet-ip/src/main/java/org/apache/plc4x/java/ethernetip/netty/events/EtherNetIpConnectedEvent.java
 delete mode 100644 
plc4j/protocols/ethernet-ip/src/main/java/org/apache/plc4x/java/ethernetip/netty/util/EnipPlcFieldHandler.java
 delete mode 100644 plc4j/protocols/ethernet-ip/src/site/asciidoc/index.adoc
 delete mode 100644 
plc4j/protocols/ethernet-ip/src/site/resources/images/WAGO_enip_exporer.png
 create mode 100644 src/main/script/preSiteGeneration.groovy
 create mode 100644 src/site/asciidoc/users/users.adoc

Reply via email to