Skip to content

Commit 9b1e47c

Browse files
author
Alexander Furer
committed
release version=3.2.1
1 parent 22b8f77 commit 9b1e47c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
2727
}
2828
dependencies {
29-
compile 'io.github.lognet:grpc-spring-boot-starter:3.2.0'
29+
compile 'io.github.lognet:grpc-spring-boot-starter:3.2.1'
3030
}
3131
3232
@@ -55,8 +55,8 @@ The release notes with compatibility matrix can be found link:ReleaseNotes.adoc[
5555
port: 6565
5656
----
5757
[NOTE]
58-
A random port can be defined by setting the port to `0`. The actual port being used can then be retrieved from the property `local.grpc.port`, or
59-
using `@LocalRunningGrpcPort` annotation which will inject the running port (explicitly configured or randomly selected)
58+
A random port can be defined by setting the port to `0`. +
59+
The actual port being used can then be retrieved by using `@LocalRunningGrpcPort` annotation on `int` field which will inject the running port (explicitly configured or randomly selected)
6060

6161
* Optionally enable server reflection, see https://github.com/grpc/grpc-java/blob/master/documentation/server-reflection-tutorial.md)
6262

ReleaseNotes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== Version 3.2.1
2+
* Closes #103 and #99
3+
Property `local.grpc.port` was removed , please use `@LocalRunningGrpcPort` annotation on `int` field to get running port.
4+
15
== Version 3.2.0
26
* gRPC version upgraded to 1.19.0
37

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
version=3.2.1-SNAPSHOT
1+
version=3.2.1
22
group=io.github.lognet
3-
#group=org.lognet
43
description=Spring Boot starter for Google RPC.
54
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
65

0 commit comments

Comments
 (0)