Skip to content

Commit

Permalink
[WFCORE-7043] Subsystem-level testing of core-managment is incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
lvydra committed Nov 7, 2024
1 parent f507a48 commit b64d123
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
-->
<subsystem xmlns="urn:jboss:domain:core-management:1.0">
<configuration-changes max-history="10"/>
<process-state-listener name="x" class="org.acme.foo.MyClass" module="org.acme.foo"/>
<process-state-listener name="x" class="org.acme.foo.MyClass" module="org.acme.foo" timeout="${process.timeout:5000}">
<properties>
<property name="foo" value="true"/>
<property name="bar" value="${bar.prop:2}"/>
</properties>
</process-state-listener>
</subsystem>
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
<subsystem xmlns="urn:jboss:domain:core-management:preview:1.0">
<configuration-changes max-history="10"/>
<unstable-api-annotations level="LOG"/>
<process-state-listener name="x" class="org.acme.foo.MyClass" module="org.acme.foo"/>
<process-state-listener name="x" class="org.acme.foo.MyClass" module="org.acme.foo" timeout="${process.timeout:5000}">
<properties>
<property name="foo" value="true"/>
<property name="bar" value="${bar.prop:2}"/>
</properties>
</process-state-listener>
</subsystem>

0 comments on commit b64d123

Please sign in to comment.