Nineya
Home
Blog
Spring Align validation metadata handling in PayloadMethodArgumentResolver
2025-01-08 17:52:19
564
Gary Russell opened SPR-17319 and commentedCurrently, the validate() method parses the parameter annotations on every ca...
Spring Support resource patterns in @TestPropertySource locations
2025-01-08 17:52:16
195
OverviewInspired by the recently added support for resource patterns in @PropertySource locations, we should add the sam...
Spring Avoid exceptions when evaluating validation hints
2025-01-08 17:52:14
2078
Hi,we noticed in one of our loadtests that a substantial amount of "hidden" NoSuchMethodExceptions is being thrown when ...
Spring ClassPathXmlApplicationContext hangs
2025-01-08 17:52:12
2802
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
2025-01-08 17:52:09
1736
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]
2025-01-08 17:52:07
633
Pratapi Hemant Patel opened SPR-16785 and commentedCurrently @PropertySource supports only absolute path@PropertySource(...
Spring Parallel graceful shutdown for ThreadPoolTaskExecutor and ThreadPoolTaskScheduler
2025-01-08 17:52:04
13402
Applications that need to perform graceful shutdown of tasks submitted to ThreadPoolTaskExecutor and/or ThreadPoolTaskSc...
Spring Add support for Class-based mapping in DatabaseClient
2025-01-08 17:52:01
6298
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
2025-01-08 17:51:59
819
Multiple inlined properties can currently only be supplied as an array of strings:@TestPropertySource(properties = { ...
Spring Move ServerWebExchange Kotlin extensions to the right package
2025-01-08 17:51:57
249
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)
2025-01-08 17:51:55
2541
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
2025-01-08 17:51:52
1062
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
2025-01-08 17:51:50
2095
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
2025-01-08 17:51:47
440
Performance optimization(org.springframework.beans.factory.support.DefaultListableBeanFactory#resolveMultipleBeans):For ...
Spring refactor: rename variable name with 'camelCase' style.
2025-01-08 17:51:45
239
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
2025-01-08 17:51:42
5555
Affects: probably all, current test with boot 3.1.2I am trying add some additional functionality using proxy, replaced ...
Spring Introduce EnumToEnumConverter
2025-01-08 17:51:40
748
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]
2025-01-08 17:51:37
2767
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]
2025-01-08 17:51:34
423
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]
2025-01-08 17:51:32
1519
Yanming Zhou opened SPR-13310 and commentedsometime we need copy a shadow package for export remote service interface, s...
上一页
下一页
1
…
1320
1321
1322
1323
1324
…
2246
.