Nineya
Home
Blog
Spring Fix SpEL Compilation mode IMMEDIATE.
2025-01-08 05:01:15
267
Require 1 interpreted pass only (instead of 2)cc @aclement Comment From: snicollThe Javadoc of IMMEDIATE sates:In immedi...
Spring Adapter ScrollableResults -> Spliterator
2025-01-08 05:01:12
1002
Spliterator is the source of data for the Java 8 Stream. This commitcontributes a Spliterator that wraps Hibernate's Scr...
Spring Enable the possibility to automatically copy selected headers from input message
2025-01-08 05:01:09
719
Extension to @SendToUser annotation to allow the possibility to automatically copy selected headers from input message t...
Spring Add support for bytes literal of spring expression
2025-01-08 05:01:06
341
Google's common expression language supports bytes literal, which I think is a good function. I hope spring expression c...
Spring Add support for bytes literal of spring expression
2025-01-08 05:01:04
623
Google's common expression language supports bytes literal, which I think is a good function. I hope spring expression c...
Spring rr
2025-01-08 05:01:01
303
Comment From: pivotal-cla@fenglingne Please sign the Contributor License Agreement!Click here to manually synchronize th...
Spring Upgrade BeanNameViewResolver to support XML and Java Config bean definitions [SPR-14022]
2025-01-08 05:00:57
2056
Paul Chapman opened SPR-14022 and commentedCurrently the BeanNameViewResolver supports finding beans by name from the sa...
Spring Bug - "Attempted read from closed stream". After extracting the response body in a custom RestTemplate-ErrorHandler
2025-01-08 05:00:54
4277
Affects: v.5.3.10Hi, I am using a "RestTemplate" with a custom "error handler", which shows detailed messages on HTTP-er...
Spring Support correlation id header [SPR-12048]
2025-01-08 05:00:50
13817
Alex opened SPR-12048 and commentedThe issue is described on StackOverflow (http://stackoverflow.com/questions/24991275/...
Spring Some methods in the org.springframework.core.task.AsyncListenableTaskExecutor class need to be added.
2025-01-08 05:00:47
1486
org.springframework.core.task.AsyncListenableTaskExecutor has submitListenable(Callable) method.This return ListenableFu...
Spring Fix First invocation of org.springframework.core.task.AsyncListenableTaskExecutor executes in same thread as caller
2025-01-08 05:00:44
1473
With relation to SPR-12358, as Juergen Hoeller and Sébastien Deleuze commented in the Spring JIRA, adding a special dela...
Spring add testNullSafeToStringWithXSSValue testcase to objectUtilsTests
2025-01-08 05:00:42
922
In the absence of a message string for the error code, this is the message that gets written as the error.So ObjectUtils...
Spring UriUtils::extractFileExtension does not properly handle empty file names
2025-01-08 05:00:39
233
UriUtils.extractFileExtension() returns null when the url follow this pattern "/abc/.format" instead of format. Where f...
Spring SPR-11875: Performance regression for custom autowireBean calls with many properties
2025-01-08 05:00:37
1039
Please see SPR-11875.This commit reverts e1d11ec99d40051ecdb60191c49bc587373a031d and uses ConcurrentReferenceHashMap to...
Spring Add merge support to nested collection properties
2025-01-08 05:00:35
1365
Prior to this change, the merge attribute on nested collections was nothandled properly which would result in the typica...
Spring Fix PathVariable encoding if request charset is not set
2025-01-08 05:00:32
2035
This commit simply adds a @PathVariable decoding test to reproduce ascenario exposed in SPR-11474Issue: SPR-11474Comment...
Spring Update TransactionSynchronizationUtils.java
2025-01-08 05:00:29
609
Change proposal for issue [#SPR-7907] at:https://jira.springsource.org/browse/SPR-7907Comment From: pivotal-issuemaster@...
Spring Converting Number to Models in Spring MVC
2025-01-08 05:00:27
1180
I had a Converter class I wanted to use to build a model off a @RequestMapping. The conversion mechanism only worked wi...
Spring Issue: SPR-10919
2025-01-08 05:00:24
614
Added support to ConfigurationClassParser to deal with @Bean annotated Java 8 default Methods. Introduced getInterfaces(...
Spring Beanbuilder spring4
2025-01-08 05:00:21
1151
I am working with Juergen to get the bean builder code to a state such that it can be included in Spring 4. The code re...
上一页
下一页
1
…
1474
1475
1476
1477
1478
…
2246
.