-
Bug
-
Resolution: Done
-
Blocker
-
8.0.0.GA-CR1
-
None
-
False
-
-
False
-
-
-
-
-
-
-
Starting with WildFly 27, the remote-cache-container resource has changed. This breaks the remote cache container view in the console.
The reason is the deprecation of some of the singletons:
WildFly 26
/subsystem=infinispan/remote-cache-container=rcc-0:read-children-types(include-singletons)
{
"outcome" => "success",
"result" => [
"component=connection-pool",
"component=security",
"component=transaction",
"near-cache=invalidation",
"near-cache=none",
"remote-cache",
"remote-cluster",
"thread-pool=async"
],
"response-headers" => {"process-state" => "reload-required"}
}
WildFly >26
/subsystem=infinispan/remote-cache-container=rcc-0:read-children-types(include-singletons)
{
"outcome" => "success",
"result" => [
"component=connection-pool",
"component=security",
"remote-cache",
"remote-cluster",
"thread-pool=async"
],
"response-headers" => {"process-state" => "reload-required"}
}
- clones
-
HAL-1904 Fix remote cache container view
-
- Resolved
-
- is incorporated by
-
JBEAP-25614 (8.0.z) Upgrade hal console from 3.6.12.Final to 3.6.15.Final
-
- Closed
-