Skip to content

Commit 4f5f3f6

Browse files
authored
Merge pull request #380 from hivemq/develop
Release 1.1.4
2 parents 637aa02 + e22e4d4 commit 4f5f3f6

File tree

142 files changed

+7344
-2204
lines changed

Some content is hidden

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

142 files changed

+7344
-2204
lines changed

README.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@ backpressure support.
4242
- Automatic Topic Alias mapping
4343
- Interceptors for QoS flows
4444

45+
## Users
46+
47+
[
48+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/BMW.svg/300px-BMW.svg.png" alt="BMW CarIT" height="60px"/>
49+
](https://github.com/bmwcarit) &nbsp;&nbsp; [
50+
<img src="https://github.com/bmwcarit/joynr/raw/master/graphics/joynr-logo.png" alt="joynr" height="60px"/>
51+
](https://github.com/bmwcarit/joynr) &nbsp;&nbsp; [
52+
<img src="https://www.openhab.org/openhab-logo.png" alt="openHAB" height="60px"/>
53+
](https://www.openhab.org/) &nbsp;&nbsp; [
54+
<img src="https://eclipse.org/ditto/images/ditto.svg" alt="Eclipse Ditto" height="60px"/>
55+
](https://github.com/eclipse/ditto)
56+
57+
If you use the HiveMQ MQTT Client in a project that is not listed here, feel free to open an issue or pull request.
58+
4559
## How to use
4660

4761
Java 8 or higher is required.
@@ -54,7 +68,7 @@ If you use Gradle, just include the following inside your `build.gradle` file.
5468

5569
```groovy
5670
dependencies {
57-
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.3'
71+
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.4'
5872
}
5973
```
6074

@@ -76,7 +90,7 @@ NOTE: You have to set the compiler version to `1.8` or higher.
7690
<dependency>
7791
<groupId>com.hivemq</groupId>
7892
<artifactId>hivemq-mqtt-client</artifactId>
79-
<version>1.1.3</version>
93+
<version>1.1.4</version>
8094
</dependency>
8195
</dependencies>
8296
...
@@ -93,7 +107,7 @@ To use the shaded version just append `-shaded` to the artifact name.
93107

94108
```groovy
95109
dependencies {
96-
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.3'
110+
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.4'
97111
}
98112
```
99113

@@ -106,7 +120,7 @@ dependencies {
106120
<dependency>
107121
<groupId>com.hivemq</groupId>
108122
<artifactId>hivemq-mqtt-client-shaded</artifactId>
109-
<version>1.1.3</version>
123+
<version>1.1.4</version>
110124
</dependency>
111125
</dependencies>
112126
...

0 commit comments

Comments
 (0)