Skip to content

Commit 26a57f1

Browse files
authored
Merge pull request #31706 from pgunapal/removeBetaGuardStartupCheckInterval
Removed beta guard for startupCheckInterval in metatype for MPHealth
2 parents ae9f035 + 838673d commit 26a57f1

File tree

1 file changed

+1
-1
lines changed
  • dev/io.openliberty.microprofile.health.internal.common/resources/OSGI-INF/metatype

1 file changed

+1
-1
lines changed

dev/io.openliberty.microprofile.health.internal.common/resources/OSGI-INF/metatype/metatype.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<OCD id="io.openliberty.microprofile.health" name="%mpHealth" description="%mpHealth.desc" ibm:alias="mpHealth" >
2020
<AD id="checkInterval" name="%checkInterval" description="%checkInterval.desc" required="false" type="String" />
21-
<AD id="startupCheckInterval" name="%startupCheckInterval" description="%startupCheckInterval.desc" required="false" type="String" ibm:beta="true"/>
21+
<AD id="startupCheckInterval" name="%startupCheckInterval" description="%startupCheckInterval.desc" required="false" type="String"/>
2222
</OCD>
2323

2424
<Designate pid="io.openliberty.microprofile.health">

0 commit comments

Comments
 (0)