Skip to content
Started 2 yr 7 mo ago
Took 1 min 25 sec on basic-45thw

2.1.0 (Sep 27, 2021, 5:20:48 AM)

Build Artifacts
dash-licenses-summary.txt883 B view
Changes
  1. Replace WithDittoHeaders by DittoHeadersSettable. (details / githubweb)
  2. Remove blocking instantiation of DittoClient (details / githubweb)
  3. Replace return of CompletableFuture with CompletionStage (details / githubweb)
  4. minor javadoc improvements; (details / githubweb)
  5. change return type of merge functions to CompletionStage; (details / githubweb)
  6. Remove instantiation of DittoRuntimeException (details / githubweb)
  7. moved ditto live signals into ditto-java-client; (details / githubweb)
  8. remove test dependency for ditto-signals-commands-live; (details / githubweb)
  9. Switch status code of new exception back to how it was, BAD_REQUEST, because it was a mistake (details / githubweb)
  10. remove api 1 support (details / githubweb)
  11. remov unnecessary osgi stuff for ditto-signals-commands-live (details / githubweb)
  12. remove unused class (details / githubweb)
  13. Adapt to the changes made in ditto regarding 'Fix WithId+WithIdButActuallyNot' (details / githubweb)
  14. Adapt to the changes, that RetrieveThings is not a ThingCommand anymore (details / githubweb)
  15. adjusted Ditto java client to changes of Event / EventsourcedEvent (details / githubweb)
  16. Review: (details / githubweb)
  17. replace deprecated method call of getId() with getEntityName(); (details / githubweb)
  18. removed APIs and code marked as "@deprecated" (details / githubweb)
  19. Adapt to EntityId changes in ditto (details / githubweb)
  20. Prepare 2.0.0 release (details / githubweb)
  21. fix raw generic type usages and other sonar issues (details / githubweb)
  22. Review: (details / githubweb)
  23. fixed some sonar issues; (details / githubweb)
  24. updated used dependencies + NOTICE-THIRD-PARTY.md (details / githubweb)
  25. added build and version badges to js readme (details / githubweb)
  26. adjusted js version readme section (details / githubweb)
  27. Adapt to restructured policies module in ditto (details / githubweb)
  28. Adapt to things module restructuring in ditto (details / githubweb)
  29. Adapt to restructured base module in ditto (details / githubweb)
  30. Adapt to restructured thingsearch module in ditto (details / githubweb)
  31. Adapt to message model restructuring in ditto (details / githubweb)
  32. #667 add websocket auth provider for dom environments (details / githubweb)
  33. fix test (details / githubweb)
  34. fix test (details / githubweb)
  35. review: renamed documented query param/header "x-ditto-dummy-auth" to "x-ditto-pre-authenticated" as the "dummy" is no longer available in Ditto 2.0 (details / githubweb)
  36. Adapt to moval of ditto-model-jwt (details / githubweb)
  37. Adapt to moval of ditto-model-messages module (details / githubweb)
  38. fix assembly.xml (details / githubweb)
  39. Adapt RunOSGiContainerIntegrationTest to restructured modules and add missing module tests (details / githubweb)
  40. fixed javadoc errors (details / githubweb)
  41. copied TestConstants from org.eclipse.ditto.things.model.signals.commands.TestConstants to client's "live" testcode (details / githubweb)
  42. use ${revision} again as ditto.version (details / githubweb)
  43. activate binary compatibility check to version 2.0.0 (details / githubweb)
  44. fix http connection (details / githubweb)
  45. add new copyright holder (details / githubweb)
  46. #156 add HTTP proxy for HTTP requests with the node client (details / githubweb)
  47. #156 add basic tests for the node http requester (details / githubweb)
  48. #157: fix encoding of search options, which did encode the sorting option twice (details / githubweb)
  49. #157 send query params in node http requests (details / githubweb)
  50. fixed RunOSGiContainerIntegrationTest by adding "org.eclipse.ditto:ditto-connectivity-model" module to the *bundles.zip used to bundle all transitive OSGi dependencies (details / githubweb)
  51. fixed RunOSGiContainerIntegrationTest by testing loading connectivity-model classes (details / githubweb)
  52. add reconnecting behaviour when an unintentional disconnect occures (this can happen when the gateway or nginx container get killed); (details / githubweb)
  53. review: renamed atomicboolean + reset it to "false" when connection was (re-)established (details / githubweb)
  54. fix incorrect variable replacement for messageSubject in featureSelector; (details / githubweb)
  55. add argumentNotNull check for type to registerForMessages implementations in LiveFeatureHandleImpl, LiveImpl and LiveThingHandleImpl; (details / githubweb)
  56. updated eclipse jarsigner version to latest 1.3.1 (details / githubweb)
  57. enhance Ditto java client with a "disconnection listener" (details / githubweb)
  58. fixed NPE for ClientCredentialsAuthenticationProvider not providing a "jsonWebtokenSupplier" (details / githubweb)
  59. fixed compile error (details / githubweb)
  60. enhanced OSGi test for instantiating classes relying on ClassIndex import (details / githubweb)
  61. minor code formatting; (details / githubweb)
  62. [#559] add condition option to ditto java client for thing operations; (details / githubweb)
  63. release 2.1.0-M1 (details / githubweb)
  64. release 2.1.0-M2 (details / githubweb)
  65. [#559] remove usage of Condition class in ditto java client; (details / githubweb)
  66. Issue #559: Refactored `OutgoingMessageFactory`. (details / githubweb)
  67. Issue #559: Extracted method for checking if option is allowed. (details / githubweb)
  68. fix unit test (details / githubweb)
  69. Issue #559: Extracted class for building DittoHeaders from options for particular outgoing message. (details / githubweb)
  70. Issue #559: Added empty lines to improve readability. Slightly adjusted some Javadoc comments. (details / githubweb)
  71. Issue #559: Widened type of condition argument to CharSequence. Adjusted Javadoc as well. (details / githubweb)
  72. Issue #559: Adjusted Javadoc of `ConditionOptionVisitor`. (details / githubweb)
  73. Issue #559: Made CONDITION a Global option as it is valid not only for modify commands but retrieve commands as well. (details / githubweb)
  74. fixed that for Java Runtime 8, using corePoolSize 0 leads to CPU usage of 100% (details / githubweb)

Started by user Thomas Jaeckle

This run spent:

  • 25 sec waiting;
  • 1 min 25 sec build duration;
  • 1 min 50 sec total from scheduled to completion.
Revision: 67742191e6b11236a248e0a10d59f0daf8d4f7b7
Repository: https://github.com/eclipse/ditto-clients.git
Repository: https://github.com/eclipse/dash-licenses.git
  • ditto-clients/master