Skip to content

Changes

Summary

  1. use ${revision} again as ditto.version (details)
  2. activate binary compatibility check to version 2.0.0 (details)
  3. fix http connection (details)
  4. add new copyright holder (details)
  5. #156 add HTTP proxy for HTTP requests with the node client (details)
  6. #156 add basic tests for the node http requester (details)
  7. #157: fix encoding of search options, which did encode the sorting option twice (details)
  8. #157 send query params in node http requests (details)
  9. fixed RunOSGiContainerIntegrationTest by adding "org.eclipse.ditto:ditto-connectivity-model" module to the *bundles.zip used to bundle all transitive OSGi dependencies (details)
  10. fixed RunOSGiContainerIntegrationTest by testing loading connectivity-model classes (details)
  11. add reconnecting behaviour when an unintentional disconnect occures (this can happen when the gateway or nginx container get killed); (details)
  12. review: renamed atomicboolean + reset it to "false" when connection was (re-)established (details)
Commit b6d8481d99c64177bebb6f2f12019f1d29990a0f by Thomas Jaeckle
use ${revision} again as ditto.version

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/pom.xml (diff)
Commit 24e8ef1e3d2740a78290fb9e5d15bcdcd38ae822 by Thomas Jaeckle
activate binary compatibility check to version 2.0.0

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/pom.xml (diff)
Commit 3264dbe72c9fd260da4c0449f4ed3025376db885 by Vincenzo Territo
fix http connection

Signed-off-by: Vincenzo Territo <territo.vincenzo17@gmail.com>
The file was modified javascript/lib/node/src/node-http.ts (diff)
Commit 4d6c23d43af8aad3896325e88288dccbd522f713 by Vincenzo Territo
add new copyright holder

Signed-off-by: Vincenzo Territo <territo.vincenzo17@gmail.com>
The file was modified legal/NOTICE.md (diff)
Commit 4041960f947e97621bca854efa52f867601bd9df by Florian Fendt
#156 add HTTP proxy for HTTP requests with the node client
The file was modified javascript/lib/node/src/proxy-settings.ts (diff)
The file was modified javascript/lib/dom/package-lock.json (diff)
The file was modified javascript/lib/node/src/node-http.ts (diff)
The file was modified javascript/lib/node/package-lock.json (diff)
The file was addedjavascript/lib/node/tests/proxy-settings.spec.ts
The file was modified javascript/lib/node/package.json (diff)
The file was modified javascript/lib/api/package-lock.json (diff)
The file was modified javascript/lib/node/src/node-websocket.ts (diff)
Commit 75b61ab082ebf337be3520a152ffe3d4252680a6 by Florian Fendt
#156 add basic tests for the node http requester
The file was modified javascript/lib/node/package.json (diff)
The file was modified javascript/lib/node/src/proxy-settings.ts (diff)
The file was modified javascript/lib/node/package-lock.json (diff)
The file was addedjavascript/lib/node/tests/node-http.spec.ts
Commit b4fba5a594919b47a84cf10469fb0290afdf412c by Florian Fendt
#157: fix encoding of search options, which did encode the sorting option twice

Signed-off-by: Florian Fendt <Florian.Fendt@bosch.io>
The file was modified javascript/lib/api/src/options/request.options.ts (diff)
The file was modified javascript/lib/api/tests/options/request.options.spec.ts (diff)
Commit 8342534e88c496170b62d276599037633d1b79c6 by Florian Fendt
#157 send query params in node http requests
The file was modified javascript/lib/node/src/node-http.ts (diff)
The file was modified javascript/lib/node/tests/node-http.spec.ts (diff)
Commit 16f22b1c91079cc5318787905d924d4c0c600225 by Thomas Jaeckle
fixed RunOSGiContainerIntegrationTest by adding "org.eclipse.ditto:ditto-connectivity-model" module to the *bundles.zip used to bundle all transitive OSGi dependencies

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/src/main/assembly/assembly.xml (diff)
Commit 5f5649e38c513017b8687bbd958c256ab62f3bc3 by Thomas Jaeckle
fixed RunOSGiContainerIntegrationTest by testing loading connectivity-model classes

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/src/test/java/org/eclipse/ditto/client/RunOSGiContainerIntegrationTest.java (diff)
Commit 3062cf04ab66b4634f0c2672975f2e9e831e636e by Stefan Maute
add reconnecting behaviour when an unintentional disconnect occures (this can happen when the gateway or nginx container get killed);

Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
The file was modified java/src/main/java/org/eclipse/ditto/client/messaging/internal/WebSocketMessagingProvider.java (diff)
Commit cb788d26471253e033d5e86707ef44b9ae697676 by Thomas Jaeckle
review: renamed atomicboolean + reset it to "false" when connection was (re-)established

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/src/main/java/org/eclipse/ditto/client/messaging/internal/WebSocketMessagingProvider.java (diff)