Skip to content
Failed

Changes

Summary

  1. [#2664] Support device identifier template during device/gateway auto-provisioning (details)
  2. Fix links in release notes (details)
  3. Remove unused autowired tenant information service class (details)
  4. Ensure that device id template attribute is not propagated to TenantObject during conversion (details)
  5. Add Kafka support in CLI and example application to release notes. (details)
  6. Add some badges and fix some wording (details)
  7. Replace flakey unit test (details)
  8. Make sure that artifacts are being deployed to repository (details)
  9. Explicitly list projects to deploy (details)
  10. Release 1.8.0 (details)
  11. Bump version to 1.9.0-SNAPSHOT (details)
  12. Update release notes (details)
  13. Add version 1.8.0 download link (details)
Commit bd57bda09ab479e58936d0961754ad9c86cd05da by Kartheeswaran Kalidass
[#2664] Support device identifier template during device/gateway auto-provisioning

* Now the tenant configuration supports configuring a device identifier template
  as part of the trusted CA authority.
* This template is used by the device registries to generate device identifier for
  devices/gateways during auto-provisioning.

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/api/management/device-registry-v1.yaml (diff)
The file was modified services/device-registry-base/src/test/java/org/eclipse/hono/service/management/tenant/TrustedCertificateAuthorityTest.java (diff)
The file was modified services/device-registry-base/src/test/java/org/eclipse/hono/service/management/device/AutoProvisioningTest.java (diff)
The file was modified site/documentation/content/concepts/device-provisioning/index.md (diff)
The file was modified services/device-registry-base/src/main/java/org/eclipse/hono/service/management/tenant/Tenant.java (diff)
The file was modified core/src/main/java/org/eclipse/hono/util/RegistryManagementConstants.java (diff)
The file was modified services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/AutoProvisioning.java (diff)
The file was modified services/device-registry-base/src/main/java/org/eclipse/hono/service/management/tenant/TrustedCertificateAuthority.java (diff)
The file was modified tests/src/test/java/org/eclipse/hono/tests/registry/CredentialsApiTests.java (diff)
Commit 6c5f3ccb8ff90b1d4ecec1bae83549d39b70951d by Kartheeswaran Kalidass
Fix links in release notes

Signed-off-by: Kartheeswaran Kalidass <kartheeswaran.kalidass@bosch.io>
The file was modified site/homepage/content/release-notes.md (diff)
Commit 27d841a6d117216f187f11e80681c479b04c6c71 by Kartheeswaran Kalidass
Remove unused autowired tenant information service class

* A test that used AutowiredTenantInformationService has been
  refactored to use DefaultTenantInformationService.
* Unused AutowiredTenantInformationService class has been removed.

Signed-off-by: Kartheeswaran Kalidass <kartheeswaran.kalidass@bosch.io>
The file was removedservices/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/tenant/AutowiredTenantInformationService.java
The file was modified services/device-registry-base/src/test/java/org/eclipse/hono/service/tenant/AbstractTenantServiceTest.java (diff)
The file was modified services/device-registry-file/src/test/java/org/eclipse/hono/deviceregistry/file/FileBasedTenantServiceTest.java (diff)
Commit 2b684a6e285d154344ba5a14d756edc75bd6d075 by Kartheeswaran Kalidass
Ensure that device id template attribute is not propagated to TenantObject during conversion

Signed-off-by: Kartheeswaran Kalidass <kartheeswaran.kalidass@bosch.io>
The file was modified services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/util/DeviceRegistryUtils.java (diff)
The file was modified services/device-registry-file/src/test/java/org/eclipse/hono/deviceregistry/file/FileBasedTenantServiceTest.java (diff)
Commit cf796167fa5aa35886349b7427eab6b30b0b451e by Kai Hudalla
Add Kafka support in CLI and example application to release notes.

Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
The file was modified site/homepage/content/release-notes.md (diff)
Commit e5be2ea679a9fe4755e2997ac80dd4d5d6b1c772 by Kai Hudalla
Add some badges and fix some wording

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was modified readme.md (diff)
Commit fd75fa9f3947f440548e65f493364cf6db2329e0 by Kai Hudalla
Replace flakey unit test

Move unit test of DefaultTenantInformationService into its own class.

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was addedservices/device-registry-base/src/test/java/org/eclipse/hono/deviceregistry/service/tenant/DefaultTenantInformationServiceTest.java
The file was modified services/device-registry-base/src/test/java/org/eclipse/hono/service/tenant/AbstractTenantServiceTest.java (diff)
Commit 7e4c516e43109af4cbfc6b80532f86fe72146ec4 by Kai Hudalla
Make sure that artifacts are being deployed to repository

The Hono tests module is the last one being built and as such needs to
take care of publishing the (deferred) artifacts created in the other
modules to the Maven Central staging repository.

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was modified tests/pom.xml (diff)
Commit d60fefecfd6e77be1f353a7f93673f70627a82d8 by Kai Hudalla
Explicitly list projects to deploy

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was modified jenkins/Hono-Deploy-Eclipse-Pipeline-Declarative.groovy (diff)
The file was modified jenkins/Hono-Deploy-Maven-Central-Pipeline-Declarative.groovy (diff)
The file was modified adapters/kura/pom.xml (diff)
The file was modified adapters/base-quarkus/pom.xml (diff)
The file was modified clients/kafka-common/pom.xml (diff)
The file was modified service-base-quarkus/pom.xml (diff)
The file was modified clients/adapter-kafka/pom.xml (diff)
The file was modified test-utils/kafka-test-utils/pom.xml (diff)
The file was modified adapters/amqp-vertx/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified services/auth-quarkus/pom.xml (diff)
The file was modified examples/protocol-gateway-example/pom.xml (diff)
The file was modified services/command-router-base/pom.xml (diff)
The file was modified services/device-registry-mongodb/pom.xml (diff)
The file was modified services/device-registry-file/pom.xml (diff)
The file was modified adapters/sigfox-vertx/pom.xml (diff)
The file was modified services/auth-base/pom.xml (diff)
The file was modified adapters/coap-vertx/pom.xml (diff)
The file was modified adapters/http-vertx/pom.xml (diff)
The file was modified services/command-router-quarkus/pom.xml (diff)
The file was modified services/base-spring/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified adapters/http-vertx-quarkus/pom.xml (diff)
The file was modified test-utils/client-test-utils/pom.xml (diff)
The file was modified test-utils/pom.xml (diff)
The file was modified adapters/amqp-vertx-quarkus/pom.xml (diff)
The file was modified adapters/mqtt-vertx-base/pom.xml (diff)
The file was modified adapters/amqp-vertx-base/pom.xml (diff)
The file was modified core/pom.xml (diff)
The file was modified tests/pom.xml (diff)
The file was modified adapters/lora-vertx-base/pom.xml (diff)
The file was modified adapter-base-spring/pom.xml (diff)
The file was modified clients/application/pom.xml (diff)
The file was modified test-utils/adapter-base-test-utils/pom.xml (diff)
The file was modified services/auth/pom.xml (diff)
The file was modified site/documentation/tag_stable.txt (diff)
The file was modified adapter-base-quarkus/pom.xml (diff)
The file was modified adapters/lora-vertx-quarkus/pom.xml (diff)
The file was modified client/pom.xml (diff)
The file was modified client-device-connection-infinispan/pom.xml (diff)
The file was modified adapters/base-spring/pom.xml (diff)
The file was modified clients/amqp-common/pom.xml (diff)
The file was modified services/device-registry-jdbc/pom.xml (diff)
The file was modified services/base-jdbc/pom.xml (diff)
The file was modified site/documentation/versions_supported.csv (diff)
The file was modified services/device-connection/pom.xml (diff)
The file was modified services/command-router/pom.xml (diff)
The file was modified clients/application-kafka/pom.xml (diff)
The file was modified deploy/pom.xml (diff)
The file was modified adapters/pom.xml (diff)
The file was modified site/pom.xml (diff)
The file was modified cli/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified adapters/http-vertx-base/pom.xml (diff)
The file was modified adapter-base/pom.xml (diff)
The file was modified clients/adapter/pom.xml (diff)
The file was modified legal/pom.xml (diff)
The file was modified services/device-registry-base/pom.xml (diff)
The file was modified services/pom.xml (diff)
The file was modified test-utils/core-test-utils/pom.xml (diff)
The file was modified clients/application-amqp/pom.xml (diff)
The file was modified adapters/coap-vertx-base/pom.xml (diff)
The file was modified adapters/mqtt-vertx-quarkus/pom.xml (diff)
The file was modified client-device-connection-infinispan-quarkus/pom.xml (diff)
The file was modified service-base-spring/pom.xml (diff)
The file was modified adapters/lora-vertx/pom.xml (diff)
The file was modified demo-certs/pom.xml (diff)
The file was modified clients/adapter-amqp/pom.xml (diff)
The file was modified examples/hono-client-examples/pom.xml (diff)
The file was modified adapters/coap-vertx-quarkus/pom.xml (diff)
The file was modified service-base/pom.xml (diff)
The file was modified adapters/mqtt-vertx/pom.xml (diff)
The file was modified services/base-quarkus/pom.xml (diff)
The file was modified clients/client-common/pom.xml (diff)
The file was modified clients/pom.xml (diff)
Commit aed039b85ab2e1dd7eaf97e59458d9a9e51b8ded by Hono Bot
Bump version to 1.9.0-SNAPSHOT
The file was modified adapters/base-quarkus/pom.xml (diff)
The file was modified adapters/mqtt-vertx-base/pom.xml (diff)
The file was modified services/device-registry-jdbc/pom.xml (diff)
The file was modified adapters/http-vertx-base/pom.xml (diff)
The file was modified demo-certs/pom.xml (diff)
The file was modified adapters/coap-vertx-base/pom.xml (diff)
The file was modified services/base-quarkus/pom.xml (diff)
The file was modified adapters/base-spring/pom.xml (diff)
The file was modified adapters/pom.xml (diff)
The file was modified adapters/http-vertx/pom.xml (diff)
The file was modified services/device-connection/pom.xml (diff)
The file was modified adapters/lora-vertx-quarkus/pom.xml (diff)
The file was modified adapters/amqp-vertx-quarkus/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified site/pom.xml (diff)
The file was modified adapters/kura/pom.xml (diff)
The file was modified cli/pom.xml (diff)
The file was modified legal/pom.xml (diff)
The file was modified services/device-registry-mongodb/pom.xml (diff)
The file was modified adapters/http-vertx-quarkus/pom.xml (diff)
The file was modified services/auth/pom.xml (diff)
The file was modified client-device-connection-infinispan-quarkus/pom.xml (diff)
The file was modified adapter-base-quarkus/pom.xml (diff)
The file was modified deploy/pom.xml (diff)
The file was modified services/auth-base/pom.xml (diff)
The file was modified service-base-quarkus/pom.xml (diff)
The file was modified clients/amqp-common/pom.xml (diff)
The file was modified services/command-router-base/pom.xml (diff)
The file was modified services/device-registry-base/pom.xml (diff)
The file was modified adapters/coap-vertx/pom.xml (diff)
The file was modified service-base-spring/pom.xml (diff)
The file was modified services/device-registry-file/pom.xml (diff)
The file was modified clients/application/pom.xml (diff)
The file was modified bom/pom.xml (diff)
The file was modified test-utils/adapter-base-test-utils/pom.xml (diff)
The file was modified adapters/mqtt-vertx/pom.xml (diff)
The file was modified service-base/pom.xml (diff)
The file was modified test-utils/client-test-utils/pom.xml (diff)
The file was modified core/pom.xml (diff)
The file was modified clients/client-common/pom.xml (diff)
The file was modified test-utils/pom.xml (diff)
The file was modified services/auth-quarkus/pom.xml (diff)
The file was modified clients/application-amqp/pom.xml (diff)
The file was modified test-utils/core-test-utils/pom.xml (diff)
The file was modified adapters/coap-vertx-quarkus/pom.xml (diff)
The file was modified services/pom.xml (diff)
The file was modified clients/application-kafka/pom.xml (diff)
The file was modified clients/pom.xml (diff)
The file was modified tests/pom.xml (diff)
The file was modified adapter-base/pom.xml (diff)
The file was modified examples/protocol-gateway-example/pom.xml (diff)
The file was modified adapter-base-spring/pom.xml (diff)
The file was modified examples/hono-client-examples/pom.xml (diff)
The file was modified client-device-connection-infinispan/pom.xml (diff)
The file was modified services/base-spring/pom.xml (diff)
The file was modified test-utils/kafka-test-utils/pom.xml (diff)
The file was modified clients/adapter-kafka/pom.xml (diff)
The file was modified adapters/lora-vertx/pom.xml (diff)
The file was modified clients/kafka-common/pom.xml (diff)
The file was modified services/base-jdbc/pom.xml (diff)
The file was modified services/command-router-quarkus/pom.xml (diff)
The file was modified adapters/lora-vertx-base/pom.xml (diff)
The file was modified adapters/mqtt-vertx-quarkus/pom.xml (diff)
The file was modified clients/adapter-amqp/pom.xml (diff)
The file was modified clients/adapter/pom.xml (diff)
The file was modified client/pom.xml (diff)
The file was modified adapters/amqp-vertx/pom.xml (diff)
The file was modified adapters/sigfox-vertx/pom.xml (diff)
The file was modified adapters/amqp-vertx-base/pom.xml (diff)
The file was modified services/command-router/pom.xml (diff)
The file was modified pom.xml (diff)
Commit ab1a63bae2824007a13dcb2be6de1ac6fbee002e by Kartheeswaran Kalidass
Update release notes

Signed-off-by: Kartheeswaran Kalidass <kartheeswaran.kalidass@bosch.io>
The file was modified site/homepage/content/release-notes.md (diff)
Commit 7dd15c9ff52b9d42fcd54973518e3a6e3b7cd037 by Kai Hudalla
Add version 1.8.0 download link

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)