Skip to content

Changes

Summary

  1. fixed missing OSGi import for "org.reactivestreams" (details)
  2. Minor code improvements (details)
  3. use "mvn verify" for GH actions build (details)
  4. added reactivestreams as include to assembly.xml (details)
Commit 2e47a035b74ab0719728801d633c12f966da1e8b by Thomas Jaeckle
fixed missing OSGi import for "org.reactivestreams"

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/pom.xml (diff)
Commit e038df39d07a398aad8453b31f52a57a9ca667be by Yannic Klem
Minor code improvements

Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
The file was modified java/src/main/java/org/eclipse/ditto/client/messaging/internal/Retry.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/messaging/internal/WebSocketMessagingProvider.java (diff)
The file was modified java/src/test/java/org/eclipse/ditto/client/messaging/internal/RetryTest.java (diff)
Commit 3ec4cee4bbd6dc296d231f94b5747538c9c41dda by noreply
use "mvn verify" for GH actions build

was "mvn package" before
The file was modified .github/workflows/maven.yml (diff)
Commit 2a822a9f78bba2ed992053c264d01da3171fad4c by noreply
added reactivestreams as include to assembly.xml
The file was modified java/src/main/assembly/assembly.xml (diff)