Phillip Webb
Phillip Webb
See https://github.com/spring-cloud/spring-cloud-stream/issues/2640#issuecomment-1458611545. We might be missing some hint generation.
We currently have SSL configuration available in: - `ServerProperties` - `CouchbaseProperties` - `KafkaProperties` - `RabbitProperties` In addition [we've had a request](https://github.com/spring-projects/spring-boot/issues/17365) to add them to `ActiveMQProperties`. It feels like there...
Running `native-image` on a jar is a bit painful: ``` $ rm -rf target/native $ mkdir -p target/native $ cd target/native $ jar -xvf ../myproject-0.0.1-SNAPSHOT.jar $ native-image -H:Name=myproject @META-INF/native-image/argfile -cp...
See https://github.com/spring-projects/spring-boot/issues/39094#issuecomment-1899214357 for details. We removed default sanitization in #33448 but didn't offer an easy way for those that were happy with that approach to apply it again. This means...
#17958 and #17975 shows how our current environment variable support suffers because it cannot deal with case sensitive values. The only current way to deal with these is by using...
See #38176 for an example of a problem caused by a mismatch of the test containers and spring lifecycle. It would be nice if we could prevent users from hitting...
The `--registry-mirror` we use isn't that stable and it would be better to use specific image names instead. We probably need to add something like this to `testcontainers.properties`: ``` ryuk.container.image...
### Expected Behavior When importing a project that has the Kotlin Gradle plugin the eclipse classpath should not include entries for the `build/classes/java` and `build/classes/kotlin`. Having these additional entries makes...
See #11399 for background. The codebase has moved on quite bit since that issue was raised so we might be able to consider it.
We didn't apply automatic splitting of pages during the Antora migration so we should manually review any large pages. This should be done after #40063