Skip to content

Commit 4278d7a

Browse files
committed
Small doc adjustments noticed when backporting recent PRs
(cherry picked from commit 55db899)
1 parent fa50108 commit 4278d7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedRemoteDevModeMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private synchronized JarResult generateApplication() {
9292
AugmentResult start = augmentAction.createProductionApplication();
9393
if (!start.getJar().getType().equalsIgnoreCase(PackageConfig.BuiltInType.MUTABLE_JAR.getValue())) {
9494
throw new RuntimeException(
95-
"remote-dev can only be used with mutable applications i.e, " +
95+
"remote-dev can only be used with mutable applications i.e. " +
9696
"using the mutable-jar package type");
9797
}
9898
//now extract the artifacts, to mirror the remote side

docs/src/main/asciidoc/management-interface-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For example, if you have `smallrye-health` installed, the readiness probe will b
3131

3232
SmallRye Health Checks, SmallRye Metrics, Micrometer and Info endpoints will be declared as management endpoints when the management interface is enabled.
3333

34-
NOTE: The management interface will be disabled without extensions that use it. e.g. `smallrye-health`, `quarkus-smallrye-openapi`.
34+
NOTE: The management interface is disabled when no extensions relying on it (such as the SmallRye Health or SmallRye OpenAPI extensions) are installed.
3535

3636
== Configure the host, port and scheme
3737

0 commit comments

Comments
 (0)