spring-cloud-gateway
spring-cloud-gateway copied to clipboard
Apply SslOptions from SslBundle to SslContextBuilder.
Fixes https://github.com/spring-cloud/spring-cloud-gateway/issues/3860
Another notable changes:
- renamed
bundletosslBundle - instead the type
SslProvider.ProtocolSslContextSpecuseSslProvider.GenericSslContextSpec<SslContextBuilder>because this version ofSslContextSpec.sslContext()method is deprecated.