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

tenthe pushed a change to branch 
4690-deprecate-legacy-plc4x-s7-and-modbus-adapters
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 66dc262b02 feat: refactored Asset Link Table (#4646)
     new ec95bf17d8 refactor(#4690): deprecate concrete PLC4X adapters
     new 89b9b03580 docs(#4690): document PLC4X adapter deprecations
     new 177787060e feat(#4690): migrate PLC4X S7 to generic adapter

The 3 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:
 .../connectors/plc/PlcConnectorsModuleExport.java  |   2 +
 .../Plc4xS7ToGenericAdapterMigration.java          | 231 +++++++++++++++++++++
 .../plc/adapter/modbus/Plc4xModbusAdapter.java     |   5 +
 .../connectors/plc/adapter/s7/Plc4xS7Adapter.java  |   5 +
 .../documentation.md                               |   3 +
 .../documentation.md                               |   4 +
 .../Plc4xS7ToGenericAdapterMigrationTest.java      | 200 ++++++++++++++++++
 7 files changed, 450 insertions(+)
 create mode 100644 
streampipes-extensions/streampipes-connectors-plc/src/main/java/org/apache/streampipes/extensions/connectors/plc/adapter/migration/Plc4xS7ToGenericAdapterMigration.java
 create mode 100644 
streampipes-extensions/streampipes-connectors-plc/src/test/java/org/apache/streampipes/extensions/connectors/plc/adapter/migration/Plc4xS7ToGenericAdapterMigrationTest.java

Reply via email to