Skip to content
Success

Changes

Summary

  1. Make the AMQP network config non-mandatory in the adapters. (details)
  2. [#2556] Add support for white listing cipher suites (details)
  3. Add 1.7.3 service release to downloads page (details)
  4. Update Sandbox URL in API docs, document "try it out" feature. (details)
  5. Use HonoKafkaConsumer for KafkaApplicationClient. (details)
  6. [#2272] Update documentation and release notes for auto-provisioning of gateways (details)
  7. Explicitly manage vertx-sql-common dependency (details)
  8. Remove unused Kafka consumer classes. (details)
  9. [#2669] Upgrade to latest Quarkus service release (details)
Commit 5d9c260a3b06696bfd125dc4575b09c78c01e7c8 by Carsten Lohmann
Make the AMQP network config non-mandatory in the adapters.

The AMQP consumer on the internal command address will now
only be used if the AMQP consumer is actually configured.
Needed for a setup that only uses a Kafka messaging network.

Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
The file was modified adapter-base-spring/src/main/java/org/eclipse/hono/adapter/spring/AbstractMessagingClientConfig.java (diff)
The file was modified adapter-base-quarkus/src/main/java/org/eclipse/hono/adapter/quarkus/AbstractProtocolAdapterApplication.java (diff)
The file was modified adapter-base-spring/src/main/java/org/eclipse/hono/adapter/spring/AbstractAdapterConfig.java (diff)
Commit 130daa3258e60ccbd9fdcb90c5ff88a8a19bd769 by noreply
[#2556] Add support for white listing cipher suites

The Hono components now support configuration properties for setting
supported TLS cipher suites. The cipher suites can be configured
separately for both the endpoints exposed by the components as well as
the clients used for accessing service endpoints exposed by other
components.

Fixes #2556

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was modified site/documentation/content/admin-guide/mqtt-adapter-config.md (diff)
The file was modified site/documentation/content/admin-guide/device-connection-config.md (diff)
The file was modified site/documentation/content/admin-guide/amqp-adapter-config.md (diff)
The file was modified tests/src/test/java/org/eclipse/hono/tests/amqp/AmqpConnectionIT.java (diff)
The file was modified core/src/main/java/org/eclipse/hono/config/AbstractConfig.java (diff)
The file was modified core/src/test/java/org/eclipse/hono/config/AbstractConfigTest.java (diff)
The file was modified site/documentation/content/admin-guide/hono-client-configuration.md (diff)
The file was modified site/documentation/content/admin-guide/http-adapter-config.md (diff)
The file was modified service-base/src/main/java/org/eclipse/hono/service/AbstractServiceBase.java (diff)
The file was modified site/documentation/content/admin-guide/mongodb-device-registry-config.md (diff)
The file was modified site/documentation/content/admin-guide/kura-adapter-config.md (diff)
The file was addedtests/src/test/java/org/eclipse/hono/tests/client/ApplicationClientIT.java
The file was modified site/documentation/content/admin-guide/auth-server-config.md (diff)
The file was modified core/src/test/resources/logback-test.xml (diff)
The file was modified site/documentation/content/admin-guide/jdbc-device-registry-config.md (diff)
The file was modified tests/src/test/java/org/eclipse/hono/tests/amqp/AmqpAdapterTestBase.java (diff)
The file was modified site/homepage/content/release-notes.md (diff)
The file was removedtests/src/test/java/org/eclipse/hono/tests/client/HonoClientImplIT.java
The file was modified core/src/main/java/org/eclipse/hono/connection/impl/ConnectionFactoryImpl.java (diff)
The file was modified site/documentation/content/admin-guide/file-based-device-registry-config.md (diff)
The file was modified tests/src/test/resources/amqp/application.yml (diff)
The file was modified core/src/test/java/org/eclipse/hono/connection/impl/ConnectionFactoryImplTest.java (diff)
The file was modified service-base/src/test/java/org/eclipse/hono/service/AbstractServiceBaseTest.java (diff)
The file was modified site/documentation/content/admin-guide/command-router-config.md (diff)
Commit 9dc01abde39801856d0abd21c599215c8cd88c82 by Kai Hudalla
Add 1.7.3 service release to downloads page

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was modified site/homepage/content/downloads.md (diff)
The file was modified site/homepage/content/release-notes.md (diff)
Commit 14be42a09f4565a5a38b182e31623fc104dc336b by Carsten Lohmann
Update Sandbox URL in API docs, document "try it out" feature.

Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
The file was modified site/documentation/content/api/management/device-registry-v1.yaml (diff)
The file was modified site/documentation/static/css/hono.css (diff)
The file was modified site/homepage/content/getting-started/index.md (diff)
The file was modified site/documentation/layouts/shortcodes/swagger.html (diff)
Commit 6878e2e9596de1d7caa92da4c1387b3f14894d35 by Carsten Lohmann
Use HonoKafkaConsumer for KafkaApplicationClient.

Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
The file was modified clients/application-kafka/src/main/java/org/eclipse/hono/application/client/kafka/impl/KafkaApplicationClientImpl.java (diff)
The file was modified clients/application-kafka/src/test/java/org/eclipse/hono/application/client/kafka/impl/KafkaBasedCommandSenderTest.java (diff)
The file was modified clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/consumer/HonoKafkaConsumerTest.java (diff)
The file was modified clients/application-kafka/src/main/java/org/eclipse/hono/application/client/kafka/impl/KafkaBasedCommandSender.java (diff)
The file was modified clients/application-kafka/src/main/java/org/eclipse/hono/application/client/kafka/KafkaApplicationClient.java (diff)
The file was modified clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/consumer/HonoKafkaConsumer.java (diff)
The file was modified clients/application-kafka/src/test/java/org/eclipse/hono/application/client/kafka/impl/KafkaApplicationClientImplTest.java (diff)
The file was modified clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/consumer/AsyncHandlingAutoCommitKafkaConsumer.java (diff)
The file was modified clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/consumer/AsyncHandlingAutoCommitKafkaConsumerTest.java (diff)
The file was removedclients/application-kafka/src/main/java/org/eclipse/hono/application/client/kafka/impl/KafkaBasedDownstreamMessageConsumer.java
Commit 3ea220865a4d04c25daec6e946572b627d180059 by Kartheeswaran Kalidass
[#2272] Update documentation and release notes for auto-provisioning of gateways

Signed-off-by: Kartheeswaran Kalidass <kartheeswaran.kalidass@bosch.io>
The file was modified site/homepage/content/release-notes.md (diff)
The file was modified site/documentation/content/concepts/device-provisioning/index.md (diff)
Commit de041757b98f34cd8e45e7bb46573546be4b28b8 by Kai Hudalla
Explicitly manage vertx-sql-common dependency

Quarkus' vert.x extension uses vert.x 3.9.5. The Hono BOM therefore
needs to explicitly manage all vert.x dependencies using the vert.x
version defined by Hono. The vertx-sql-common dependency had been
missing from that list so far and thus had been pulled in with version
3.9.5.

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was modified legal/src/main/resources/legal/DEPENDENCIES (diff)
The file was modified legal/src/main/resources/legal/hono-maven.deps (diff)
The file was modified bom/pom.xml (diff)
Commit 2acf108d7066f60361b69ccee8a906dc9c57912c by Carsten Lohmann
Remove unused Kafka consumer classes.

Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
The file was removedclients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/consumer/KafkaConsumerException.java
The file was removedclients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/consumer/KafkaConsumerPollException.java
The file was removedclients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/consumer/AbstractAtLeastOnceKafkaConsumerKafkaMockConsumerTest.java
The file was removedclients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/consumer/AbstractAtLeastOnceKafkaConsumerMockitoTest.java
The file was removedclients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/consumer/AbstractAtLeastOnceKafkaConsumer.java
The file was removedclients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/consumer/KafkaConsumerCommitException.java
The file was removedclients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/consumer/TestConsumer.java
Commit 784518ac36b21dabb7acc09dc9903f31d377b63d by Kai Hudalla
[#2669] Upgrade to latest Quarkus service release

Upgraded to Quarkus 1.11.6.Final

Fixes #2669

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was modified bom/pom.xml (diff)
The file was modified legal/src/main/resources/legal/DEPENDENCIES (diff)
The file was modified legal/src/main/resources/legal/hono-maven.deps (diff)