Scott Frederick
Scott Frederick
Blocked by #34011
@ajmalab This issue is still open, and assigned to the "General Backlog" milestone. This means it is something that we still think has some value but it isn't a high...
@shawnweeks Does the discussion in #35200 and the documentation changes made in [this related commit](https://github.com/spring-projects/spring-boot/commit/1504e3043d8e134f90143239995ff141c86af7bc) help with your use case?
@corneil The [Spring Cloud Bindings](https://github.com/spring-cloud/spring-cloud-bindings) project provides the ability to map from Kubernetes service bindings to Spring Boot connection properties. Does that project provide the features you're thinking of?
Closing in favor of #40961
[@dopsun](url) Spring Boot 3.3 [added support for configuring SSL bundles for hostnames](https://docs.spring.io/spring-boot/how-to/webserver.html#howto.webserver.configure-ssl.sni) (SNI). Does this meet your requirement?
> The issue still stands because if no implementation of `ServiceInstanceService` is found, then the OSB endpoints are not loaded but no error or warning is provided. Maybe the answer...
The root cause of this problem is https://github.com/oracle/graal/issues/5134. Starting with Spring Boot 3.2, the Spring Boot loader that is packaged in a Boot jar file includes the `org.springframework.boot.loader.nio.file.NestedFileSystemProvider` class and...
Closing in favor of #40905
This is available at https://docs.spring.io/spring-boot/3.3-SNAPSHOT/how-to/class-data-sharing.html. @sdeleuze I think we should add additional sections to this "How-to Guides" page with specific guidance on CDS-related customizations.