[PR #11457/95b24ac3 backport][stable-12] jboss: deprecation (#11458)

jboss: deprecation (#11457)

(cherry picked from commit 95b24ac3fe)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2026-01-31 10:03:36 +01:00
committed by GitHub
parent 4167d8ebeb
commit a266ba1d6e
2 changed files with 10 additions and 0 deletions

View File

@@ -378,6 +378,10 @@ plugin_routing:
warning_text: Use community.general.idrac_redfish_info instead.
idrac_server_config_profile:
redirect: dellemc.openmanage.idrac_server_config_profile
jboss:
deprecation:
removal_version: 14.0.0
warning_text: Use role middleware_automation.wildfly.wildfly_app_deploy instead.
jenkins_job_facts:
tombstone:
removal_version: 3.0.0

View File

@@ -11,6 +11,12 @@ module: jboss
short_description: Deploy applications to JBoss
description:
- Deploy applications to JBoss standalone using the filesystem.
deprecated:
removed_in: 14.0.0
why: The module has not been very actively maintained and there is a better alternative.
alternative: >-
Use the C(middleware_automation.wildfly.wildfly_app_deploy) role to deploy applications in JBoss or WildFly.
See U(https://galaxy.ansible.com/ui/repo/published/middleware_automation/wildfly/content/role/wildfly_app_deploy/) for details.
extends_documentation_fragment:
- community.general.attributes
attributes: