Scott Frederick
Scott Frederick
Productivity or ornately decorated code - that's a tough choice.
I can't reproduce the hanging test with the provided sample, but the `this test hangs` test does take as long as 30 seconds to run. It is likely to take...
> It'd be nice to not have to duplicate the domain in the image name and in the publish registry URL. The `docker.publishRegistry.url` must contain the full URL to the...
The documentation should also clarify that the value of `docker.publishRegistry.url` has no effect on where a built image gets pushed. It is optional, which is currently mentioned in the documentation....
There are a few blockers to implementing this completely right now. [One Spring Boot test](https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/ValueObjectBinderTests.java#L370-L391) compiles a class that implements a Java `record`. The [qdox](https://github.com/paul-hammant/qdox) library that Framework uses to...
@linux-china Thanks for getting in touch. Simply considering a `.env` file as a properties file wouldn't do what I think most users expect. When Spring Boot reads key/value pairs from...
@linux-china Here's a more concrete example of what I think would be the problem with loading a `.env` file as a properties file: In a properties file, you can set...
We think there is value in supporting `.env` files as an enhancement to Spring Boot. We've marked the issue `pending-design-work` to consider a few implementation options: * Automatically process files...
Closing in favor of #32205
Also on the SBOM front, Cloud Native Buildpacks is [adopting standardized SBOM formats](https://github.com/buildpacks/rfcs/blob/main/text/0095-sbom.md) for Docker images. Buildpacks have contributed BOM information [in a custom format](https://paketo.io/docs/concepts/bom/) for a while, but they...