Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release v0.6.0-M1 (commit: 66c7a19) (details)
  2. [maven-release-plugin] prepare for next development iteration (commit: 36e9ad5) (details)
  3. Remove check preventing Variant construction with DataValue (#806) (commit: 53210d7) (details)
  4. Allow registration with composite to be controlled via overload (commit: 0e1f2b8) (details)
  5. [maven-release-plugin] prepare release v0.6.0 (commit: 9fd8a23) (details)
  6. [maven-release-plugin] prepare for next development iteration (commit: b352bb6) (details)
  7. Update README.md (commit: 3e1ef15) (details)
Commit 66c7a1909c3d5fd5e34cb7bc1cb9d42e22b0a3d0 by milo-bot
[maven-release-plugin] prepare release v0.6.0-M1
(commit: 66c7a19)
The file was modified opc-ua-sdk/sdk-tests/pom.xml (diff)
The file was modified opc-ua-sdk/dictionary-manager/pom.xml (diff)
The file was modified opc-ua-stack/bsd-parser/pom.xml (diff)
The file was modified opc-ua-stack/stack-server/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified milo-examples/server-examples/pom.xml (diff)
The file was modified opc-ua-sdk/dictionary-reader/pom.xml (diff)
The file was modified opc-ua-stack/stack-client/pom.xml (diff)
The file was modified opc-ua-stack/stack-tests/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-core/pom.xml (diff)
The file was modified opc-ua-stack/bsd-parser-gson/pom.xml (diff)
The file was modified opc-ua-sdk/integration-tests/pom.xml (diff)
The file was modified opc-ua-stack/bsd-core/pom.xml (diff)
The file was modified opc-ua-stack/stack-core/pom.xml (diff)
The file was modified opc-ua-stack/bsd-generator/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-client/pom.xml (diff)
The file was modified opc-ua-stack/pom.xml (diff)
The file was modified milo-examples/pom.xml (diff)
The file was modified opc-ua-sdk/pom.xml (diff)
The file was modified build-tools/pom.xml (diff)
The file was modified milo-examples/client-examples/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-server/pom.xml (diff)
Commit 36e9ad5f398d0880f88898bc73a13f19f53a218f by milo-bot
[maven-release-plugin] prepare for next development iteration
(commit: 36e9ad5)
The file was modified opc-ua-stack/pom.xml (diff)
The file was modified milo-examples/pom.xml (diff)
The file was modified build-tools/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-core/pom.xml (diff)
The file was modified opc-ua-stack/stack-client/pom.xml (diff)
The file was modified opc-ua-sdk/integration-tests/pom.xml (diff)
The file was modified opc-ua-stack/stack-core/pom.xml (diff)
The file was modified milo-examples/client-examples/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-server/pom.xml (diff)
The file was modified opc-ua-stack/bsd-core/pom.xml (diff)
The file was modified opc-ua-sdk/dictionary-reader/pom.xml (diff)
The file was modified opc-ua-stack/bsd-generator/pom.xml (diff)
The file was modified opc-ua-sdk/dictionary-manager/pom.xml (diff)
The file was modified opc-ua-stack/bsd-parser-gson/pom.xml (diff)
The file was modified milo-examples/server-examples/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-client/pom.xml (diff)
The file was modified opc-ua-stack/stack-tests/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-tests/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified opc-ua-stack/bsd-parser/pom.xml (diff)
The file was modified opc-ua-sdk/pom.xml (diff)
The file was modified opc-ua-stack/stack-server/pom.xml (diff)
Commit 53210d79f6adec881c64e6c4f716f0817b50d08d by noreply
Remove check preventing Variant construction with DataValue (#806)

OPC UA 1.04 further clarifies that it is legal to construct a Variant
containing a DataValue for use in e.g. method arguments or PubSub but it is
not legal for a DataValue to contain such a Variant. Without knowledge of
where the Variant will be used it does not make sense to restrict construction
of such a Variant.

fixes #805
(commit: 53210d7)
The file was modified opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/types/builtin/Variant.java (diff)
The file was modified opc-ua-stack/stack-core/src/test/java/org/eclipse/milo/opcua/stack/core/types/builtin/VariantTest.java (diff)
Commit 0e1f2b89a4477623104216ae1eaeb7b21372f976 by Kevin Herron
Allow registration with composite to be controlled via overload
(commit: 0e1f2b8)
The file was modified opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/api/ManagedAddressSpaceFragmentWithLifecycle.java (diff)
Commit 9fd8a23ae26263ccd8045d02eae0f9466d06207b by milo-bot
[maven-release-plugin] prepare release v0.6.0
(commit: 9fd8a23)
The file was modified opc-ua-stack/bsd-parser-gson/pom.xml (diff)
The file was modified build-tools/pom.xml (diff)
The file was modified opc-ua-stack/stack-tests/pom.xml (diff)
The file was modified milo-examples/pom.xml (diff)
The file was modified opc-ua-stack/bsd-core/pom.xml (diff)
The file was modified opc-ua-stack/bsd-parser/pom.xml (diff)
The file was modified opc-ua-stack/stack-core/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified opc-ua-sdk/pom.xml (diff)
The file was modified opc-ua-sdk/integration-tests/pom.xml (diff)
The file was modified opc-ua-stack/stack-server/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-tests/pom.xml (diff)
The file was modified milo-examples/client-examples/pom.xml (diff)
The file was modified opc-ua-sdk/dictionary-reader/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-server/pom.xml (diff)
The file was modified opc-ua-stack/bsd-generator/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-client/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-core/pom.xml (diff)
The file was modified opc-ua-sdk/dictionary-manager/pom.xml (diff)
The file was modified milo-examples/server-examples/pom.xml (diff)
The file was modified opc-ua-stack/pom.xml (diff)
The file was modified opc-ua-stack/stack-client/pom.xml (diff)
Commit b352bb6d6129eda56a41fa690520dedc9be68a71 by milo-bot
[maven-release-plugin] prepare for next development iteration
(commit: b352bb6)
The file was modified milo-examples/client-examples/pom.xml (diff)
The file was modified opc-ua-sdk/dictionary-manager/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-server/pom.xml (diff)
The file was modified opc-ua-sdk/integration-tests/pom.xml (diff)
The file was modified opc-ua-stack/bsd-core/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-tests/pom.xml (diff)
The file was modified milo-examples/server-examples/pom.xml (diff)
The file was modified opc-ua-stack/stack-client/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-client/pom.xml (diff)
The file was modified opc-ua-stack/stack-tests/pom.xml (diff)
The file was modified milo-examples/pom.xml (diff)
The file was modified opc-ua-stack/bsd-parser-gson/pom.xml (diff)
The file was modified opc-ua-sdk/sdk-core/pom.xml (diff)
The file was modified opc-ua-stack/stack-server/pom.xml (diff)
The file was modified opc-ua-sdk/pom.xml (diff)
The file was modified opc-ua-stack/bsd-parser/pom.xml (diff)
The file was modified opc-ua-stack/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified opc-ua-stack/stack-core/pom.xml (diff)
The file was modified opc-ua-sdk/dictionary-reader/pom.xml (diff)
The file was modified opc-ua-stack/bsd-generator/pom.xml (diff)
The file was modified build-tools/pom.xml (diff)
The file was modified README.md (diff)