]
Brian Stansberry commented on WFCORE-2870:
------------------------------------------
My work on WFCORE-2858 is what surfaced WFCORE-2870 so I'm addressing them together.
The list-add/list-remove/list-clear and map-put/map-remove/map-clear
operations should not be visible on domain servers
-----------------------------------------------------------------------------------------------------------------------
Key: WFCORE-2870
URL:
https://issues.jboss.org/browse/WFCORE-2870
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
The collection manipulation operations show up in the r-r-d etc output on a domain server
but they should not as they are writes that can only be executed via the HC.
This is because their description has the RUNTIME_ONLY flag set.