Scott Frederick

Results 107 comments of Scott Frederick

@jgracin Please add a comment with the link to a Testcontainers issue when you create one. We can decide what, if anything to do in Spring Boot once we see...

> 2024-01-24T12:26:01.204+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Invalid response received when loading image "pack.local/builder/xjawcxzvov:latest" This is an interesting error. Spring Boot creates that image during the build process, and it's not clear...

I've got another prototype that uses the SSL bundle abstractions to let the container create the `SSLContext` instead of copying certificates from the container. You can see that here: https://github.com/scottfrederick/spring-boot/tree/gh-35926-elastic8....

Thanks for taking a look at this and providing feedback @pioorg. I wasn't very happy with either of the `isVersion8OrGreater` or `getContainer().caCertAsBytes().isPresent()` options for determining if SSL and security are...

@AdrianHarenczyk Thanks for getting in touch. Your question seems off-topic for this issue related to documentation, and as mentioned in [the guidelines for contributing](https://github.com/spring-projects/spring-boot/blob/master/CONTRIBUTING.adoc#using-github-issues), we prefer to use GitHub issues...

Putting this issue on hold. #35205 is a better signal for tooling to decide whether to package the jar in a native image.

Whenever possible, Spring Boot aligns its defaults with the defaults of the library that is being auto-configured (in this case, Spring Data MongoDB). This reduces the chance of surprise when...

We'd like to add a test to verify that the default value for `spring.data.mongodb.uuid-representation` matches the default in Spring Data MongoDB. That way when we upgrade to a later version...