• Proposed requirements for improving query operation for nested child resources and complex attributes

    Each management resource has an operation named 'query()' to filter resources according to the condition passed by 'selector' and 'where' parameters, however it does not work for complex attributes like: core-service....
    Profile Photo
    last modified by gaol
  • Design Notes for Allowing Runtime-Only Ops from Domain Profile Resources

    Issue analysis for the request to allow registration of operations that do not affect configuration in the "profile" section of the domain-wide management resource tree.   Overview  A WildFly managed domain ...
    Profile Photo
    last modified by brian.stansberry
  • Design notes for graceful startup

    Overview In EAP 7.0 we introduced the concept of graceful shutdown, which waits for tasks to be complete before a server is shut down, and also introduces the concept of 'suspending' a server, allowing requests to be...
    Profile Photo
    last modified by swd847
  • HAL Extensions

    Extensions are a way to add new features to HAL. Unlike the current version of the management console, HAL.next supports extensions written in JavaScript which can be added at runtime. The current way of writing exten...
    Profile Photo
    last modified by harald.pehl
  • Design Notes for GUI Configuration Changes

    Goal  Allow administrators to view the last N (configurable) changes in the domain/server configurations made by other authorized administrators.   Requirements  There should be management operations ...
    Profile Photo
    last modified by claudio4j
  • Design notes for porting redeployment of affected deployments of an overlay to the server side

    User story When a deployment overlay changes it would be nice to be able to redeploy those deployments that are affected by this overlay so that the changes are easily visible. Currently this was done on the client s...
    Profile Photo
    last modified by ehugonnet
  • Steps to add any new JSF implementation or version to WildFly

    JSF 1.2 support was removed from WildFly, so we will use JSF 1.2 as an example.    If you need to run a Seam 2 application on WildFly you will need to add JSF 1.2 back into each WildFly instance.  You...
    Profile Photo
    last modified by ssilvert
  • Elytron Caching Support

    OverviewThe intent of this document is to have a caching mechanism in order to improve overall performance during the authentication and authorization of identities.   Elytron relies on Security Realms which prov...
    Profile Photo
    last modified by pcraveiro
  • Dev Analysis for JMX notifications when ControlledProcessState changes

    User StoryProvide a means to send JMX notifications for the new lifecycle server events. Issue MetadataEAP issues: https://issues.jboss.org/browse/EAP7-471 - Management and JMX notifications when ControlledProcessStat...
    Profile Photo
    last modified by ehugonnet
  • Dev Analysis for listener for lifecycle server events

    User StoryProvide a means to add a listener registration for the new lifecycle server events. Something that integrates with the primary management layer. Issue MetadataEAP issue: https://issues.jboss.org/browse/EAP7...
    Profile Photo
    last modified by ehugonnet
  • Dev Analysis for exposing IO runtime data

    User story Expose as runtime / statistics data for IO Worker. Aim is for users to be able to see as much runtime IO data as possible. Some of this data is already available via jmx, but it needs to be accessible in m...
    Profile Photo
    last modified by ctomc
  • Design Notes for Transaction Monitoring in HAL

    Overview  Display additional runtime attributes from transaction subsystem in HAL.   Info  EAP 7.1 Issue - Transaction Monitoring - GUI Support https://issues.jboss.org/browse/EAP7-321   Require...
    Profile Photo
    last modified by claudio4j
  • Design notes for moving Configuration changes to the Core Management Subsystem

    Goal  Use a proper subsystem to manage configuration changes instead of the current 'kernel' space. This should be an update over what is described at Design notes for Configuration changes in domain mode  ...
    Profile Photo
    last modified by ehugonnet
  • Analysis of Pretty Printing Server/Domain/Host Config XML Validation Errors

    Issue analysis and design document for the feature request to pretty-print xml validation errors encountered when processing standalone/domain/host.xml documents.   Overview  Toby Crawley has created a libra...
    Profile Photo
    last modified by tcrawley
  • Design notes for showing resources of REST endpoints

    Overview The intent of this feature is to show the REST endpoints' resources in CLI of a deployment. Users will have a clear idea about what REST endpoints a deployment provides.   Background There is an operatio...
    Profile Photo
    last modified by gaol
  • Dev analysis for transactions graceful shutdown

    Overview This feature will allow EAP supported transaction services to react to suspend and resume requests. The supported services are JTA, JTS, WS-AT, and WS-BA. After suspend, all the services remain functional (a...
    Profile Photo
    last modified by gytis
  • Queuing scheduled EE concurrency tasks for graceful shutdown during a server suspend

    Overview  Callable tasks scheduled via a javax.enterprise.concurrent.ManagedScheduledExecutorService need to be queued when the server is suspended (this will not work see below in the "Implementation Details" a...
    Profile Photo
    last modified by jamezp
  • Design notes for NoSQL integration on WildFly

    Goal  The goal is no-nonsense improvements focused on making the developer’s life easier when using NoSQL on WildFly.  In particular, not to hide and abstract the underlying access APIs but to give si...
    Profile Photo
    last modified by smarlow
  • Elytron Identity Cache and Single Sign-On

    Overview  The intent of this document is to have an identity caching mechanism in order to allow authentication mechanisms to cache their identities as part of the authentication and authorization process.  ...
    Profile Photo
    last modified by pcraveiro
  • Design notes for preliminary support for custom http management interface handlers

    Issue analysis and design document for the feature request from the JDG team to allow registration of custom request handling on the WildFly http management interface.   Overview  Allow JDG to register conte...
    Profile Photo
    last modified by brian.stansberry