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

add WildFly 21 #206

Merged
merged 2 commits into from
Jun 17, 2022
Merged

add WildFly 21 #206

merged 2 commits into from
Jun 17, 2022

Conversation

simkam
Copy link
Collaborator

@simkam simkam commented Jun 16, 2022

intentionally adding only single WF version per PR to leverage GH CI

WildFly 21 fails with

```
{"outcome" => "failed","failure-description" => "WFLYCTL0367: Cannot remove capability 'org.wildfly.security.key-store.key-store-name_CreaperSslContext' as it is required by other capabilities: capability 'org.wildfly.security.key-manager.key-manager-name_CreaperSslContext' requires it for attribute 'key-store' at address '/subsystem=elytron/key-manager=key-manager-name_CreaperSslContext'","rolled-back" => true}
```

WildFly 22+ contains by default "applicationKS" which tests shouldn't (and actually is not able to) remove since it doesn't create it.

```
<key-stores>
    <key-store name="applicationKS">
        <credential-reference clear-text="password"/>
        <implementation type="JKS"/>
        <file path="application.keystore" relative-to="jboss.server.config.dir"/>
    </key-store>
</key-stores>
```
@jstourac jstourac merged commit c106b2c into wildfly-extras:master Jun 17, 2022
@simkam simkam deleted the wf21 branch February 2, 2023 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants