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 a70695f094 feat: Add github link to header
new f87bd6b686 refactor: Refactored the ConnectionStateListener to allow
reporting more types of events.
new d3bd3d4075 fix: Updated the prereqisiteCheck to also deal with new
versions of libpcap.
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:
RELEASE_NOTES | 6 ++++++
.../java/api/listener/ConnectionStateListener.java | 6 +++---
.../api/model/PlcConnectionStateChangedEvent.java} | 24 ++++++++++++----------
...ionType.java => ConnectionStateChangeType.java} | 22 ++++++++++++--------
.../spi/connection/DefaultNettyPlcConnection.java | 10 +++++++--
.../SingleProtocolStackConfigurerTest.java | 16 ++++++++++-----
src/main/script/prerequisiteCheck.groovy | 12 ++++++++---
7 files changed, 63 insertions(+), 33 deletions(-)
copy
plc4j/{drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/security/MessageSecurity.java
=>
api/src/main/java/org/apache/plc4x/java/api/model/PlcConnectionStateChangedEvent.java}
(60%)
copy plc4j/api/src/main/java/org/apache/plc4x/java/api/types/{OptionType.java
=> ConnectionStateChangeType.java} (57%)