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

Implement Roles and Permissions #1256

Merged
merged 49 commits into from
Apr 19, 2024
Merged

Conversation

kevinherron
Copy link
Contributor

Implement Roles and Permissions as described by OPC UA 1.05.

fixes #1248

…xception

On JDK 21, `certificate.getSubjectAlternativeNames()` now throws CertificateParsingException if the URI contains an invalid character such as unescaped whitespace. Instead of propagating the exception just return `false` to indicate the check failed.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

if and when this other PR is merged #1263 , the version can be removed

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

if and when this other PR is merged #1263 , the version can be removed

@kevinherron kevinherron marked this pull request as ready for review April 19, 2024 17:18
@kevinherron kevinherron merged commit a79fe46 into dev/1.0 Apr 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants