Skip to content
Failed

Changes

Summary

  1. Refactor ManifestUtil, remove conversion to URI (#1218) (commit: cd0f3d9) (details)
  2. Update README.md (commit: 7f49b8d) (details)
  3. Allow writing `null` when "AllowNulls" Property is `true` (commit: 463cd44) (details)
Commit cd0f3d97f78de3823541229032642f8af9f00040 by noreply
Refactor ManifestUtil, remove conversion to URI (#1218)

fixes #1216
(commit: cd0f3d9)
The file was modified opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/ManifestUtil.java (diff)
The file was modified README.md (diff)
Commit 463cd44840dae5b0e4c720a85a90f64bea556518 by Kevin Herron
Allow writing `null` when "AllowNulls" Property is `true`

fixes #1254
(commit: 463cd44)
The file was addedopc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/server/api/util/AttributeWriterTest.java
The file was modified opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/AttributeWriter.java (diff)