-
Notifications
You must be signed in to change notification settings - Fork 575
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
Bump arquillian and WildFly launcher versions #1509
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! This pull request does not follow the contribution rules. Could you have a look? ❌ All commit messages should start with a JIRA issue key matching pattern › This message was automatically generated. |
Hi @jamezp |
Hello @marko-bekhta, I've actually not done much with Arquillian itself. However, I do think it likely needs some work. I've got some ideas on how it could work though. I'm not 100% sure when I'll have a chance to look, but hopefully I can this week. |
Oh ok thanks! |
@marko-bekhta I just ran the WildFly Arquillian with Java 24 and it actually passes. The catch is it's a SNAPSHOT version and it requires WildFly 35.0.0.Beta1-SNAPSHOT :) I can probably do a release of WildFly Aquillian this week. Just note, you'll have to either configure WildFly without jacc configured in Elytron or wait until WildFly 35 is released. |
to address issues with security manager on JDK 24
fdf4f83
to
0031768
Compare
I couldn't find any snapshots at https://repository.jboss.org/nexus/content/repositories/snapshots/org/wildfly/ so I've built them locally and can confirm that using WildFly preview I've tried using a patched version of <policy name="jacc">
<jacc-policy/>
</policy> is removed from the Thanks for looking into this James! |
Quality Gate passedIssues Measures |
to address issues with the security manager on JDK 24
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on licensing, please check here.