You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Versions of the documentation are now mapped on languages for Hugo,
allowing to leverage the multilingual features of Hugo. The current
stable version is a level above the other versions, improving the
search engine ranking of this version. Version "stable" has the URL
path "/hono/docs/", nightly master has "/hono/docs/dev/" and e.g.
version 1.2.3 would be under "/hono/docs/1.2/". Having a version marked
as stable is required for this to work.
The version is now selected in the documentation itself and no longer
on the homepage.
Signed-off-by: Abel Buechner-Mihaljevic <[email protected]>
Copy file name to clipboardexpand all lines: adapters/http-vertx-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -514,7 +514,7 @@ public final void uploadTelemetryMessage(final RoutingContext ctx, final String
514
514
* <p>
515
515
* This method always sends a response to the device. The status code will be set
Copy file name to clipboardexpand all lines: adapters/mqtt-vertx-base/src/main/java/org/eclipse/hono/adapter/mqtt/AbstractVertxBasedMqttProtocolAdapter.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,7 @@ private Future<DeviceUser> authenticate(final MqttContext connectContext, final
523
523
* <p>
524
524
* This method currently only supports topic filters for subscribing to
@@ -68,7 +68,7 @@ public interface CommandClient extends RequestResponseClient {
68
68
* The future will succeed if a response with status 2xx has been received from the device. If the response has no payload, the future will complete with {@code null}.
69
69
* <p>
70
70
* Otherwise, the future will fail with a {@link ServiceInvocationException} containing
71
-
* the (error) status code. Status codes are defined at <a href="https://www.eclipse.org/hono/docs/latest/api/command-and-control-api">Command and Control API</a>.
71
+
* the (error) status code. Status codes are defined at <a href="https://www.eclipse.org/hono/docs/api/command-and-control-api">Command and Control API</a>.
72
72
* @throws NullPointerException if any of device ID or command are {@code null}.
0 commit comments