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 d40f00e3c7 build(deps): bump org.jacoco:jacoco-maven-plugin from
0.8.13 to 0.8.14 (#2304)
new 2b4fc27c19 chore: Added a time-measurement to the ManualAdsDriverTest
new 7d0b94df6e docs: Added a bit more documentation to the previously
undocumented PlcSubscriber methods.
new 6e540338ce chore: Updated KNX manufacturer data
new 5fa90a69e5 chore: Updated Bacnet vendor data
new 44957840a7 chore: Ensured the PLC4J-API module is compatible with Java
17
The 5 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:
.../bacnetip/readwrite/model/BACnetVendorId.go | 176 +++++++++++++++++++++
.../knxnetip/readwrite/model/KnxManufacturer.go | 58 +++++--
plc4j/api/pom.xml | 12 ++
.../plc4x/protocol/ads/ManualAdsDriverTest.java | 3 +
.../java/bacnetip/readwrite/BACnetVendorId.java | 12 ++
.../java/knxnetip/readwrite/KnxManufacturer.java | 9 +-
.../plc4x/java/spi/messages/PlcSubscriber.java | 15 +-
.../knxnetip/readwrite/model/KnxManufacturer.cs | 34 ++--
.../protocols/bacnetip/bacnet-vendorids.mspec | 11 ++
.../protocols/knxnetip/knx-master-data.mspec | 8 +-
10 files changed, 305 insertions(+), 33 deletions(-)