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

Upgrade WildFly Plugin Tools and add new utilities and behavior #448

Merged
merged 4 commits into from
Apr 19, 2024

Conversation

jamezp
Copy link
Member

@jamezp jamezp commented Apr 19, 2024

WFARQ-167

This enriches ServerSetupTask implementations to allow them to inject resources. For example:

@ArquillianResource
private ManagementClient client;

WFARQ-169

This adds some simple helper methods to the ServerSetupTask to allow executing management operations.


WFARQ-168

This changes the ServerSetupTask to re-throw all exceptions. Please note this could potentially break some implementations. However, that's an indicator your implementation is broken and should be fixed.


WFARQ-165

This upgrades the org.wildfly.plugins:wildfly-plugin-tools to 1.1.0.Final. It adds the ability to inject a ServerManager for usage in tests and other resources.

It adds a DeploymentDescriptor for creating deployment descriptors like a jboss-web.xml, jboss-deployment-structure.xml or a permissions.xml file.

There are also some helper ServerSetupTask's which are common in WildFly and other projects.

…jection of the ServerManager from the plugin tools.

Add some server setup utilities and a DeploymentDescriptors utility.

https://issues.redhat.com/browse/WFARQ-165
Signed-off-by: James R. Perkins <jperkins@redhat.com>
@jamezp jamezp merged commit 3e82f8e into wildfly:main Apr 19, 2024
5 checks passed
@jamezp jamezp deleted the WFARQ-165 branch April 19, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant