Skip to content

Commit

Permalink
Merge pull request #479 from hpehl/HAL-1591
Browse files Browse the repository at this point in the history
HAL-1591: Configure module libraries to all deployments
  • Loading branch information
bstansberry authored Jul 2, 2024
2 parents f841f70 + 5368ef0 commit 765dfbc
Showing 1 changed file with 61 additions and 0 deletions.
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

0 comments on commit 765dfbc

Please sign in to comment.