Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plc4j/opcua): Remove additional hostname resolution within OPC-UA #2028

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

splatch
Copy link
Contributor

@splatch splatch commented Mar 3, 2025

Closes #1897. Removed code which caused additional DNS lookups in favor of endpoint-port and endpoint-host options provided with plc4j 0.13.

@splatch splatch added java Pull requests that update Java code OPC-UA https://plc4x.apache.org/users/protocols/opcua.html labels Mar 3, 2025
@splatch splatch requested review from sruehl and hutcheb March 3, 2025 19:46
@splatch splatch self-assigned this Mar 3, 2025
Copy link
Contributor

@sruehl sruehl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about the implications of that change

@sruehl
Copy link
Contributor

sruehl commented Mar 5, 2025

other than that I don't have any objections

…ct attempts.

Closes #1897. Removed code which caused additional DNS lookups in favor of endpoint-port and endpoint-host options provided with plc4j 0.13.
Updated fleaky unit test.

Signed-off-by: Łukasz Dywicki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code OPC-UA https://plc4x.apache.org/users/protocols/opcua.html
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: OPC-UA v0.13.0 struggles with servers without hostnames
2 participants