Juergen Hoeller
Juergen Hoeller
The present check is needed to bypass any attempt for serializable type proxies in a native image environment. Serializable type proxies are a rarely used mechanism to begin with, and...
Note that we intentionally designed our new `JdbcClient` without batch operations, so it is not a priority for R2DBC either. That said, if we can agree on an implementation style...
@sbrannen given the amount of other changes in 6.1 with a potential for subtle upgrade issues, I'm inclined to remove the convention-based attribute support in 6.2 instead, along with #30608.
We intend to remove convention-based annotation attribute override support in 7.0 now.
I'm introducing a new `SimplePropertyRowMapper` with flexible constructor/property/field mapping in 6.1 now, used by the `query(Class)` method on `JdbcClient` (see #30931). Along the lines of our recent `SimplePropertySqlParameterSource` which is...
That composite interface creation is only really needed for default methods in interfaces and similar scenarios where interface-based method implementations are inherited rather than implemented locally. I've added a corresponding...
Note that we are upgrading to the Servlet 6.0 based Undertow 2.3 for Spring Framework 6.0 RC4 (#29435), aiming to retain runtime compatibility with Undertow 2.2. This allows us to...
It seems this is actually an issue with our context class patch which only works for non-public classes but not for public classes. I got a fix ready to be...
This is available in the latest 6.0.14 snapshot now and will be available in the upcoming 5.3.31 snapshot in a few minutes (which can be obtained from repo.spring.io). Please give...
For the time being, we are trying to make `BeanCopier` work. If we ever end up in a situation where some CGLIB classes cannot be maintained on recent JDKs anymore,...