Skip to content

Commit f566c9b

Browse files
authored
Merge pull request #189 from bosch-io/feature/ditt-240
prepare Ditto-clients release 2.4.0
2 parents a914335 + 56be9fa commit f566c9b

File tree

16 files changed

+64
-49
lines changed

16 files changed

+64
-49
lines changed

java/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@
667667
<validHeaders>
668668
<header>../legal/headers/license-header-2019.txt</header>
669669
<header>../legal/headers/license-header-2020.txt</header>
670+
<header>../legal/headers/license-header-2021.txt</header>
670671
</validHeaders>
671672
<aggregate>true</aggregate>
672673
<quiet>false</quiet>

javascript/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to the Ditto JavaScript client will be documented in this file.
33

4+
## [2.4.0] - 2022-04-14
5+
6+
### No changes
7+
No changes comparing to 2.3.0 were done.
8+
49
## [2.3.0] - 2022-01-21
510

611
### No changes

javascript/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
]
1717
}
1818
},
19-
"version": "2.3.0"
19+
"version": "2.4.0"
2020
}

javascript/lib/api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-api",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "API interfaces for implementing TypeScript clients for Eclipse Ditto",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse/ditto-clients",

javascript/lib/dom/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-dom",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "DOM implementation of Eclipse Ditto JavaScript API to be used in browsers.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse/ditto-clients",

javascript/lib/node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-node",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Node.js(r) implementation of Eclipse Ditto JavaScript API.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse/ditto-clients",

javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "A library supporting you to work with the APIs of Eclipse Ditto 2.3.x.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse/ditto-clients",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
com.eclipsesource.minimal-json:minimal-json:jar:0.9.5:compile
2-
com.neovisionaries:nv-websocket-client:jar:2.12:compile
2+
com.neovisionaries:nv-websocket-client:jar:2.14:compile
33
org.atteo.classindex:classindex:jar:3.11:compile
44
org.reactivestreams:reactive-streams:jar:1.0.3:compile
5-
org.slf4j:slf4j-api:jar:1.7.32:compile
5+
org.slf4j:slf4j-api:jar:1.7.36:compile

legal/3rd-party-dependencies/test.txt

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
biz.aQute.bnd:bndlib:jar:2.4.0:test
2-
ch.qos.logback:logback-classic:jar:1.2.10:test
3-
ch.qos.logback:logback-core:jar:1.2.10:test
4-
com.beust:jcommander:jar:1.72:test
2+
ch.qos.logback:logback-classic:jar:1.2.11:test
3+
ch.qos.logback:logback-core:jar:1.2.11:test
4+
com.beust:jcommander:jar:1.78:test
55
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
66
junit:junit:jar:4.13.2:test
7-
net.bytebuddy:byte-buddy-agent:jar:1.9.10:test
8-
net.bytebuddy:byte-buddy:jar:1.9.10:test
9-
nl.jqno.equalsverifier:equalsverifier:jar:3.1.10:test
10-
org.apache-extras.beanshell:bsh:jar:2.0b6:test
11-
org.apache.felix:org.apache.felix.framework:jar:6.0.4:test
7+
net.bytebuddy:byte-buddy-agent:jar:1.12.4:test
8+
net.bytebuddy:byte-buddy:jar:1.12.4:test
9+
nl.jqno.equalsverifier:equalsverifier:jar:3.8.2:test
10+
org.apache.felix:org.apache.felix.framework:jar:7.0.3:test
1211
org.apache.maven.resolver:maven-resolver-api:jar:1.3.1:test
1312
org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1:test
1413
org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1:test
1514
org.apache.maven.resolver:maven-resolver-util:jar:1.3.1:test
1615
org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar:1_2:test
17-
org.assertj:assertj-core:jar:3.19.0:test
18-
org.awaitility:awaitility:jar:4.0.3:test
16+
org.assertj:assertj-core:jar:3.22.0:test
17+
org.awaitility:awaitility:jar:4.1.1:test
1918
org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:test
2019
org.hamcrest:hamcrest-core:jar:1.3:test
2120
org.hamcrest:hamcrest:jar:2.1:test
22-
org.mockito:mockito-core:jar:3.1.0:test
21+
org.mockito:mockito-core:jar:4.2.0:test
2322
org.mutabilitydetector:MutabilityDetector:jar:0.10.4:test
24-
org.objenesis:objenesis:jar:2.6:test
23+
org.objenesis:objenesis:jar:3.2:test
2524
org.ops4j.base:ops4j-base-exec:jar:1.5.1:test
2625
org.ops4j.base:ops4j-base-io:jar:1.5.1:test
2726
org.ops4j.base:ops4j-base-lang:jar:1.5.1:test
@@ -30,24 +29,24 @@ org.ops4j.base:ops4j-base-net:jar:1.5.1:test
3029
org.ops4j.base:ops4j-base-spi:jar:1.5.1:test
3130
org.ops4j.base:ops4j-base-store:jar:1.5.1:test
3231
org.ops4j.base:ops4j-base-util-property:jar:1.5.1:test
33-
org.ops4j.pax.exam:pax-exam-container-native:jar:4.13.4:test
34-
org.ops4j.pax.exam:pax-exam:jar:4.13.4:test
35-
org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.4:test
36-
org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.4:test
37-
org.ops4j.pax.exam:pax-exam-spi:jar:4.13.4:test
38-
org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3:test
39-
org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3:test
40-
org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.8.3:test
41-
org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.3:test
42-
org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3:test
32+
org.ops4j.pax.exam:pax-exam-container-native:jar:4.13.5:test
33+
org.ops4j.pax.exam:pax-exam:jar:4.13.5:test
34+
org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.5:test
35+
org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.5:test
36+
org.ops4j.pax.exam:pax-exam-spi:jar:4.13.5:test
37+
org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.4:test
38+
org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.4:test
39+
org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.4:test
40+
org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.4:test
4341
org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1:test
44-
org.ops4j.pax.url:pax-url-aether:jar:2.6.2:test
45-
org.ops4j.pax.url:pax-url-aether-support:jar:2.6.2:test
46-
org.ops4j.pax.url:pax-url-classpath:jar:2.6.2:test
47-
org.ops4j.pax.url:pax-url-commons:jar:2.6.2:test
48-
org.ops4j.pax.url:pax-url-link:jar:2.6.2:test
42+
org.ops4j.pax.url:pax-url-aether:jar:2.6.8:test
43+
org.ops4j.pax.url:pax-url-aether-support:jar:2.6.8:test
44+
org.ops4j.pax.url:pax-url-classpath:jar:2.6.8:test
45+
org.ops4j.pax.url:pax-url-commons:jar:2.6.8:test
46+
org.ops4j.pax.url:pax-url-link:jar:2.6.8:test
4947
org.reactivestreams:reactive-streams-examples:jar:1.0.3:test
5048
org.reactivestreams:reactive-streams-tck:jar:1.0.3:test
5149
org.skyscreamer:jsonassert:jar:1.5.0:test
5250
org.slf4j:jcl-over-slf4j:jar:1.6.6:test
5351
org.testng:test
52+
org.webjars:jquery:jar:3.5.1:test

legal/NOTICE-THIRD-PARTY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
* Maven sources: https://search.maven.org/remotecontent?filepath=com/eclipsesource/minimal-json/minimal-json/0.9.5/minimal-json-0.9.5-sources.jar
1111

1212

13-
## com.neovisionaries:nv-websocket-client (2.12)
13+
## com.neovisionaries:nv-websocket-client (2.14)
1414

15-
* Maven coordinates: `com.neovisionaries:nv-websocket-client:2.12`
15+
* Maven coordinates: `com.neovisionaries:nv-websocket-client:2.14`
1616
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
1717
* Project: https://github.com/TakahikoKawasaki/nv-websocket-client
1818
* Sources:
1919
* declared as SCM: https://github.com/TakahikoKawasaki/nv-websocket-client
20-
* Maven sources: https://search.maven.org/remotecontent?filepath=com/neovisionaries/nv-websocket-client/2.12/nv-websocket-client-2.12-sources.jar
20+
* Maven sources: https://search.maven.org/remotecontent?filepath=com/neovisionaries/nv-websocket-client/2.14/nv-websocket-client-2.14-sources.jar
2121

2222

2323
## Atteo Class Index (3.11)
@@ -40,13 +40,13 @@
4040
* Maven sources: https://search.maven.org/remotecontent?filepath=org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3-sources.jar
4141

4242

43-
## SLF4J API Module (1.7.32)
43+
## SLF4J API Module (1.7.36)
4444

45-
* Maven coordinates: `org.slf4j:slf4j-api:1.7.32`
45+
* Maven coordinates: `org.slf4j:slf4j-api:1.7.36`
4646
* License: [MIT](https://spdx.org/licenses/MIT.html)
4747
* Project: http://www.slf4j.org
4848
* Sources:
4949
* declared as SCM: https://github.com/qos-ch/slf4j/slf4j-api
50-
* Maven sources: https://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar
50+
* Maven sources: https://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar
5151

5252

legal/headers/license-header-2021.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Copyright (c) 2021 Contributors to the Eclipse Foundation
2+
3+
See the NOTICE file(s) distributed with this work for additional
4+
information regarding copyright ownership.
5+
6+
This program and the accompanying materials are made available under the
7+
terms of the Eclipse Public License 2.0 which is available at
8+
http://www.eclipse.org/legal/epl-2.0
9+
10+
SPDX-License-Identifier: EPL-2.0

legal/headers/license-header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 Contributors to the Eclipse Foundation
1+
Copyright (c) 2022 Contributors to the Eclipse Foundation
22

33
See the NOTICE file(s) distributed with this work for additional
44
information regarding copyright ownership.

0 commit comments

Comments
 (0)