Closed as not planned
Description
When upgrading to Spring Boot 3.5.0 I noticed that the SSL Bundle information is no longer propagated to the properties. In the previous version there was a method buildPropertiesForSslBundle in class KafkaProperties#Ssl while in version 3.5.0 the newly instantiated Properties object is immediately returned. See screenshots below. Going though the code I see no other way how the SSL Bundles are used for setting the configuration.
Spring boot version 3.4.6

Spring boot version 3.5.0
