You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2023/06/15 15:16:11 UTC

[plc4x] branch chore/profinet-phase-3 deleted (was 4fba7c8f03)

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

cdutz pushed a change to branch chore/profinet-phase-3
in repository https://gitbox.apache.org/repos/asf/plc4x.git


     was 4fba7c8f03 Merge remote-tracking branch 'origin/develop' into chore/profinet-phase-3

This change permanently discards the following revisions:

 discard 4fba7c8f03 Merge remote-tracking branch 'origin/develop' into chore/profinet-phase-3
 discard 57d06a026a chore(plc4j/profinet): Removed unneeded code
 discard aca51bb2de bug(plc4j/opcua): Added some comments that will hopefully help me not start investigating this issue again if Parallels change their product string again ;-/
 discard d3ee75ce2a chore(plc4j): Told the compiler to not log warnings in compile code.
 discard a09da86db5 bug(plc4j/opcua): Fixed a timeout in one of the tests.
 discard 20d77869bd bug(plc4j/opcua): Reduced the log level to info.
 discard ae16cc8d7d bug(plc4j/test-utils): Added support for detecting parallels VMs on ARM systems.
 discard edd7b4fb5a bug(plc4j/opc-ua): Trying to fix the blocking test issue on Windows.
 discard a02076b432 Merge remote-tracking branch 'origin/develop' into chore/profinet-phase-3
 discard 62933b6676 fix(plc4go): Made the Tracer synchronized
 discard 584ec413bf Merge remote-tracking branch 'origin/develop' into chore/profinet-phase-3
 discard fb50bd2703 chore(plc4j/profinet-ng):  - Minor work on the subscriptions
 discard 3e881f3bb0 chore(plc4j/profinet-ng):  - Added some more documentation in the code comments.
 discard 67ed07a983 chore(plc4j/profinet-ng):  - Changed the ProfinetDriverContext to no longer contain the raw device profile data, but pre-processed structures based on slot and subslot.  - Simplified the browse logic  - Started implementing the subscription logic  - Added an empty dummy for PnIoCm_Block_ReqPluginAlarmApplicationReady as it seems that this is sent from the remote devices
 discard ee0db37493 chore(plc4j/profinet):  - Added some more comments
 discard a9aa5b8fc4 chore(plc4j/profinet-ng):  - Implemented the types needed to read "RealIdentifictionData" from the Device.  - Updated the connection process to use the information from that instead of the I&M0 data.  - Implemented the browse functionality.  - Documented the things I found out.
 discard 6588e9a1e7 refactor(plc4j/profinet): Added some comments and made the tests use the classloader to load the test-data instead of a fixed file-reference.
 discard 8896bcbff6 refactor(plc4j/udp-transport): Made it generally possible to open a UDP transport with a fixed local port
 discard 7628e1f4d8 docs(plc4go/bacnet): Added some comments
 discard f8587652f1 chore(plc4j/profinet): Refactored the code to be a little more cleaned up.
 discard 2e8443c659 chore(plc4j/profinet): Refactored the code to be a little more cleaned up.
 discard e674fcc27b chore(plc4j/profinet): Created a new version of the Profinet driver that uses a much simpler approach.
 discard 7636caa55c Merge remote-tracking branch 'origin/develop' into chore/profinet-phase-3
 discard 64ef2075c9 chore(plc4j/profinet): Created a new version of the Profinet driver that uses a much simpler approach.
 discard 25c7fc1923 feat(plc4go/spi): Introduce new WithCustomLogger option
 discard e5e9210847 refactor(plc4go/spi): move WorkerPool to own package
 discard 4d8acbaba6 refactor(plc4go/spi): move transaction manager to own package
 discard 95a8648d03 chore(plc4j/profinet): Tried adjusting the code to provide more help in error messages and started working on handling the "ping" messages.