You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2020/11/29 18:39:50 UTC

[plc4x] branch update/opcua-server updated (886f682 -> 3d17339)

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

hutcheb pushed a change to branch update/opcua-server
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from 886f682  Added tests from opcua client
     add 303d8ad  - Fixed a broken link on our landing page - Added the GO document to the general getting-started document
     add 3197b82  - Big pom hygene session -- Updated dependency versions -- Updated plugin versions -- Removed usage of ${project.version} where it is not needed -- Managed dependencies -- Removed unneeded dependency-management -- Removed unneeded properties
     add c9e6fe6  - Finetuned the README documentation to lay emphasis on the requirement to use Java 11
     add 6e8bc52  Fix for connection pool, unable to reconnect after failed connection.
     add 98e5556  Merge pull request #207 from apache/bug/pool-connect
     add 8df10a7  Merge branch 'develop' into update/opcua-server
     add 3d17339  Merged Develop branch

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  19 +-
 build-utils/language-base-freemarker/pom.xml       |   1 -
 plc4j/drivers/firmata/pom.xml                      |   1 -
 plc4j/drivers/opcua/pom.xml                        |  27 +
 plc4j/examples/hello-storage-elasticsearch/pom.xml |  20 +
 plc4j/examples/replay-test/pom.xml                 |   2 -
 plc4j/integrations/logstash-plugin/pom.xml         |  43 +-
 plc4j/integrations/opcua-server/pom.xml            |  40 +-
 .../opcua-server/src/main/resources/config.yml     |   2 +-
 plc4j/karaf-features/camel/pom.xml                 |   2 +-
 plc4j/karaf-features/eip/pom.xml                   |   2 +-
 plc4j/karaf-features/s7/pom.xml                    |   2 +-
 .../plc4x/java/spi/generation/WriteBuffer.java     |   4 +-
 .../connectionpool/PooledPlcDriverManager.java     |   4 +
 plc4j/tools/interop/pom.xml                        |   3 -
 .../java/org/apache/plc4x/interop/impl/Server.java |   4 +-
 plc4j/transports/serial/pom.xml                    |   1 -
 pom.xml                                            | 824 ++++++++-------------
 sandbox/code-gen/pom.xml                           |   1 -
 sandbox/hello-influx-data-collection/pom.xml       |   1 -
 sandbox/plc-simulator/pom.xml                      |   1 +
 sandbox/plc4cpp/pom.xml                            |   1 -
 sandbox/test-java-bacnetip-driver/pom.xml          |   4 +-
 .../apache/plc4x/java/bacnetip/BacNetIpDriver.java |   2 -
 sandbox/test-java-df1-driver/pom.xml               |   5 +-
 .../org/apache/plc4x/java/df1/DF1PlcDriver.java    |   2 -
 src/site/asciidoc/index.adoc                       |   2 +-
 src/site/asciidoc/users/gettingstarted.adoc        |   8 +-
 tools/thrift/pom.xml                               |   2 +-
 29 files changed, 425 insertions(+), 605 deletions(-)