-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
WildFly can be started with a specific stability level.
However, afaict, the management model does not store anywhere what is the specified level of the running server.
I was expected to get this info from /:read-resource(attributes-only, include-runtime) but there was nothing.
If I run the server with ./bin/standalone.sh --stability=experimental , I would expect to get an output such as:
/:read-resource(attributes-only, include-runtime)
{
"outcome" => "success",
"result" => {
"process-type" => "Server",
"product-name" => "WildFly Full",
"product-version" => "33.0.0.Beta1-SNAPSHOT",
"stability" => "experimental"
"server-state" => "running",
"suspend-state" => "RUNNING",
"uuid" => "01dd6819-1342-444e-9bb5-4dfbdcfdcf40"
}
}