-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #479 from hpehl/HAL-1591
HAL-1591: Configure module libraries to all deployments
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
console/HAL-1591_Configure_module_libraries_to_all_deployments.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
= Configure module libraries to all deployments running in a server | ||
:author: Harald Pehl | ||
:email: [email protected] | ||
:toc: left | ||
:icons: font | ||
:idprefix: | ||
:idseparator: - | ||
:issue-base-url: https://issues.redhat.com/browse | ||
|
||
== Overview | ||
|
||
Provide ability to configure a global directory or directories which puts the contents in the classpath for all deployments without needing to list the contents of the directory (ie not a module.xml) | ||
|
||
== Issue Metadata | ||
|
||
=== Issue | ||
|
||
* {issue-base-url}/HAL-1591[HAL-1591] | ||
* {issue-base-url}/EAP7-1272[EAP7-1272] | ||
|
||
=== Related Issues | ||
|
||
* n/a | ||
|
||
=== Dev Contacts | ||
|
||
* mailto:[email protected][Harald Pehl] | ||
|
||
=== QE Contacts | ||
|
||
* mailto:[email protected][Simon Priadka] | ||
|
||
=== Testing By | ||
|
||
[x] Engineering | ||
[ ] QE | ||
|
||
=== Affected Projects or Components | ||
|
||
* WildFly | ||
* HAL | ||
|
||
== Requirements | ||
|
||
Provide a view in the UI to configure the new EE resource `/subsystem=ee/global-directory=*`. | ||
|
||
=== Affected UI | ||
|
||
* Configuration / Subsystems / EE / Globals | ||
|
||
=== Affected Resources | ||
|
||
* `/subsystem=ee/global-directory=*` | ||
|
||
== Test Plan | ||
|
||
Add new CRUD tests to the test suite that test the new resource. | ||
|
||
== Community Documentation | ||
|
||
See the official HAL website at https://hal.github.io |