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

jfeinauer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from 7392cd5  [maven-release-plugin] copy for tag release/0.3.0
     add d5a9dd8  [maven-release-plugin] prepare for next development iteration
     add caf92ae  - Fixed a problem with the S7 not correctly handling 
fill-bytes in multi-item read-responses and write-requests.
     add a25c96c  - fixed NPE when reading odd-length array of one-byte base 
types
     add e21e9e2  -extended Release notes of commit
     add 7a4d561  PLC4X-82 - java.lang.IndexOutOfBoundsException
     add 53ac34b  PLC4X-84 - NPE when reading Marker
     add c953044  - Fixed a bug in the code
     add 70f3427  - Renamed the FLAGS constant to FLAGS_MARKERS and changed the 
short name to "M" which seems to be the usually used one.
     add fdf2920  -extended Release notes of all cherry picks
     add e4c5554  minor modification of Release-Notes
     add 7852b6d  [maven-release-plugin] prepare release release/0.3.1
     new 295b71f  Merge tag 'release/0.3.1'

The 1 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                                      | 14 ++++++++
 examples/dummy-driver/pom.xml                      |  8 ++---
 examples/hello-cloud-azure/pom.xml                 |  6 ++--
 examples/hello-cloud-google/pom.xml                |  6 ++--
 examples/hello-connectivity-kafka/pom.xml          | 10 +++---
 examples/hello-integration-edgent/pom.xml          |  6 ++--
 examples/hello-opm/pom.xml                         | 10 +++---
 examples/hello-storage-elasticsearch/pom.xml       |  8 ++---
 examples/hello-world-plc4x/pom.xml                 |  8 ++---
 .../plc4x/java/examples/helloplc4x/HelloPlc4x.java |  2 +-
 examples/pom.xml                                   |  2 +-
 integrations/apache-brooklyn/pom.xml               |  2 +-
 integrations/apache-calcite/pom.xml                |  8 ++---
 integrations/apache-camel/pom.xml                  |  8 ++---
 integrations/apache-edgent/pom.xml                 | 10 +++---
 integrations/apache-kafka/pom.xml                  |  2 +-
 .../apache-karaf/karaf-ads-feature/pom.xml         |  4 +--
 .../apache-karaf/karaf-demo-server/pom.xml         | 12 +++----
 .../apache-karaf/karaf-ethernet-ip-feature/pom.xml |  4 +--
 .../apache-karaf/karaf-modbus-feature/pom.xml      |  4 +--
 integrations/apache-karaf/karaf-s7-feature/pom.xml |  4 +--
 .../apache-karaf/karaf-simulated-feature/pom.xml   |  4 +--
 integrations/apache-karaf/pom.xml                  |  2 +-
 integrations/apache-mynewt/pom.xml                 |  2 +-
 integrations/apache-nifi/nifi-plc4x-nar/pom.xml    | 16 ++++-----
 .../apache-nifi/nifi-plc4x-processors/pom.xml      |  4 +--
 integrations/apache-nifi/pom.xml                   |  2 +-
 integrations/pom.xml                               |  2 +-
 plc4c/pom.xml                                      |  2 +-
 plc4cpp/api/pom.xml                                |  4 +--
 plc4cpp/libs/pom.xml                               |  2 +-
 plc4cpp/pom.xml                                    |  2 +-
 plc4j/api/pom.xml                                  |  4 +--
 plc4j/drivers/ads/pom.xml                          | 16 ++++-----
 plc4j/drivers/ethernet-ip/pom.xml                  | 10 +++---
 plc4j/drivers/modbus/pom.xml                       | 14 ++++----
 plc4j/drivers/pom.xml                              |  2 +-
 plc4j/drivers/s7/pom.xml                           | 20 +++++------
 plc4j/drivers/simulated/pom.xml                    |  6 ++--
 plc4j/pom.xml                                      |  2 +-
 plc4j/protocols/ads/pom.xml                        |  8 ++---
 plc4j/protocols/benchmarks/pom.xml                 |  4 +--
 plc4j/protocols/delta-v/pom.xml                    |  2 +-
 plc4j/protocols/driver-bases/base/pom.xml          |  4 +--
 plc4j/protocols/driver-bases/pom.xml               |  2 +-
 plc4j/protocols/driver-bases/raw-socket/pom.xml    |  6 ++--
 plc4j/protocols/driver-bases/serial/pom.xml        |  6 ++--
 plc4j/protocols/driver-bases/tcp/pom.xml           |  6 ++--
 plc4j/protocols/driver-bases/test/pom.xml          |  6 ++--
 plc4j/protocols/ethernet-ip/pom.xml                |  6 ++--
 plc4j/protocols/iso-on-tcp/pom.xml                 |  8 ++---
 plc4j/protocols/iso-tp/pom.xml                     | 10 +++---
 plc4j/protocols/modbus/pom.xml                     |  8 ++---
 plc4j/protocols/pom.xml                            |  2 +-
 plc4j/protocols/s7/pom.xml                         | 10 +++---
 .../org/apache/plc4x/java/s7/netty/S7Protocol.java | 24 +++++++++----
 .../s7/netty/model/types/DataTransportSize.java    | 22 +++++-------
 .../java/s7/netty/model/types/MemoryArea.java      |  2 +-
 .../strategies/DefaultS7MessageProcessor.java      | 42 +++++++++-------------
 plc4j/utils/connection-pool/pom.xml                |  4 +--
 plc4j/utils/opm/pom.xml                            | 10 +++---
 plc4j/utils/pom.xml                                |  2 +-
 plc4j/utils/raw-sockets/pom.xml                    |  4 +--
 plc4j/utils/scraper/pom.xml                        | 12 +++----
 plc4j/utils/test-utils/pom.xml                     |  2 +-
 plc4s/pom.xml                                      |  2 +-
 pom.xml                                            |  4 +--
 protocols/pom.xml                                  |  2 +-
 68 files changed, 242 insertions(+), 232 deletions(-)

Reply via email to