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

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


    from 489fd090d3 chore(deps): update go indirect dependencies
     new 316d8bb960 chore: Updated KNX manufacturer data (and new datatypes)
     new 760e5cc225 refactor: Simplified the datatypes in ADS and updated the 
Browse API intercept mode to not only pass in the item, but also the tag.

The 2 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:
 plc4go/internal/ads/Browser.go                     |    8 +-
 plc4go/internal/ads/Connection.go                  |   12 +-
 plc4go/internal/ads/DriverContext.go               |   12 +-
 plc4go/internal/ads/Reader.go                      |   12 +-
 plc4go/internal/ads/ValueHandler.go                |   12 +-
 plc4go/internal/ads/Writer.go                      |   12 +-
 plc4go/protocols/ads/readwrite/ParserHelper.go     |    2 -
 plc4go/protocols/ads/readwrite/XmlParserHelper.go  |    2 -
 .../readwrite/model/AdsDataTypeTableChildEntry.go  |  825 ----------------
 .../ads/readwrite/model/AdsDataTypeTableEntry.go   |  156 +--
 .../knxnetip/readwrite/model/KnxDatapoint.go       |   72 ++
 .../knxnetip/readwrite/model/KnxDatapointType.go   |  898 +++++++++--------
 .../knxnetip/readwrite/model/KnxManufacturer.go    |   26 +-
 .../api/messages/PlcBrowseRequestInterceptor.java  |    4 +-
 .../ads/readwrite/AdsDataTypeTableChildEntry.java  |  679 -------------
 .../java/ads/readwrite/AdsDataTypeTableEntry.java  |  148 +--
 .../plc4x/java/ads/protocol/AdsProtocolLogic.java  |   79 +-
 .../apache/plc4x/protocol/ads/ManualAdsBrowse.java |    2 +-
 .../readwrite/connection/CtrlXConnection.java      |    2 +-
 .../java/knxnetip/readwrite/KnxDatapoint.java      |   54 ++
 .../java/knxnetip/readwrite/KnxDatapointType.java  |  149 +--
 .../java/knxnetip/readwrite/KnxManufacturer.java   |    5 +-
 .../knxnetip/readwrite/model/KnxDatapoint.cs       |   69 ++
 .../knxnetip/readwrite/model/KnxDatapointType.cs   | 1022 ++++++++++----------
 .../knxnetip/readwrite/model/KnxManufacturer.cs    |   19 +-
 .../ads/src/main/resources/protocols/ads/ads.mspec |   49 +-
 .../protocols/knxnetip/knx-master-data.mspec       |  157 +--
 27 files changed, 1673 insertions(+), 2814 deletions(-)
 delete mode 100644 
plc4go/protocols/ads/readwrite/model/AdsDataTypeTableChildEntry.go
 delete mode 100644 
plc4j/drivers/ads/src/main/generated/org/apache/plc4x/java/ads/readwrite/AdsDataTypeTableChildEntry.java

Reply via email to