Skip to content

Commit 9d58c6b

Browse files
committed
Merge branch 'release-1.1.0'
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
2 parents 3b2b900 + 3f4c119 commit 9d58c6b

187 files changed

Lines changed: 5133 additions & 13568 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ tmp/**/*
1010
*~.nib
1111
local.properties
1212
.loadpath
13+
*.log
14+
org.eclipse.paho.client.mqttv3.test/TakeOverClient-*
1315

1416
# External tool builders
1517
.externalToolBuilders/

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: java

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
# Eclipse Paho Java Client
2+
[![Build Status](https://travis-ci.org/eclipse/paho.mqtt.java.svg?branch=master)](https://travis-ci.org/eclipse/paho.mqtt.java)
23

34
The Paho Java Client is an MQTT client library written in Java for developing applications that run on the JVM or other Java compatible platforms such as Android
45

56
The Paho Java Client provides two APIs: MqttAsyncClient provides a fully asychronous API where completion of activities is notified via registered callbacks. MqttClient is a synchronous wrapper around MqttAsyncClient where functions appear synchronous to the application.
67

7-
## Features
8-
| | | | | |
9-
|---------------------|--------------------|---|----------------------|--------------------|
10-
| MQTT 3.1 | :heavy_check_mark: | | Automatic Reconnect | :heavy_multiplication_x: (Coming in 1.1.0) |
11-
| MQTT 3.1.1 | :heavy_check_mark: | | Offline Buffering | :heavy_multiplication_x: (Coming in 1.1.0) |
12-
| LWT | :heavy_check_mark: | | WebSocket Support | :heavy_multiplication_x: (Coming in 1.1.0) |
13-
| SSL / TLS | :heavy_check_mark: | | Standard TCP Support | :heavy_check_mark: |
14-
| Message Persistence | :heavy_check_mark: | |
15-
168

179
## Project description:
1810

@@ -39,7 +31,7 @@ Eclipse hosts a Nexus repository for those who want to use Maven to manage their
3931
Add the repository definition and the dependency definition shown below to your pom.xml.
4032

4133
Replace %REPOURL% with either ``` https://repo.eclipse.org/content/repositories/paho-releases/ ``` for the official releases, or ``` https://repo.eclipse.org/content/repositories/paho-snapshots/ ``` for the nightly snapshots. Replace %VERSION% with the level required .
42-
The latest release version is ```1.0.2``` and the current snapshot version is ```1.0.3```.
34+
The latest release version is ```1.1.0``` and the current snapshot version is ```1.1.1-SNAPSHOT```.
4335

4436
```
4537
<project ...>

org.eclipse.paho.android.service/.gitignore

Lines changed: 0 additions & 56 deletions
This file was deleted.

org.eclipse.paho.android.service/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

org.eclipse.paho.android.service/org.eclipse.paho.android.service.sample/.classpath

Lines changed: 0 additions & 10 deletions
This file was deleted.

org.eclipse.paho.android.service/org.eclipse.paho.android.service.sample/.project

Lines changed: 0 additions & 33 deletions
This file was deleted.

org.eclipse.paho.android.service/org.eclipse.paho.android.service.sample/AndroidManifest.xml

Lines changed: 0 additions & 62 deletions
This file was deleted.

org.eclipse.paho.android.service/org.eclipse.paho.android.service.sample/assets/file

Whitespace-only changes.

org.eclipse.paho.android.service/org.eclipse.paho.android.service.sample/build.xml

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)