Nineya
Home
Blog
Spring Fixing 22325 issue application listeners logic
2025-01-08 20:00:02
1492
There was an issue #22325 and @jhoeller has fixed it, but now I have the following problem: on the application startup t...
Spring SPR-17456 ApplicationListenerMethodAdapter can't be removed after targetBean destroy
2025-01-08 19:59:59
316
SPR-17456DemoComment From: snicollThanks for the PR but there are many other use of addApplicationListener. It is a publ...
Spring Pass correct SqlParameterSource to NamedParameterJdbcTemplate in DefaultJdbcClient
2025-01-08 19:59:56
305
When using RowCallbackHandler or ResultSetExtractor in JdbcClient and passing a parameter with paramSource, No value sup...
Spring Introduce MethodInvoker API for TestExecutionListeners
2025-01-08 19:59:54
1155
OverviewIn order to be able to support parameter injection in @BeforeTransaction and @AfterTransaction methods (see #307...
Spring Use Method#isDefault to find default methods in interfaces
2025-01-08 19:59:52
163
Use Method#isDefault to replace the logic in ReflectionUtils#findConcreteMethodsOnInterfaces.see #31198 Comment From: sb...
Spring Fix typo in comment in XML configuration example
2025-01-08 19:59:49
363
Comment From: pivotal-cla@zakaria-shahen Please sign the Contributor License Agreement!Click here to manually synchroniz...
Spring Use Method#isDefault to replace the logic in ReflectionUtils#findConcreteMethodsOnInterfaces
2025-01-08 19:59:46
504
Affects: latest versionJava 1.8 provides a new api for determining whether a method is the default method, which replace...
Spring Remove unnecessary for-loop in DefaultAdvisorChainFactory
2025-01-08 19:59:43
226
The interface author explains the only one interceptor for PointcutAdvisor. And there is an exception when the intercept...
Spring Make getSingleton(String) dependent on allowCircularReferences flag in AbstractAutowireCapableBeanFactory
2025-01-08 19:59:41
780
When the allowCircularReferences is false, the singletonFactories is not be used. And the earlySingletonObjects is based...
Spring Improve documentation on inferred destruction callbacks
2025-01-08 19:59:38
689
I gave the #29546 a try.I divided Destruction Callbacks section into two subsections, one for the inference of destroy m...
Spring Interaction between @RequestScope, @Components, @Bean and libraries
2025-01-08 19:59:34
3830
This is specifically related to the interaction between classes in separate java libraries.We have a class in a core lib...
Spring Add support for JSR-330 and Jakarta @Inject for autowiring test constructors
2025-01-08 19:59:31
4756
OverviewSpring 3.0 added support for JSR-330. However, the spring-test module is only supporting @Autowired for dependen...
Spring Update Pointcuts to match getter methods by also excluding void return type
2025-01-08 19:59:29
742
A getter method should always have a return type other than void.Comment From: rstoyanchevThanks for the suggestion. Do ...
Spring Reconsider response reset in DispatcherServlet in case of errors
2025-01-08 19:59:26
320
Changes in #31104 are causing failures in Spring Security. Resetting the entire response (headers and buffer) prevents f...
Spring Upgrade to CRaC 1.4.0
2025-01-08 19:59:23
86
Bring a new API to get the restoration time and know if a restoration happened or not.
Spring Allow PropertySourcesPlaceholderConfigurer to customize PropertyResolver
2025-01-08 19:59:21
554
OverviewCurrently, PropertySourcesPlaceholderConfigurer only uses PropertySourcesPropertyResolver by default, and cannot...
Spring SpEL T() operator not able to locate user types with default StandardTypeLocator configuration
2025-01-08 19:59:18
11003
Hi, we are experiencing such a strange behavior using SPEL T() operator to get references to custom enums or types in...
Spring WebClient logs "IllegalStateException: Only one connection receive subscriber allowed" when multiple requests made within Kotlin coroutine and response status is an error
2025-01-08 19:59:15
14397
Kotlin version: 1.5.30Spring Boot version: 2.5.4 and 2.6.1Spring Framework version: 5.3.9When making multiple WebClient ...
Spring Fix control flow issues (Extract common part from if)
2025-01-08 19:59:11
168
Comment From: snicoll@sigee thanks for the PR but we prefer the expressiveness of complete if/else blocks. I wouldn't ca...
Spring Message and stream level data and accept mime
2025-01-08 19:59:08
878
At present there can be only one data MIME for the every request/stream on the connection, Supporting content-type and a...
上一页
下一页
1
…
1309
1310
1311
1312
1313
…
2246
.