-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
The execute-commands goal has a deprecated wrapper for commands. This should be removed in favor of just using:
<commands>
<command>:read-attribute(name=server-state)</command>
</commands>
Instead of:
<execute-commands>
<commands>
<command>:read-attribute(name=server-state)</command>
<command>invalud</command>
</commands>
</execute-commands>