Phillip Webb

Results 467 comments of Phillip Webb

This sounds like it could be a Mockito issue. I don't understand why `repository = spy(repository);` would return something where `isSpy()` returns true. You could try to replicate the issue...

We think we should implement [this](https://github.com/spring-projects/spring-boot/issues/33426#issuecomment-1333924508) in our auto-configuration. If a user wants a custom mapper they can override the `co.elastic.clients.json.jackson.JacksonJsonpMapper` bean (possibly using any `co.elastic.clients.json.JsonpMapper` implementation).

https://github.com/spring-projects/spring-security/issues/12771 has been declined by the Spring Security team, but we're not sure that we want to start deviating from their recommendations. @rupert-madden-abbott I'm going to close this one here,...

@sdeleuze Did a Logback issue get raised for this?

They're going to roll the change back to give folks more time to adapt: https://github.com/docker/for-mac/issues/6529#issuecomment-1292135881

Given that Docker have restored the old behavior we'll close this one for now. If they break things again in the future we can reopen it.

#29356 is now fixed in the 3.2 but any attempt to fix this in 2.7 is too risky so I'm going to close this one.

I'm not sure how easy this will be to fix. I suspect that we can't just add a `property` attribute to the `docker` `@Parameter` because it's a complex type. We'll...

Thanks everyone. I'm going to repurpose this one as documentation issue.