Spring Align validation metadata handling in PayloadMethodArgumentResolver

Gary Russell opened SPR-17319 and commentedCurrently, the validate() method parses the parameter annotations on every ca...

Spring Support resource patterns in @TestPropertySource locations

OverviewInspired by the recently added support for resource patterns in @PropertySource locations, we should add the sam...

Spring Avoid exceptions when evaluating validation hints

Hi,we noticed in one of our loadtests that a substantial amount of "hidden" NoSuchMethodExceptions is being thrown when ...

Spring ClassPathXmlApplicationContext hangs

I have the following line of code in my Spring Framework 5.3.29 application:ApplicationContext context = new ClassPathXm...

Spring R2DBC - DatabaseClient - Add bind method to accept an object

Hi R2DBC team,This is a feature request.Currently with DatabaseClient we can execute any arbitrary SQL statement which i...

Spring Support resource patterns in @PropertySource locations [SPR-16785]

Pratapi Hemant Patel opened SPR-16785 and commentedCurrently @PropertySource supports only absolute path@PropertySource(...

Spring Parallel graceful shutdown for ThreadPoolTaskExecutor and ThreadPoolTaskScheduler

Applications that need to perform graceful shutdown of tasks submitted to ThreadPoolTaskExecutor and/or ThreadPoolTaskSc...

Spring Add support for Class-based mapping in DatabaseClient

Spring Data R2DBC's DatabaseClient provided a rich fluent API including functionality that allowed a convenient mapping ...

Spring Support text blocks for inlined properties in @TestPropertySource

Multiple inlined properties can currently only be supplied as an array of strings:@TestPropertySource(properties = { ...

Spring Move ServerWebExchange Kotlin extensions to the right package

It looks like ServerWebExchange extensions are using the wrong package (org.springframework.web.reactive.server instead ...

Spring Introduce JdbcClient with unified parameter capabilities (as a JDBC variant of DatabaseClient)

Spring 6.1 introduces RestClient, a blocking variant of WebClient. I would like a modern JDBC client like R2DBC's Databa...

Spring @Bean method should be always allowed to override scanned class matching its return type

Following up on #25952, we should accept an @Bean method overriding a scanned component class even when general bean def...

Spring Introduce RowMapper with automatic binding to fields

BeanPropertyRowMapper requires setters being present. Which is fine if you have some.But if you only have a simple dto c...

Spring Skip array sort when the length of array not greater than 1

Performance optimization(org.springframework.beans.factory.support.DefaultListableBeanFactory#resolveMultipleBeans):For ...

Spring refactor: rename variable name with 'camelCase' style.

from _sbr to sbr.Comment From: snicoll@remeio thanks for the PR but there are a lot of places where we'd have to replace...

Spring Spring looses information about type parametrizations when using BeanPostProcessor to create proxy

Affects: probably all, current test with boot 3.1.2I am trying add some additional functionality using proxy, replaced ...

Spring Introduce EnumToEnumConverter

sometime we need copy a shadow package for export remote serviceinterface, service interface depend domain object which ...

Spring Allow multiple @Import statements for migration from xml [SPR-17165]

Jeff opened SPR-17165 and commentedIn migrating from xml defined configuration java defined configuration, it is not pos...

Spring Fallback for default persistence unit root location if classpath root is unresolvable [SPR-17297]

Liu Jichun opened SPR-17297 and commentedAffects: 5.0.9, 5.1 GAReference URL: https://github.com/spring-projects/spring-...

Spring Add EnumToEnumConverter [SPR-13310]

Yanming Zhou opened SPR-13310 and commentedsometime we need copy a shadow package for export remote service interface, s...
上一页 下一页
.