spring-boot/spring-boot-project/spring-boot-actuator-autoco...
Scott Frederick 66db13b962 Refactor web server support to use SslBundles
Update Tomcat, Jetty, Undertow and Netty servers so that an SslBundle
is used to apply SSL configuration. Existing `Ssl` properties are
internally adapted to an `SslBundle` using the `WebServerSslBundle`
class. Additionally, if `Ssl.getBundle()` returns a non-null value the
the `SslBundles` bean will be used to find a registered bundle by name.

See gh-34814
2023-04-21 01:02:47 -07:00
..
src Refactor web server support to use SslBundles 2023-04-21 01:02:47 -07:00
build.gradle Add auto-configuration for OTLP span exporter 2023-04-19 14:44:56 +01:00