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

sruehl pushed a change to branch feature/mspec-ng
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from bd02327  Worked on implementing some of the mspec changes we discussed 
(WIP)
     add 180a774  plc4go: refactored discover options
     add 4156659  feat(plc4j/codegen): format java sources and optimize import 
after codegen
     new ea111b4  Merge branch 'develop' into feature/mspec-ng

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:
 .../freemarker/FreemarkerLanguageOutput.java       |  11 +-
 code-generation/language-java/pom.xml              |  13 +
 .../plc4x/language/java/JavaLanguageOutput.java    |  26 +-
 .../src/test/resources/integration-test/pom.xml    | 338 ++++++++++-----------
 plc4go/internal/plc4go/ads/Driver.go               |  33 +-
 plc4go/internal/plc4go/bacnetip/Driver.go          |  33 +-
 plc4go/internal/plc4go/eip/Driver.go               |  32 +-
 plc4go/internal/plc4go/knxnetip/Discoverer.go      |   5 +-
 plc4go/internal/plc4go/knxnetip/Driver.go          |  20 +-
 plc4go/internal/plc4go/modbus/Driver.go            |  33 +-
 plc4go/internal/plc4go/s7/Driver.go                |  32 +-
 plc4go/internal/plc4go/spi/PlcDiscoverer.go        |   7 +-
 plc4go/internal/plc4go/spi/PlcFieldHandler.go      |   3 +-
 plc4go/internal/plc4go/spi/default/DefaultCodec.go |  12 +-
 .../plc4go/spi/default/DefaultConnection.go        |  20 +-
 .../internal/plc4go/spi/default/DefaultDriver.go   |  96 ++++++
 .../plc4go/spi/options/DiscoveryOption.go}         | 162 ++++------
 .../spi/{default/Options.go => options/Option.go}  |   7 +-
 plc4go/pkg/plc4go/driver.go                        |   5 +-
 plc4go/pkg/plc4go/driverManager.go                 |  29 +-
 plc4go/pkg/plc4go/model/plc_discovery.go           | 207 +------------
 21 files changed, 452 insertions(+), 672 deletions(-)
 create mode 100644 plc4go/internal/plc4go/spi/default/DefaultDriver.go
 copy plc4go/{pkg/plc4go/model/plc_discovery.go => 
internal/plc4go/spi/options/DiscoveryOption.go} (71%)
 rename plc4go/internal/plc4go/spi/{default/Options.go => options/Option.go} 
(87%)

Reply via email to