From 74a7ce18cdbcee2093bafc7ce02d426d94fbe390 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Mon, 20 Jul 2026 07:47:34 +0200 Subject: [PATCH 1/4] Remove trailing whitespace --- tests/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/readme.md b/tests/readme.md index 9e360ff697..af8943dd26 100644 --- a/tests/readme.md +++ b/tests/readme.md @@ -120,13 +120,13 @@ mvn verify -Prun-tests,jaeger -Ddocker.keepRunning -Dit.test=TelemetryHttpIT#tes ``` Note that in order to be able to view the traces after a test run, the `docker.keepRunning` property has -to be used as well, as shown above. +to be used as well, as shown above. The Jaeger UI, showing the traces of the test run, can be accessed at `http://localhost:18080` if the Docker engine is running on `localhost`, otherwise the appropriate Docker host has to be used in the above URL. To choose a different port for the Jaeger UI, set the `jaeger.query.port` Maven property to the -desired port when running the tests. +desired port when running the tests. Start subsequent test runs using the running containers with the `useRunningContainers` Maven profile, e.g.: From 4e2db4f69dae26cfe75c1a56969766d678235228 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Mon, 20 Jul 2026 07:48:30 +0200 Subject: [PATCH 2/4] Remove obsolete classpath entries from container image Java configuration --- adapters/parent/pom.xml | 6 +++--- services/parent/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adapters/parent/pom.xml b/adapters/parent/pom.xml index 60e26a5aa0..626a5751f9 100644 --- a/adapters/parent/pom.xml +++ b/adapters/parent/pom.xml @@ -27,10 +27,10 @@ Defines common dependencies and build profiles for Quarkus-based protocol adapter implementations - n/a @@ -148,7 +148,7 @@ hono.kafka.commandResponse.producerConfig."request.timeout.ms"=${kafka-client.pr ${maven.compiler.release} ${project.artifactId} io.quarkus.bootstrap.runner.QuarkusEntryPoint - app/*:quarkus/*:lib/boot/*:lib/main/*:extensions/* + extensions/*