File tree Expand file tree Collapse file tree 13 files changed +45
-107
lines changed
src/test/java/io/appulse/epmd/java/client
main/java/io/appulse/epmd/java/server/command/server/handler/command
test/java/io/appulse/epmd/java/server/command/server Expand file tree Collapse file tree 13 files changed +45
-107
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
1212- Add more unit and integration tests.
1313
14+ ## [ 1.0.1] ( https://github.com/appulse-projects/epmd-java/releases/tag/1.0.1 ) - 2018-03-23
15+
16+ Small refactoring.
17+
18+ ### Changed
19+
20+ - Server generates ` creation ` from 1 to 3 now.
21+ - Small bug fixes.
22+ - Updated dependencies.
23+
1424## [ 1.0.0] ( https://github.com/appulse-projects/epmd-java/releases/tag/1.0.0 ) - 2018-03-16
1525
1626Code style refactoring.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Include the dependency to your project's pom.xml file:
1414 <dependency >
1515 <groupId >io.appulse.epmd.java</groupId >
1616 <artifactId >client</artifactId >
17- <version >1.0.0 </version >
17+ <version >1.0.1 </version >
1818 </dependency >
1919 ...
2020</dependencies >
@@ -23,7 +23,7 @@ Include the dependency to your project's pom.xml file:
2323or Gradle:
2424
2525``` groovy
26- compile 'io.appulse.epmd.java:client:1.0.0 '
26+ compile 'io.appulse.epmd.java:client:1.0.1 '
2727```
2828
2929### Create client
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ limitations under the License.
2525 <parent >
2626 <groupId >io.appulse</groupId >
2727 <artifactId >epmd-java</artifactId >
28- <version >1.0.0 </version >
28+ <version >1.0.1 </version >
2929 </parent >
3030
3131 <groupId >io.appulse.epmd.java</groupId >
Original file line number Diff line number Diff line change 2828import io .appulse .epmd .java .client .exception .EpmdRegistrationException ;
2929import io .appulse .epmd .java .client .util .CheckLocalEpmdExists ;
3030import io .appulse .epmd .java .client .util .LocalEpmdHelper ;
31- import io .appulse .epmd . java . client . util . TestNamePrinter ;
31+ import io .appulse .utils . test . TestMethodNamePrinter ;
3232
3333import lombok .experimental .FieldDefaults ;
3434import lombok .val ;
@@ -52,7 +52,7 @@ public class LocalEpmdClientTest {
5252 public static CheckLocalEpmdExists localEpmdExists = new CheckLocalEpmdExists ();
5353
5454 @ Rule
55- public TestRule watcher = new TestNamePrinter ();
55+ public TestRule watcher = new TestMethodNamePrinter ();
5656
5757 EpmdClient client ;
5858
Original file line number Diff line number Diff line change 2525
2626import java .time .Duration ;
2727
28- import io .appulse .epmd . java . client . util . TestNamePrinter ;
28+ import io .appulse .utils . test . TestMethodNamePrinter ;
2929
3030import lombok .SneakyThrows ;
3131import lombok .experimental .FieldDefaults ;
@@ -66,7 +66,7 @@ protected void waitUntilReady () {
6666 });
6767
6868 @ Rule
69- public TestRule watcher = new TestNamePrinter ();
69+ public TestRule watcher = new TestMethodNamePrinter ();
7070
7171 EpmdClient client ;
7272
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ limitations under the License.
2525 <parent >
2626 <groupId >io.appulse</groupId >
2727 <artifactId >epmd-java</artifactId >
28- <version >1.0.0 </version >
28+ <version >1.0.1 </version >
2929 </parent >
3030
3131 <groupId >io.appulse.epmd.java</groupId >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ limitations under the License.
2424
2525 <groupId >io.appulse</groupId >
2626 <artifactId >epmd-java</artifactId >
27- <version >1.0.0 </version >
27+ <version >1.0.1 </version >
2828 <packaging >pom</packaging >
2929
3030 <modules >
@@ -68,7 +68,7 @@ limitations under the License.
6868 <url >https://github.com/appulse-projects/epmd-java</url >
6969 <connection >scm:git:https://github.com/appulse-projects/epmd-java.git</connection >
7070 <developerConnection >scm:git:https://github.com/appulse-projects/epmd-java.git</developerConnection >
71- <tag >1.0.0 </tag >
71+ <tag >1.0.1 </tag >
7272 </scm >
7373
7474 <distributionManagement >
@@ -116,7 +116,7 @@ limitations under the License.
116116 <dependency >
117117 <groupId >io.appulse</groupId >
118118 <artifactId >utils-java</artifactId >
119- <version >1.3.3 </version >
119+ <version >1.5.0 </version >
120120 </dependency >
121121
122122 <dependency >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Include the dependency to your project's pom.xml file:
1818 <dependency >
1919 <groupId >io.appulse.epmd.java</groupId >
2020 <artifactId >server</artifactId >
21- <version >1.0.0 </version >
21+ <version >1.0.1 </version >
2222 </dependency >
2323 ...
2424</dependencies >
@@ -27,5 +27,5 @@ Include the dependency to your project's pom.xml file:
2727or Gradle:
2828
2929``` groovy
30- compile 'io.appulse.epmd.java:server:1.0.0 '
30+ compile 'io.appulse.epmd.java:server:1.0.1 '
3131```
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ limitations under the License.
2525 <parent >
2626 <groupId >io.appulse</groupId >
2727 <artifactId >epmd-java</artifactId >
28- <version >1.0.0 </version >
28+ <version >1.0.1 </version >
2929 </parent >
3030
3131 <groupId >io.appulse.epmd.java</groupId >
You can’t perform that action at this time.
0 commit comments