Skip to content

Commit

Permalink
adjusted Eclipse Ditto domain to eclipse.dev/ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Jun 21, 2023
1 parent a41fc05 commit 9bc6223
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This content is produced and maintained by the Eclipse Ditto project.

* Project home: https://www.eclipse.org/ditto
* Project home: https://www.eclipse.dev/ditto/

# Trademarks

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Join the chat at https://gitter.im/eclipse/ditto](https://badges.gitter.im/eclipse/ditto.svg)](https://gitter.im/eclipse/ditto?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0)

This repository contains client SDKs in different languages for [Eclipse Ditto](https://www.eclipse.org/ditto/).
This repository contains client SDKs in different languages for [Eclipse Ditto](https://www.eclipse.dev/ditto/).

## [Java](java/)

Expand Down
12 changes: 6 additions & 6 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ Deliver a client SDK for Java in order to interact with digital twins provided b

## Features

* Digital twin management: CRUD (create, read, update, delete) of Ditto [things](https://www.eclipse.org/ditto/basic-thing.html)
* [Change notifications](https://www.eclipse.org/ditto/basic-changenotifications.html):
* Digital twin management: CRUD (create, read, update, delete) of Ditto [things](https://www.eclipse.dev/ditto/basic-thing.html)
* [Change notifications](https://www.eclipse.dev/ditto/basic-changenotifications.html):
consume notifications whenever a "watched" digital twin is modified
* Send/receive [messages](https://www.eclipse.org/ditto/basic-messages.html) to/from devices connected via a digital twin
* Use the [live channel](https://www.eclipse.org/ditto/protocol-twinlive.html#live) in order to react on commands directed
* Send/receive [messages](https://www.eclipse.dev/ditto/basic-messages.html) to/from devices connected via a digital twin
* Use the [live channel](https://www.eclipse.dev/ditto/protocol-twinlive.html#live) in order to react on commands directed
to devices targeting their "live" state

## Communication channel

The Ditto Java client interacts with an Eclipse Ditto backend via Ditto's
[WebSocket](https://www.eclipse.org/ditto/httpapi-protocol-bindings-websocket.html) sending and receiving messages
in [Ditto Protocol](https://www.eclipse.org/ditto/protocol-overview.html).
[WebSocket](https://www.eclipse.dev/ditto/httpapi-protocol-bindings-websocket.html) sending and receiving messages
in [Ditto Protocol](https://www.eclipse.dev/ditto/protocol-overview.html).

## Usage

Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<name>Eclipse Ditto Client</name>
<description>Eclipse Ditto client SDK for Java.</description>
<url>https://eclipse.org/ditto/</url>
<url>https://eclipse.dev/ditto/</url>
<inceptionYear>2019</inceptionYear>

<organization>
Expand Down Expand Up @@ -484,7 +484,7 @@
<instructions>
<Bundle-Vendor>Eclipse Ditto</Bundle-Vendor>
<Bundle-License>EPL-2.0</Bundle-License>
<Bundle-DocURL>https://eclipse.org/ditto/</Bundle-DocURL>
<Bundle-DocURL>https://eclipse.dev/ditto/</Bundle-DocURL>
<_noee>true</_noee>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
<Include-Resource>
Expand Down
2 changes: 1 addition & 1 deletion javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ No dependencies were explicitly updated.

### \#208 Add support for cursor pagination to JS clients

As per the [documentation](https://www.eclipse.org/ditto/basic-search.html#rql-paging-deprecated),
As per the [documentation](https://www.eclipse.dev/ditto/basic-search.html#rql-paging-deprecated),
pagination via the `limit` parameter is deprecated and might get removed in the future.
PR #208 adds support for cursor pagination to the JS client so applications using the client can use the new
pagination style.
Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/api/NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This content is produced and maintained by the Eclipse Ditto project.

* Project home: https://www.eclipse.org/ditto
* Project home: https://www.eclipse.dev/ditto

# Trademarks

Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/api/src/options/request.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export interface SearchOptions extends AddRequestOptions<SearchOptions>, HasFilt
* @param count - The number of things to return.
* @returns The instance of SearchOptions with the added option
*
* @Deprecated See {@link https://www.eclipse.org/ditto/basic-search.html#rql-paging-deprecated} Use cursor pagination instead
* @Deprecated See {@link https://www.eclipse.dev/ditto/basic-search.html#rql-paging-deprecated} Use cursor pagination instead
* Sets a limit option.
*/
withLimit(offset: number, count: number): SearchOptions;
Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/dom/NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This content is produced and maintained by the Eclipse Ditto project.

* Project home: https://www.eclipse.org/ditto
* Project home: https://www.eclipse.dev/ditto

# Trademarks

Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/node/NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This content is produced and maintained by the Eclipse Ditto project.

* Project home: https://www.eclipse.org/ditto
* Project home: https://www.eclipse.dev/ditto

# Trademarks

Expand Down
2 changes: 1 addition & 1 deletion legal/NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This content is produced and maintained by the Eclipse Ditto project.

* Project home: https://www.eclipse.org/ditto
* Project home: https://www.eclipse.dev/ditto

# Trademarks

Expand Down

0 comments on commit 9bc6223

Please sign in to comment.