Phillip Webb

Results 467 comments of Phillip Webb

Thanks @mvitz, I think you're right and this has now been fixed.

@bclozel I remember some talk about this on the Framework call, is the plan to move the code?

We discussed this again today on our call and we feel like we need to wait until https://github.com/micrometer-metrics/micrometer/issues/4061 has been resolved. Given where we are with the Spring Boot 3.x...

Thanks very much for the pull-request @VladislavSevruk. We discussed this today on our team call and we'd like to try and remove the `typeArguments` and `typeArgumentNames` attributes and instead detect...

Thanks very much @VladislavSevruk, this has now been merged for 3.5.x. I needed to make a few changed to the original PR since the code has diverged a little since...

Thanks @jkschneider! I'll target this for 2.4.x so we remember to take a look as soon the 2.3.0 release crunch is over.

We also need to updated `ReactiveManagementWebSecurityAutoConfiguration`. Looking at the code, I don't think we can just change `EndpointRequest.to(HealthEndpoint.class)` since `AdditionalHealthEndpointPath` can be exposed on main port when the management context...

@jgrandja @jzheaux Do you have any thoughts on this?

@ParkerM Can you share a bit more information about how you use Testcontainers with Keycloak? Are you using https://testcontainers.com/modules/keycloak/ ?