Skip to content

Commit d4c9cbb

Browse files
committed
adjusted Eclipse Ditto domain to eclipse.dev/ditto
Signed-off-by: Thomas Jäckle <[email protected]>
1 parent 2da1497 commit d4c9cbb

File tree

88 files changed

+319
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+319
-319
lines changed

NOTICE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This content is produced and maintained by the Eclipse Ditto project.
22

3-
* Project home: https://www.eclipse.org/ditto
3+
* Project home: https://www.eclipse.dev/ditto
44

55
# Trademarks
66

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0)
1414
[![Lines of code](https://img.shields.io/badge/dynamic/xml.svg?label=Lines%20of%20code&url=https%3A%2F%2Fwww.openhub.net%2Fprojects%2Feclipse-ditto.xml%3Fapi_key%3D11ac3aa12a364fd87b461559a7eedcc53e18fb5a4cf1e43e02cb7a615f1f3d4f&query=%2Fresponse%2Fresult%2Fproject%2Fanalysis%2Ftotal_code_lines&colorB=lightgrey)](https://www.openhub.net/p/eclipse-ditto)
1515

16-
[Eclipse Ditto](https://www.eclipse.org/ditto/)™ is a technology in the IoT implementing a software pattern called “digital twins”.
16+
[Eclipse Ditto](https://www.eclipse.dev/ditto/)™ is a technology in the IoT implementing a software pattern called “digital twins”.
1717
A digital twin is a virtual, cloud based, representation of his real world counterpart (real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations, …).
1818

1919
An ever growing list of [adopters](https://iot.eclipse.org/adopters/?#iot.ditto) makes use of Ditto as part of their IoT platforms - if you're as well using it, it would be super nice to show your [adoption here](https://iot.eclipse.org/adopters/how-to-be-listed-as-an-adopter/).
2020

2121
## Documentation
2222

23-
Find the documentation on the project site: [https://www.eclipse.org/ditto/](https://www.eclipse.org/ditto/)
23+
Find the documentation on the project site: [https://www.eclipse.dev/ditto/](https://www.eclipse.dev/ditto/)
2424

2525
## Eclipse Ditto™ explorer UI
2626

@@ -58,7 +58,7 @@ docker-compose logs -f
5858
```
5959

6060
Open following URL to get started: [http://localhost:8080](http://localhost:8080)<br/>
61-
Or have a look at the ["Hello World"](https://www.eclipse.org/ditto/intro-hello-world.html)
61+
Or have a look at the ["Hello World"](https://www.eclipse.dev/ditto/intro-hello-world.html)
6262

6363
Additional [deployment options](deployment/) are also available, if Docker Compose is not what you want to use.
6464

RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Ditto releases are tracked and planned here: https://projects.eclipse.org/projec
1414
* First close the staging repo (after all artifacts are there, e.g. also the client artifacts)
1515
* Then release the staging repo
1616
* Then it will take a few hours until those changes are synced successfully to Maven central
17-
* Write Release notes, e.g. like for 3.1.0: https://www.eclipse.org/ditto/release_notes_310.html
17+
* Write Release notes, e.g. like for 3.1.0: https://www.eclipse.dev/ditto/release_notes_310.html
1818
* New features, changes, bug fixes to last release / milestone release
1919
* Add migration notes (if there are any)
20-
* Write a Blog post announcement, e.g. like for: https://www.eclipse.org/ditto/2022-12-16-release-announcement-310.html
20+
* Write a Blog post announcement, e.g. like for: https://www.eclipse.dev/ditto/2022-12-16-release-announcement-310.html
2121
* Close GitHub milestone (and assign all Issues/PRs which were still included in that milestone): https://github.com/eclipse-ditto/ditto/milestones
2222
* Create a GitHub release: https://github.com/eclipse-ditto/ditto/releases (based on the Tags which was pushed during release job)
2323
* Write a mail to the "ditto-dev" mailing list

base/model/src/main/java/org/eclipse/ditto/base/model/acks/AcknowledgementLabelInvalidException.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
import javax.annotation.concurrent.Immutable;
2020
import javax.annotation.concurrent.NotThreadSafe;
2121

22-
import org.eclipse.ditto.json.JsonObject;
2322
import org.eclipse.ditto.base.model.common.HttpStatus;
2423
import org.eclipse.ditto.base.model.exceptions.DittoRuntimeException;
2524
import org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder;
2625
import org.eclipse.ditto.base.model.headers.DittoHeaders;
2726
import org.eclipse.ditto.base.model.json.JsonParsableException;
27+
import org.eclipse.ditto.json.JsonObject;
2828

2929
/**
3030
* Thrown if an AcknowledgementLabel is not valid, for example because it did not comply to the AcknowledgmentLabel
@@ -48,7 +48,7 @@ public final class AcknowledgementLabelInvalidException extends DittoRuntimeExce
4848
"An acknowledgement label must conform to the regular expression of Ditto documentation.";
4949

5050
private static final URI DEFAULT_HREF = URI.create(
51-
"https://www.eclipse.org/ditto/protocol-specification-topic.html#acknowledgement-criterion-actions");
51+
"https://www.eclipse.dev/ditto/protocol-specification-topic.html#acknowledgement-criterion-actions");
5252

5353
private static final long serialVersionUID = -2385649293006205966L;
5454

base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/NamespacedEntityIdInvalidException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class NamespacedEntityIdInvalidException extends EntityIdInvalidExc
5656
"length of 256 characters.";
5757

5858
private static final URI DEFAULT_HREF =
59-
URI.create("https://www.eclipse.org/ditto/basic-namespaces-and-names.html#namespaced-id");
59+
URI.create("https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id");
6060

6161
private static final long serialVersionUID = -8903476318490123234L;
6262

connectivity/service/src/main/resources/javascript/incoming-mapping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function mapToDittoProtocolMsg(
1919
// ### Insert/adapt your mapping logic here.
2020
// Use helper function Ditto.buildDittoProtocolMsg to build Ditto protocol message
2121
// based on incoming payload.
22-
// See https://www.eclipse.org/ditto/connectivity-mapping.html#helper-functions for details.
22+
// See https://www.eclipse.dev/ditto/connectivity-mapping.html#helper-functions for details.
2323

2424
// ### example code assuming the Ditto protocol content type for incoming messages.
2525
if (contentType === 'application/vnd.eclipse.ditto+json') {

deployment/docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ curl http://devops:foobar@localhost:8080/devops/config/gateway/?path=ditto
4949
```
5050

5151
Or by going through the configuration files in this repository, all available configuration files are
52-
[linked here](https://www.eclipse.org/ditto/installation-operating.html#ditto-configuration).
52+
[linked here](https://www.eclipse.dev/ditto/installation-operating.html#ditto-configuration).
5353

5454
## Start Eclipse Ditto
5555

deployment/docker/sandbox/html/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1><img src="./images/ditto.svg" class="ditto-logo" alt="Eclipse Ditto logo"> -
105105
API</a>.<br/> The Swagger UI for exploring the API will require authentication.
106106
</p>
107107
<p>
108-
Visit the Eclipse Ditto <a href="https://www.eclipse.org/ditto/intro-overview.html">documentation</a> in
108+
Visit the Eclipse Ditto <a href="https://www.eclipse.dev/ditto/intro-overview.html">documentation</a> in
109109
order to learn more about the project.
110110
</p>
111111
<p>

deployment/helm/ditto/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: |
1616
A digital twin is a virtual, cloud based, representation of his real world counterpart
1717
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
1818
type: application
19-
version: 0.0.2 # chart version is set by release-job
19+
version: 0.0.4 # chart version is set by release-job
2020
appVersion: 3.2.1
2121
keywords:
2222
- iot-chart
@@ -25,7 +25,7 @@ keywords:
2525
home: https://www.eclipse.org/ditto
2626
sources:
2727
- https://github.com/eclipse-ditto/ditto
28-
icon: https://www.eclipse.org/ditto/images/ditto.svg
28+
icon: https://www.eclipse.dev/ditto/images/ditto.svg
2929
maintainers:
3030
- name: thjaeckle
3131

deployment/helm/ditto/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
[Eclipse Ditto™](https://www.eclipse.org/ditto/) is a technology in the IoT implementing a software pattern
5+
[Eclipse Ditto™](https://www.eclipse.dev/ditto/) is a technology in the IoT implementing a software pattern
66
called “digital twins”. A digital twin is a virtual, cloud based, representation of his real world counterpart
77
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations, …).
88

deployment/helm/ditto/ci/ci-workflow-values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ingress:
2727

2828
## ----------------------------------------------------------------------------
2929
## policies configuration
30-
## ref: https://www.eclipse.org/ditto/architecture-services-policies.html
30+
## ref: https://www.eclipse.dev/ditto/architecture-services-policies.html
3131
policies:
3232
resources:
3333
cpu: 0.15
@@ -38,7 +38,7 @@ policies:
3838

3939
## ----------------------------------------------------------------------------
4040
## things configuration
41-
## ref: https://www.eclipse.org/ditto/architecture-services-things.html
41+
## ref: https://www.eclipse.dev/ditto/architecture-services-things.html
4242
things:
4343
resources:
4444
cpu: 0.15
@@ -49,7 +49,7 @@ things:
4949

5050
## ----------------------------------------------------------------------------
5151
## things-search configuration
52-
## ref: https://www.eclipse.org/ditto/architecture-services-things-search.html
52+
## ref: https://www.eclipse.dev/ditto/architecture-services-things-search.html
5353
thingsSearch:
5454
resources:
5555
cpu: 0.15
@@ -60,7 +60,7 @@ thingsSearch:
6060

6161
## ----------------------------------------------------------------------------
6262
## connectivity configuration
63-
## ref: https://www.eclipse.org/ditto/architecture-services-connectivity.html
63+
## ref: https://www.eclipse.dev/ditto/architecture-services-connectivity.html
6464
connectivity:
6565
resources:
6666
cpu: 0.15
@@ -71,7 +71,7 @@ connectivity:
7171

7272
## ----------------------------------------------------------------------------
7373
## gateway configuration
74-
## ref: https://www.eclipse.org/ditto/architecture-services-gateway.html
74+
## ref: https://www.eclipse.dev/ditto/architecture-services-gateway.html
7575
gateway:
7676
resources:
7777
cpu: 0.15

deployment/helm/ditto/local-values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ global:
2525

2626
## ----------------------------------------------------------------------------
2727
## policies configuration
28-
## ref: https://www.eclipse.org/ditto/architecture-services-policies.html
28+
## ref: https://www.eclipse.dev/ditto/architecture-services-policies.html
2929
policies:
3030
resources:
3131
cpu: 0.2
@@ -43,7 +43,7 @@ policies:
4343

4444
## ----------------------------------------------------------------------------
4545
## things configuration
46-
## ref: https://www.eclipse.org/ditto/architecture-services-things.html
46+
## ref: https://www.eclipse.dev/ditto/architecture-services-things.html
4747
things:
4848
resources:
4949
cpu: 0.2
@@ -61,7 +61,7 @@ things:
6161

6262
## ----------------------------------------------------------------------------
6363
## things-search configuration
64-
## ref: https://www.eclipse.org/ditto/architecture-services-things-search.html
64+
## ref: https://www.eclipse.dev/ditto/architecture-services-things-search.html
6565
thingsSearch:
6666
resources:
6767
cpu: 0.2
@@ -72,7 +72,7 @@ thingsSearch:
7272

7373
## ----------------------------------------------------------------------------
7474
## connectivity configuration
75-
## ref: https://www.eclipse.org/ditto/architecture-services-connectivity.html
75+
## ref: https://www.eclipse.dev/ditto/architecture-services-connectivity.html
7676
connectivity:
7777
resources:
7878
cpu: 0.2
@@ -83,7 +83,7 @@ connectivity:
8383

8484
## ----------------------------------------------------------------------------
8585
## gateway configuration
86-
## ref: https://www.eclipse.org/ditto/architecture-services-gateway.html
86+
## ref: https://www.eclipse.dev/ditto/architecture-services-gateway.html
8787
gateway:
8888
resources:
8989
cpu: 0.2

deployment/helm/ditto/values.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ global:
6161
hashedBasicAuthUsers: []
6262
# jwtOnly controls whether only OpenID-Connect authentication is supported
6363
# if false, both OpenID-Connect and basicAuth via nginx (see above "basicAuthUsers" and "hashedBasicAuthUsers") is used
64-
# ref: https://www.eclipse.org/ditto/installation-operating.html#openid-connect
64+
# ref: https://www.eclipse.dev/ditto/installation-operating.html#openid-connect
6565
jwtOnly: true
6666
# jvmOptions defines the JVM options applied to all Ditto services running in the JVM, it is put in JAVA_TOOL_OPTIONS
6767
jvmOptions: >
@@ -370,7 +370,7 @@ akka:
370370

371371
## ----------------------------------------------------------------------------
372372
## policies configuration
373-
## ref: https://www.eclipse.org/ditto/architecture-services-policies.html
373+
## ref: https://www.eclipse.dev/ditto/architecture-services-policies.html
374374
policies:
375375
# enabled controls whether policies related resources should be created
376376
enabled: true
@@ -401,7 +401,7 @@ policies:
401401
# additionalJvmOptions JVM options to put into JAVA_TOOL_OPTIONS
402402
additionalJvmOptions: ""
403403
# systemProps used to define arbitrary system properties for policies service
404-
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
404+
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
405405
systemProps:
406406
# extraEnv to add arbitrary environment variable to policies container
407407
extraEnv:
@@ -552,7 +552,7 @@ policies:
552552

553553
## ----------------------------------------------------------------------------
554554
## things configuration
555-
## ref: https://www.eclipse.org/ditto/architecture-services-things.html
555+
## ref: https://www.eclipse.dev/ditto/architecture-services-things.html
556556
things:
557557
# enabled controls whether things related resources should be created
558558
enabled: true
@@ -583,7 +583,7 @@ things:
583583
# additionalJvmOptions JVM options to put into JAVA_TOOL_OPTIONS
584584
additionalJvmOptions: ""
585585
# systemProps used to define arbitrary system properties for things service
586-
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
586+
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
587587
systemProps:
588588
# extraEnv to add arbitrary environment variable to things container
589589
extraEnv:
@@ -751,12 +751,12 @@ things:
751751
}
752752
},
753753
"security": "basic_sc",
754-
"support": "https://www.eclipse.org/ditto/"
754+
"support": "https://www.eclipse.dev/ditto/"
755755
}
756756
757757
## ----------------------------------------------------------------------------
758758
## things-search configuration
759-
## ref: https://www.eclipse.org/ditto/architecture-services-things-search.html
759+
## ref: https://www.eclipse.dev/ditto/architecture-services-things-search.html
760760
thingsSearch:
761761
# enabled controls whether things-search related resources should be created
762762
enabled: true
@@ -787,7 +787,7 @@ thingsSearch:
787787
# additional JVM options to put into JAVA_TOOL_OPTIONS
788788
additionalJvmOptions: ""
789789
# systemProps used to define arbitrary system properties for things-search service
790-
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
790+
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
791791
systemProps:
792792
# extraEnv to add arbitrary environment variable to things-search container
793793
extraEnv:
@@ -870,7 +870,7 @@ thingsSearch:
870870
# one of: unacknowledged | acknowledged | majority | journaled | w1 | w2 | w3
871871
searchWriteConcern: "acknowledged"
872872
# searchWithAcksWriteConcern configures the MongoDB write concern for commands sent with "search-persisted" ACK
873-
# ref: https://www.eclipse.org/ditto/basic-acknowledgements.html#built-in-acknowledgement-labels
873+
# ref: https://www.eclipse.dev/ditto/basic-acknowledgements.html#built-in-acknowledgement-labels
874874
# one of: unacknowledged | acknowledged | majority | journaled | w1 | w2 | w3
875875
searchWithAcksWriteConcern: "majority"
876876
# queryReadConcern configures the MongoDB read concern for doing queries / performing searches
@@ -936,7 +936,7 @@ thingsSearch:
936936

937937
## ----------------------------------------------------------------------------
938938
## connectivity configuration
939-
## ref: https://www.eclipse.org/ditto/architecture-services-connectivity.html
939+
## ref: https://www.eclipse.dev/ditto/architecture-services-connectivity.html
940940
connectivity:
941941
# enabled controls whether connectivity related resources should be created
942942
enabled: true
@@ -967,7 +967,7 @@ connectivity:
967967
# additional JVM options to put into JAVA_TOOL_OPTIONS
968968
additionalJvmOptions: ""
969969
# systemProps used to define arbitrary system properties for connectivity service
970-
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
970+
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
971971
systemProps:
972972
# extraEnv to add arbitrary environment variable to connectivity container
973973
extraEnv:
@@ -1174,7 +1174,7 @@ connectivity:
11741174

11751175
## ----------------------------------------------------------------------------
11761176
## gateway configuration
1177-
## ref: https://www.eclipse.org/ditto/architecture-services-gateway.html
1177+
## ref: https://www.eclipse.dev/ditto/architecture-services-gateway.html
11781178
gateway:
11791179
# enabled controls whether gateway related resources should be created
11801180
enabled: true
@@ -1205,7 +1205,7 @@ gateway:
12051205
# pullPolicy for the gateway docker image
12061206
pullPolicy: IfNotPresent
12071207
# systemProps used to define arbitrary system properties configuration for gateway
1208-
# ref: https://www.eclipse.org/ditto/installation-operating.html#configuration
1208+
# ref: https://www.eclipse.dev/ditto/installation-operating.html#configuration
12091209
systemProps:
12101210
- "-Dditto.protocol.blocklist.0=raw-request-uri"
12111211
- "-Dditto.protocol.blocklist.1=cache-control"
@@ -1302,7 +1302,7 @@ gateway:
13021302
# authentication contains the settings regarding authentication against the gateway
13031303
authentication:
13041304
# enablePreAuthentication whether Ditto "pre-authentication" should be enabled
1305-
# ref: https://www.eclipse.org/ditto/installation-operating.html#pre-authentication
1305+
# ref: https://www.eclipse.dev/ditto/installation-operating.html#pre-authentication
13061306
enablePreAuthentication: false
13071307
# oauth contains the OAuth2.0 / OpenID Connect related configuration
13081308
oauth:

deployment/kubernetes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In case you already have a MongoDB in the cloud or elsewhere it is possible to c
5353
This can be done by setting the MongoDB URI via env variable "MONGO_DB_URI" in the
5454
`deployment/kubernetes/deploymentFiles/ditto/ditto-cluster.yml` for all services except the `gateway`.
5555
Other MongoDB settings can be set via env variables and are documented in
56-
[Operating Ditto](https://www.eclipse.org/ditto/installation-operating.html) section.
56+
[Operating Ditto](https://www.eclipse.dev/ditto/installation-operating.html) section.
5757

5858
In case your "MONGO_DB_URI" contains sensitive information like username and password it is recommended to use
5959
a kubernetes secret.

deployment/openshift/nginx/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<h1>You have started Eclipse Ditto</h1>
4242
<div>
4343
<p>Thank you for trying out Eclipse Ditto!</p>
44-
<p>In order to get started quickly, you can now have a look at the <a href="https://www.eclipse.org/ditto/index.html">documentation</a>
44+
<p>In order to get started quickly, you can now have a look at the <a href="https://www.eclipse.dev/ditto/index.html">documentation</a>
4545

4646
<p>To authenticate at the HTTP APIs use the following username "ditto" and password "ditto" when asked for by your browser.</p>
4747

documentation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Eclipse Ditto :: Documentation
22

3-
This folder contains the documentation and [static website of Eclipse Ditto](https://www.eclipse.org/ditto/).
3+
This folder contains the documentation and [static website of Eclipse Ditto](https://www.eclipse.dev/ditto/).
44

55
The documentation is based on [Jekyll](https://jekyllrb.com) and the fabulous [Jekyll Documentation Theme 6.0](http://idratherbewriting.com/documentation-theme-jekyll/).
66

documentation/src/main/resources/_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{
2525
"@context": "http://schema.org",
2626
"@type": "Organization",
27-
"url": "https://www.eclipse.org/ditto/",
28-
"logo": "https://www.eclipse.org/ditto/images/ditto.svg"
27+
"url": "https://www.eclipse.dev/ditto/",
28+
"logo": "https://www.eclipse.dev/ditto/images/ditto.svg"
2929
}
3030
</script>
3131

0 commit comments

Comments
 (0)