eclipse-vertx / vertx-sql-client

High performance reactive SQL Client written in Java
Apache License 2.0
877 stars 195 forks source link

Update SCRAM dependency to 3.0 and support channel binding #1431

Closed jorsol closed 2 months ago

jorsol commented 3 months ago

Motivation:

This update the SCRAM dependency to version 3.0 and also add support channel binding in scram negotiation.

Conformance:

You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

Fixes #1430

jorsol commented 3 months ago

This should be ready for review.

vietj commented 2 months ago

thanks for the contribution @jorsol