Commit 57755ff
Support scram-sha-256 out of the box
Remove `<optional>true</optional>` from com.ongres.scram:scram-client dependency.
Since PostgreSQL 14+ the default value for password_encryption is scram-sha-256.
Explain the migration from Vert.x 4 to Vert.x 5 in index.adoc - the client has been
changed from `client` to `scram-client`:
https://github.com/eclipse-vertx/vertx-sql-client/pull/1431/files
Explain that scram authentication is optional and the scram client can be excluded.
Fixes #944, #1059, #1189, #1249, #1266, #1398, #14661 parent 884dfd7 commit 57755ff
2 files changed
Lines changed: 2 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
| 238 | + | |
258 | 239 | | |
259 | 240 | | |
260 | 241 | | |
| |||
0 commit comments