Phillip Webb

Results 467 comments of Phillip Webb

Ordering becomes important if you have a chain so I was originally thinking of just one and throw an exception if someone tired to add multiple `@ExtendsWith`. I figured that...

> the example you provided is identical to the existing ParameterResolver. Was that perhaps a copy-n-paste error? It's not quite identical since is doesn't have the `supportsParameter` method.

> Why is that not also typed as a Resource? The new system is quite flexible and we intent to use it in Spring Cloud to support config sources such...

@kdvolder I'm afraid we've not written a developer guide document (beyond that original blog). Most of the details are buried in the javadoc for the code. The system is quite...

Yes please @bbulgarelli, I'll assign it to you.

Closing in favor of PR #35716. Thanks @bbulgarelli!

@jzheaux Do we need to change [this `when` check?](https://github.com/spring-projects/spring-boot/blob/17d4fb1e604a721a1470d9d20e10eca022f23dab/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyRegistrationConfiguration.java#L106). Do you consider this a bug or something we should only change in 3.1. I wonder if it can break existing...

We're going to try calling `getBean(...)` first and if that fails we'll call `getSingleton(...)`.

@Lucas-C #2435 might give you a workaround.

@maxhov I'm afraid we'll probably not get this into 3.3 since we just cut RC1, but feel free to use that as the `@Since` tag. We can fix it up...