We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67724b commit 11e11d6Copy full SHA for 11e11d6
2 files changed
gradle.properties
@@ -1,7 +1,7 @@
1
-reactorPoolVersion=0.2.11
2
-version=1.0.29
3
-reactorNettyQuicVersion=0.0.18
4
-reactorCoreVersion=3.4.27
5
-reactorAddonsVersion=3.4.9
6
-compatibleVersion=1.0.28
+reactorPoolVersion=0.2.12-SNAPSHOT
+version=1.0.30-SNAPSHOT
+reactorNettyQuicVersion=0.0.19-SNAPSHOT
+reactorCoreVersion=3.4.28-SNAPSHOT
+reactorAddonsVersion=3.4.10-SNAPSHOT
+compatibleVersion=1.0.29
7
bomVersion=2020.0.29
reactor-netty-http/build.gradle
@@ -235,8 +235,6 @@ task japicmp(type: JapicmpTask) {
235
236
compatibilityChangeExcludes = [ "METHOD_NEW_DEFAULT" ]
237
methodExcludes = [
238
- 'reactor.netty.http.server.ConnectionInformation#hostName()',
239
- 'reactor.netty.http.server.ConnectionInformation#hostPort()'
240
]
241
}
242
0 commit comments