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

[WFCORE-5087] Add support for the -secmgr command line argument, #4301

Merged
merged 1 commit into from Aug 19, 2020

Conversation

darranl
Copy link
Contributor

@darranl darranl commented Aug 12, 2020

This approach is borrowed from JBoss Modules which follows a similar pattern of being started from a "java -jar" command before performing the rest of the bootstrap process.

https://issues.redhat.com/browse/WFCORE-5087

Unlike JBoss Modules this does not support alternative security managers as we only support WildFlySecurityManager with the running server.

The following example update makes use of the new -secmgr command line argument:
wildfly-extras/wildfly-jar-maven-plugin#46

…ad of -Djava.security.manager.

This follows the same pattern as used by JBoss Modules to initialise the supported SecurityManager during bootstrap.
@wildfly-ci wildfly-ci added the deps-ok Dependencies have been checked, and there are no significant changes label Aug 12, 2020
@jamezp jamezp added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Aug 19, 2020
@jamezp jamezp merged commit be5fa4a into wildfly:master Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
3 participants