Juergen Hoeller
Juergen Hoeller
Along with #26528, I'm considering a `@Fallback` qualifier annotation that effectively serves as a `@Primary` companion that will be evaluated when no primary bean has been found, filtering out fallback...
I'm considering a variation of this in the form of declaring specific qualifier types as mandatory, e.g. through `@Qualifier(mandatory = true)`, in which case injection points would be forced to...
I eventually went with an approach closer to the original proposal, aligned with the existing `autowireCandidate` flag: A bean definition comes with a `defaultCandidate` flag now, as a variation of...
Looking at the repro project, this seems to be some highly customized use of certain AOP facilities and certain parts of Spring's CGLIB fork. The assumption that a core framework...
Fixed as of 6.1 through #25952 already.
As for the original purpose of this ticket, we have no immediate plans to drop the `CallbackPreferringPlatformTransactionManager` SPI. Even once it might not be needed for WebSphere anymore, it still...
Your submitted test case works fine against the latest state of the framework, so I assume something else must have been in the way there. Note that `getMergedBeanDefinition` (as called...
I've got a promising solution in the works where we reduce the `ProxyCallbackFilter` instance to a plain key role afters its initial use for class generation, stubbing out the Advisors...
I suppose this works fine with regular positional parameters (where we do not parse the provided SQL ourselves), and you are effectively asking for `NamedParameterJdbcTemplate` support for `VALUES`, expanding a...
We have a ticket for Loom-driven revisiting of our WebClient: #29552 - however, we have yet to see where we are taking this. As for RestTemplate, we'll make sure to...