Skip to content
Failed

Changes

Summary

  1. resetted japicmp maven plugin excludes and updated version to check against 1.1.0 (details)
  2. fixed that MQTT 3 was no longer in sitemap (details)
  3. fixed casing for "policy" tags in OpenAPI doc (details)
  4. removed wrong additional "description" in OpenAPI v1 (details)
  5. fixed command timeouts for DevOpsCommands by excluding them from being handled as timeout giver in AbstractHttpRequestActor (details)
  6. Adds an empty META-INF directory which fixes the build with IntelliJ (details)
  7. remove filtering of headers for adaptables (details)
  8. remove deprecated usage of verifyZeroInteractions (details)
  9. Issue #671: Remove unused imports. (details)
Commit 0ebaeced85164489c452b8176c161e6eace37f0e by Thomas Jaeckle
resetted japicmp maven plugin excludes and updated version to check against 1.1.0

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified model/base/pom.xml (diff)
The file was modified protocol-adapter/pom.xml (diff)
The file was modified signals/acks/base/pom.xml (diff)
The file was modified signals/acks/things/pom.xml (diff)
The file was modified signals/events/thingsearch/pom.xml (diff)
The file was modified model/messages/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified signals/commands/common/pom.xml (diff)
Commit eac3b7ce7b70c9881c226edba7299429769583e8 by noreply
fixed that MQTT 3 was no longer in sitemap
The file was modified documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml (diff)
Commit 5a1763eeb8707f4c9a82cc0578589c66998331f1 by noreply
fixed casing for "policy" tags in OpenAPI doc
The file was modified documentation/src/main/resources/openapi/ditto-api-2.yml (diff)
Commit 4203f8c486546ee5ea22fec4b7e792713dcf362e by noreply
removed wrong additional "description" in OpenAPI v1
The file was modified documentation/src/main/resources/openapi/ditto-api-1.yml (diff)
Commit cde0cb1d97bafd8fffad787fdebf8540cb55ca3a by Thomas Jaeckle
fixed command timeouts for DevOpsCommands by excluding them from being handled as timeout giver in AbstractHttpRequestActor

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/actors/AbstractHttpRequestActor.java (diff)
Commit b8a38db5ac0915eb6be8656bf7b4ce7841a57376 by Yannic Klem
Adds an empty META-INF directory which fixes the build with IntelliJ

Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
The file was addedsignals/acks/things/src/main/resources/META-INF/.empty
Commit af3011aa4397e1fd05adb495e462ac91f453299d by Yannic Klem
remove filtering of headers for adaptables

Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
The file was modified protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/AbstractAdapter.java (diff)
Commit d8141297498f6ed9e79cb4a513d2e37794d93f62 by Yannic Klem
remove deprecated usage of verifyZeroInteractions

Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
The file was modified model/placeholders/src/test/java/org/eclipse/ditto/model/placeholders/PipelineFunctionParameterResolverFactoryTest.java (diff)
Commit a7f531c9cf64d4e44dfd4f18a00d9ef0df5b761d by Yufei Cai
Issue #671: Remove unused imports.

Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
The file was modified model/placeholders/src/test/java/org/eclipse/ditto/model/placeholders/PipelineFunctionParameterResolverFactoryTest.java (diff)
The file was modified protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/AbstractAdapter.java (diff)