• Brian Clozel's avatar
    Fix SSL configuration with Reactor Netty · a0ee0601
    Brian Clozel authored
    Prior to this commit, the SslServerCustomizer would use a Reactor Netty
    API that lets users customize the SSL configuration, but later override
    some of the choices with defaults.
    
    This commits moves from the new deprecated Reactor Netty API and instead
    uses a new variant that builds the defaults and lets developers override
    them if they want to.
    
    Fixes gh-25913
    a0ee0601
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...