Skip to content
Started 4 yr 6 mo ago
Took 1 hr 16 min
Success

1.0.0-M4 (Dec 10, 2019, 12:07:21 PM)

Changes
  1. Extracted interfaces for `WebsocketRoute` and `SseThingsRoute` to make (details / githubweb)
  2. Fixed compilation error because of type mismatch. (details / githubweb)
  3. Adds static method to DittoRuntimeException to build a (details / githubweb)
  4. Refactoring of `ThingsSseRoute` and `WebsocketRoute`: * `ThingsSseRoute` (details / githubweb)
  5. Adjusted code formatting of `StopStreaming` and added null checks for (details / githubweb)
  6. Made it possible to close an existing WebSocketConnection: * Made (details / githubweb)
  7. Added possible exception to Javadoc comment of `supervise` method. (details / githubweb)
  8. Use parameter of withIncommingEventSniffer and withOutgoingEventSniffer (details / githubweb)
  9. Set log level of tick-related events to "trace" to reduce number of log (details / githubweb)
  10. NormalizedMessageMapper: Fix compile errors. (details / githubweb)
  11. Disable mapping validation for now. (details / githubweb)
  12. Optionally check authorization before opening SSE connections. * Renamed (details / githubweb)
  13. Handle invalid URI format of href in DittoRuntimeException (details / githubweb)
  14. Set bind-timeout to 6s so it's less possible to have a timeout when (details / githubweb)
  15. Add "reply-target" to source and Ditto headers; remove unused timers. (details / githubweb)
  16. Fixed parameter name of `WebSocketSupervisor.supervise` method. (details / githubweb)
  17. Renamed `CloseWebSocket` to `CloseStreamExceptionally` to make it (details / githubweb)
  18. Made it possible to close an existing SSE connection: Added (details / githubweb)
  19. Implement & test reply-target evaluation; stabilize tests. (details / githubweb)
  20. review: moved "credentials" and "replies" package contents of (details / githubweb)
  21. #537 removed all code and configuration for suffixed collections in (details / githubweb)
  22. Placeholder pipeline: Replace Option<String> by dedicated (details / githubweb)
  23. #537 fixed test (details / githubweb)
  24. Implement fn:delete. (details / githubweb)
  25. Relax strictness of target address placeholder replacement; fix tests. (details / githubweb)
  26. Remove duplicate substitution function in the class Placeholders. (details / githubweb)
  27. Fix TODO in AmqpConsumerActor; add "to" AMQP property. (details / githubweb)
  28. Test and fix execution of pipelines starting with a function. (details / githubweb)
  29. Resolve single pipeline expressions into pipeline elements. (details / githubweb)
  30. Disambiguate between AMQP properties and application properties. (details / githubweb)
  31. Fix pipeline expression validation. (details / githubweb)
  32. Test JMSPropertyMapper. (details / githubweb)
  33. Connectivity: Fix non-forwarding of internal headers from consumers; (details / githubweb)
  34. AmqpPublisherActor: Workaround Qpid client's spec breakage. (details / githubweb)
  35. Move Qpid workarounds under org.eclipse.ditto; remove support for (details / githubweb)
  36. fixed npe in StreamingSessionActor (details / githubweb)
  37. BasePublisherActor: Stop retaining all headers in the absence of header (details / githubweb)
  38. Retain all headers in outbound signals to a reply-to address. (details / githubweb)
  39. #537 added migration script (details / githubweb)
  40. Enable legacy header mapper by default and disable it in (details / githubweb)
  41. Review: Use typed EntityId; remove unnecessary enumeration of (details / githubweb)
  42. fixes https://github.com/eclipse/ditto-clients/issues/30 (details / githubweb)
  43. Remove legacy default header mapping and reply-to address for responses. (details / githubweb)
  44. Cache "reply-target" header for live responses. (details / githubweb)
  45. Fix that reply-target was not copied to builder. (details / githubweb)
  46. review: minor changes of removing non-used constants, methods, (details / githubweb)
  47. moved connectivity related placeholder classes out of placeholders model (details / githubweb)
  48. fixed PlaceholderExceptions to be of common exception interface type (details / githubweb)
  49. updated akka versions (details / githubweb)
  50. review: fixed javadoc + added a simple test case for fn:delete() (details / githubweb)
  51. review: removed non-used method, added 2 amqp property mappings to jms (details / githubweb)
  52. Remove implicit header mapping in WrappingMessageMapper. (details / githubweb)
  53. by default make unresolved placeholder in scope of applyWithDeletion() (details / githubweb)
  54. Add live migration of existing connections so that they behave as (details / githubweb)
  55. ExpressionResolver: Remove "allowUnresolved" behavior. (details / githubweb)
  56. created initial Docker Action for a Maven build (details / githubweb)
  57. PolicyTrie: Do not build JSON view using definition in field. (details / githubweb)
  58. also run GitHub Actions for PRs (details / githubweb)
  59. added information about community call (details / githubweb)
  60. added ics for community call (details / githubweb)
  61. fixed zoom link (details / githubweb)
  62. Removed unused `getSelectedFields` method and appendage. (details / githubweb)
  63. Migrate targets without header mapping on the fly (details / githubweb)
  64. Improve response dropped log message; do not attach defualt header (details / githubweb)
  65. Added convenience method for setting an automatically generated (details / githubweb)
  66. Removed unused import and adjusted formatting of equals method. (details / githubweb)
  67. fixed message formatting (details / githubweb)
  68. Do not migrate valid reply-target without "enabled=true". (details / githubweb)
  69. Remove ReplyTarget.fromJsonOptional. (details / githubweb)
  70. don't add all externalMessage headers in DittoMessageMapper * this must (details / githubweb)
  71. Fix unit tests, add TODO about "source" header. (details / githubweb)
  72. changed workflow name to "build" (details / githubweb)
  73. replaced Travis build badge with GH Actions (details / githubweb)
  74. stop building with Travis (details / githubweb)
  75. changed order of sourceId enforcement and incoming header mapping in (details / githubweb)
  76. review: extracted constants; added javadoc (details / githubweb)
  77. [WIP] Add request:subjectId to connectivity header mapping and make the (details / githubweb)
  78. Map headers between adaptable and external messages. (details / githubweb)
  79. Rename builder function in SseRouteBuilder to better reflect the (details / githubweb)
  80. Retain all headers from payload mapper. (details / githubweb)
  81. Fix a NullPointerException in header mapping; rename method. (details / githubweb)
  82. Replace static array Resolvers.PLACEHOLDERS by unmodifiable list for (details / githubweb)
  83. Prefix internal headers by 'ditto-'. (details / githubweb)
  84. updated akka and hivemq client dependency (details / githubweb)
  85. reverted change (details / githubweb)
  86. Document reply-target and header mapping. (details / githubweb)
  87. reverted change (details / githubweb)
  88. review: removed getSource() and all "source" related stuff from (details / githubweb)
  89. Total Helm chart rework (details / githubweb)
  90. Add hint how to limit resoucre usage (details / githubweb)
  91. added max-width for adopter logos (details / githubweb)
  92. Remove duplicate log message. (details / githubweb)
  93. use "/sbin/tini" as start command wrapping invocation of "java" (details / githubweb)
  94. Remove a concurrency issue in AmqpClientActorTest. (details / githubweb)
  95. Revert useing "/sbin/tini" as start command wrapping invocation of (details / githubweb)
  96. configured ENTRYPOINT to invoke tini and CMD to invoke java (details / githubweb)
  97. fixed args/command/entrypoint usage (details / githubweb)
  98. increase Helm chart version number (details / githubweb)
  99. Introduced `DittoLogger` and `DittoDiagnosticLoggingAdapter` for making (details / githubweb)
  100. Adjusted pom.xml to get mixed Scala/Java build to work. (details / githubweb)
  101. added migration notes for 1.0.0 (details / githubweb)
  102. Exclude Javadoc generation for logging package to get mixed Scala/Java (details / githubweb)
  103. Removed `package-info.java` file from Scala source folder to prevent (details / githubweb)
  104. Enhanced further log statements with correlation ID. (details / githubweb)
  105. added gitHub action for pushing docker images (details / githubweb)
  106. instead of RoundRobinPool for clientActorRouter use (details / githubweb)
  107. removed Travis config (details / githubweb)
  108. removed travis settings.xml (details / githubweb)
  109. use azure/docker-login plugin (details / githubweb)
  110. remove obsolete config (details / githubweb)
  111. Update akk-http verison to 10.1.11 (details / githubweb)
  112. fix hint to update to Ditto 1.0.0 when migrating the suffixed (details / githubweb)
  113. Ditto 1.0.0 preparations: * removed "legacy" MQTT connectivity based on (details / githubweb)
  114. added "ditto" user in Dockerfile (details / githubweb)
  115. Fix materializer creation of SearchActor. (details / githubweb)
  116. * removed incubation branding * added/enhanced release announcement and (details / githubweb)

Started by user Thomas J??ckle

Revision: 2ab10aeee21cd4812da8ae16456b60bd15e78e47
Repository: https://github.com/eclipse/ditto.git
  • refs/remotes/origin/master
Test Result (no failures)