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

Ensure Reactor-Netty Forward Compatibility #307

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Ensure Reactor-Netty Forward Compatibility #307

merged 1 commit into from
Feb 20, 2025

Conversation

jchrys
Copy link
Collaborator

@jchrys jchrys commented Feb 19, 2025

Motivation:
A change in r.n.t.SslProvider.ProtocolSslContextSpec breaks forward compatibility.

Modifications:
Remove Usage of ProtocolSslContextSpec.

Result:
The SSL context is now correctly initialized under the old reactor-netty version, ensuring forward compatibility.

@jchrys jchrys added the enhancement New feature or request label Feb 19, 2025
@jchrys jchrys added this to the 1.4.0 milestone Feb 19, 2025
@jchrys jchrys force-pushed the reactor-compat branch 2 times, most recently from 6ce3cc8 to 7f7e281 Compare February 19, 2025 16:14
Motivation:
A change in `r.n.t.SslProvider.ProtocolSslContextSpec` breaks forward
compatibility.

Modifications:
Remove Usage of `ProtocolSslContextSpec`.

Result:
The SSL context is now correctly initialized under the old reactor-netty
version, ensuring forward compatibility.
@jchrys jchrys merged commit 5425fbb into trunk Feb 20, 2025
28 checks passed
@jchrys jchrys deleted the reactor-compat branch February 20, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant