Skip to content

Commit

Permalink
Do minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Oct 31, 2018
1 parent f949446 commit 91d029c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
1.2.0 build 250 (18 Oct 2018)
1.2.0 build 255 (18 Oct 2018)
----------------------------------------------------------------

**Improvements**

- Increased minimum required Java version to 8.
- Updated link to new `MQTT.Cool Getting Started Guide` URL in API Specification.
- Updated link to new `MQTT.Cool Getting Started Guide` URL in the API
specification.
- Updated `pom.xml` by upgrading `maven-javadoc-plugin` to version 3.0.1.

**Bug Fixes**

- Fixed wrong reference to the default ClientId prefix in documentation of the
`MqttBrokerConfig.getClientIdPrefix()` method.
- Removed from API Specification unsupported *HTML5* tags.
- Removed unsupported *HTML5* tags from the API specification.

**MQTT.Cool Compatibility Notes**
**Compatibility**

Compatible with MQTT.Cool since version 1.0.3 b3

Expand All @@ -28,9 +29,9 @@ Compatible with MQTT.Cool since version 1.0.3 b3
up of encrypted connections.
- Added required methods to `MqttBrokerConfig` and `MqttBokerConfigBuilder`
for handling new `SecurityParams` class.
- Updated API Specification to reflect changes made necessary by
- Updated the API specification to reflect changes made necessary by
`SecurityParams` management.
- Done other minor changes in API Specification to improve readability.
- Done other minor changes in the API specification to improve readability.
In particular:
- Clarified which schemas can be used in the URI returned by
`MqttBrokerConfig.getAddress()`.
Expand All @@ -39,15 +40,15 @@ for handling new `SecurityParams` class.

**Bug Fixes**

- Fixed API Specification. In particular:
- Fixed the API specification. In particular:
- Fixed typos.
- Fixed conditions which actually throw `IllegalArgumentsException` in
the `MqttBrokerConfigBuilder.willMessage(...)` method.
- Removed wrong statement in the
`MqttBrokerConfigBuilder.willMessage(...)` method about the behavior of
`MqttBrokerConfig.getWillMessage()`.

**MQTT.Cool Compatibility Notes**
**Compatibility**

Compatible with MQTT.Cool since version 1.0.3 b3

Expand All @@ -63,7 +64,7 @@ Compatible with MQTT.Cool since version 1.0.3 b3
- Added JUnit test cases for the concrete classes provided by the API.
- Improved code formatting.

**MQTT.Cool Compatibility Notes**
**Compatibility**

Compatible with MQTT.Cool since version 1.0.3 b1

Expand All @@ -74,6 +75,6 @@ Compatible with MQTT.Cool since version 1.0.3 b1

First public release.

**MQTT.Cool Compatibility Notes**
**Compatibility**

Compatible with MQTT.Cool since version 1.0.3 b1
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<organizationUrl>https://www.lightstreamer.com/</organizationUrl>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/MQTTCool/mqtt.cool-hook-java-api</connection>
<developerConnection>scm:git:https://github.com/MQTTCool/mqtt.cool-hook-java-api.git</developerConnection>
Expand All @@ -43,15 +43,15 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
</properties>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -60,7 +60,7 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -139,5 +139,5 @@
</build>
</profile>
</profiles>

</project>

0 comments on commit 91d029c

Please sign in to comment.