Upgrade from milo stack-client version 0.1.2 to 0.5.4 #734
Replies: 3 comments
-
There have been a number of API changes since 0.1. That class is now You will have to make updates to your code to accommodate the API changes. |
Beta Was this translation helpful? Give feedback.
-
The <dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-client</artifactId>
<version>0.2.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-client</artifactId>
<version>0.2.5</version>
</dependency> @kevinherron is there a post, wiki or any kind of documentation about this change ? I appreciate any information. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry but there is not. There is now some documentation about using the client in the wiki and there are the client examples that may serve as an additional reference, but that's about it. You're welcome to ask questions as you run into issues updating your code here or preferably on the mailing list. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When I try upgrade from version 0.1.2 to version 0.5.4 I get the compilation error:
cannot find symbol class UaTcpStackClient location: package org.eclipse.milo.opcua.stack.client
Expected behavior
I expect to compile without errors.
Logs and Packet Captures
Maven compilation error:
cannot find symbol class UaTcpStackClient location: package org.eclipse.milo.opcua.stack.client
Additional context
I'm trying upgrade Milo version from
0.1.2
which works for me.Beta Was this translation helpful? Give feedback.
All reactions