Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Vert.x 4.5.4 #2496

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Update to Vert.x 4.5.4 #2496

merged 2 commits into from
Mar 1, 2024

Conversation

cescoffier
Copy link
Contributor

In this commit, an adjustment was made for MQTT functionality. Specifically, the hostname verifier now requires explicit configuration. Consequently, this commit introduces a new property and configures it with the previously utilized value (""). Since MQTT does not define a verifier algorithm, users needs to verify which algorithm is suitable, as it depends on the broker.

In this commit, an adjustment was made for MQTT functionality. Specifically, the hostname verifier now requires explicit configuration. Consequently, this commit introduces a new property to control the hostname verification (when connecting to the MQTT broker using TLS) and configures it with the `NONE` value (to avoid introducing a breaking change). You can toggle hostname verification by setting this property to "HTTPS".
ozangunalp
ozangunalp previously approved these changes Feb 29, 2024
@ozangunalp ozangunalp merged commit d16b607 into smallrye:main Mar 1, 2024
4 checks passed
@ozangunalp ozangunalp added this to the 4.18.0 milestone Mar 1, 2024
@cescoffier cescoffier deleted the vertx-4.5.4 branch March 13, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants