Commit 86c27b5
authored
Fix MSSQLSocketConnection compilation issue (#1638)
Follows-up on latest changes in Vert.x Core
`io.vertx.core.internal.net.SslChannelProvider.createClientSslHandler` now requires `HostAndPort` instead of `SocketAddress`.
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>1 parent 2d05041 commit 86c27b5
File tree
1 file changed
+3
-1
lines changed- vertx-mssql-client/src/main/java/io/vertx/mssqlclient/impl
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
0 commit comments