Phillip Webb

Results 122 issues of Phillip Webb

See https://github.com/spring-cloud/spring-cloud-stream/issues/2640#issuecomment-1458611545. We might be missing some hint generation.

type: bug

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...

theme: ssl
type: epic

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...

type: enhancement

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...

type: enhancement

#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...

type: enhancement
status: pending-design-work

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...

type: enhancement
status: pending-design-work

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...

type: task

### 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...

a:bug :beetle:

See #11399 for background. The codebase has moved on quite bit since that issue was raised so we might be able to consider it.

type: enhancement

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

type: documentation