@@ -117,7 +117,7 @@ include::finish/src/main/liberty/config/server.xml[tags=**]
117
117
118
118
=== Adding a health check to the system service
119
119
120
- [role="code_command", subs="quotes"]
120
+ [role="code_command hotspot ", subs="quotes"]
121
121
----
122
122
#Create the `SystemHealth` class.#
123
123
`src/main/java/io/openliberty/guides/system/SystemHealth.java`
@@ -149,7 +149,7 @@ health checks.
149
149
150
150
=== Adding a health check to the inventory service
151
151
152
- [role="code_command file=0", subs="quotes"]
152
+ [role="code_command hotspot file=0", subs="quotes"]
153
153
----
154
154
#Create the `InventoryHealth` class.#
155
155
`src/main/java/io/openliberty/guides/inventory/InventoryHealth.java`
@@ -217,7 +217,7 @@ include::finish/resources/CustomConfigSource.json[tags=**]
217
217
You will implement two test methods, `testIfServicesAreUp()` and `testIfInventoryServiceIsDown()`, to
218
218
validate the health of the `system` and `inventory` services.
219
219
220
- [role="code_command file=0", subs="quotes"]
220
+ [role="code_command hotspot file=0", subs="quotes"]
221
221
----
222
222
#Create the `HealthTest` class.#
223
223
`src/test/java/it/io/openliberty/guides/health/HealthTest.java`
@@ -264,8 +264,6 @@ SystemEndpointTest.java
264
264
include::finish/src/test/java/it/io/openliberty/guides/system/SystemEndpointTest.java[tags=!copyright]
265
265
----
266
266
267
- [role='command']
268
- include::{common-includes}/mvncompile.adoc[]
269
267
270
268
// =================================================================================================
271
269
// Running the tests
0 commit comments