spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

Apply SslOptions from SslBundle to SslContextBuilder.

Open janossch opened this issue 5 months ago • 0 comments

Fixes https://github.com/spring-cloud/spring-cloud-gateway/issues/3860

Another notable changes:

  • renamed bundle to sslBundle
  • instead the type SslProvider.ProtocolSslContextSpec use SslProvider.GenericSslContextSpec<SslContextBuilder> because this version of SslContextSpec.sslContext() method is deprecated.

janossch avatar Jul 25 '25 13:07 janossch