You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@ Please make sure that the following boxes are checked before submitting your Pul
2
2
3
3
-[ ] This change is against the develop branch, **not** master.
4
4
-[ ] You have signed the [Eclipse ECA](https://wiki.eclipse.org/ECA)
5
-
-[ ] All of your commits have been signed-off with the correct email address (The same one that you used to sign the CLA) _Hint: use the -s argument when committing_.
6
-
-[ ] If This PR fixes an issue, that you reference the issue below. OR if this is a new issue that you are fixing straight away that you add some Description about the bug and how this will fix it.
5
+
-[ ] All of your commits have been signed-off with the correct email address (the same one that you
6
+
used to sign the CLA) _Hint: use the -s argument when committing_.
7
+
-[ ] If This PR fixes an issue, that you reference the issue below. OR if this is a new issue that
8
+
you are fixing straight away that you add some Description about the bug and how this will fix it.
7
9
-[ ] If this is new functionality, You have added the appropriate Unit tests.
Copy file name to clipboardExpand all lines: MQTTv3.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ Eclipse hosts a Nexus repository for those who want to use Maven to manage their
11
11
Add the repository definition and the dependency definition shown below to your pom.xml.
12
12
13
13
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 .
14
-
The latest release version is ```1.2.2``` and the current snapshot version is ```1.2.3-SNAPSHOT```.
14
+
15
+
The latest release version is ```1.2.3``` and the current snapshot version is ```1.2.4-SNAPSHOT```.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Add the repository definition and the dependency definition shown below to your
32
32
33
33
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 .
34
34
35
-
The latest release version is ```1.2.2``` and the current snapshot version is ```1.2.3-SNAPSHOT```.
35
+
The latest release version is ```1.2.3``` and the current snapshot version is ```1.2.4-SNAPSHOT```.
Copy file name to clipboardExpand all lines: org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/MqttDataTypesTest.java
Copy file name to clipboardExpand all lines: org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/SSLSessionResumptionTest.java
Copy file name to clipboardExpand all lines: org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/SendReceiveAsyncTest.java
+45-7Lines changed: 45 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,40 @@ public void testConnect() throws Exception {
Copy file name to clipboardExpand all lines: org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/automaticReconnect/OfflineBufferingTest.java
0 commit comments