David Syer
|
3afe8aee18
|
Fix hibernate-validatin version
|
15 years ago |
David Syer
|
e26fc66523
|
SPR-7384: switch to using 1-12 for month numbers
|
15 years ago |
Arjen Poutsma
|
c24ffc9175
|
SPR-7381 - HTTP headers returned as part of ResponseEntity(MultiValueMap<String, String> headers, HttpStatus statusCode) are ignored when using this constructor
|
15 years ago |
Arjen Poutsma
|
228c0b18cb
|
SPR-7345 - HTTP 405 (Method not supported) returned when 404 Status (Not Found) was expected
|
15 years ago |
Juergen Hoeller
|
b456bc107b
|
DefaultMessageListenerContainer triggers Session commit even if no message has been received (SPR-7366)
|
15 years ago |
Juergen Hoeller
|
f25a04c69c
|
fixed JMS CachingConnectionFactory to correctly cache a producer without fixed destination as well (SPR-7148)
|
15 years ago |
Arjen Poutsma
|
f8425a5f7b
|
SPR-7346 - @RequestHeader negation expressions (e.g. !Accept=text/plain) are not applied
|
15 years ago |
Juergen Hoeller
|
dcad6c341b
|
BeanWrapper, EvalTag, etc
|
15 years ago |
Juergen Hoeller
|
66abad2540
|
BeanWrapper preserves annotation information for individual array/list/map elements (SPR-7348)
|
15 years ago |
Juergen Hoeller
|
e0e1cb3c24
|
polishing
|
15 years ago |
Juergen Hoeller
|
df5e9b1211
|
MVC HandlerExceptionResolvers prevent caching for exception views if preventResponseCaching=true (SPR-7334)
|
15 years ago |
Juergen Hoeller
|
263fabb0fc
|
JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext (SPR-7312); for consistency, expressions in an ApplicationContext support the same syntax against the local BeanFactory
|
15 years ago |
Juergen Hoeller
|
d1d5e2d52a
|
JmsResourceHolder does not ignore IllegalStateException from locally synchronized transaction (SPR-7360)
|
15 years ago |
Juergen Hoeller
|
96b9cf6ca9
|
DefaultJdoDialect supports JDO 3.0 query timeout facility (as supported by DataNucleus 2.1)
|
15 years ago |
Juergen Hoeller
|
3918518779
|
polishing
|
15 years ago |
Juergen Hoeller
|
7e9e8401f7
|
@ExceptionHandler works for inherited method and CGLIB proxies on Portlet controllers as well (SPR-7337)
|
15 years ago |
Andy Clement
|
cb72fe1be2
|
SpEL documentation (!) on @Bean referencing, inline lists and array construction
|
15 years ago |
Andy Clement
|
f5ced9be38
|
SPR-7335: support for expression inline lists and array construction
|
15 years ago |
Andy Clement
|
88560fd910
|
SPR-7343: StandardEvaluationContext not threadsafe in its lazy initialization
|
15 years ago |
Andy Clement
|
6de707d8e0
|
polish
|
15 years ago |
Andy Clement
|
0c1424acb6
|
polish
|
15 years ago |
Juergen Hoeller
|
0d405fd124
|
fixed typos (SPR-7332)
|
15 years ago |
Chris Beams
|
45ed0ba43c
|
licensing header
|
15 years ago |
Chris Beams
|
cd271fca43
|
attempted to repro SPR-7318 to no avail
|
15 years ago |
Juergen Hoeller
|
3f31a1cf75
|
added "validationMessageSource" property to LocalValidatorFactoryBean, for Spring-based messages (SPR-7307)
|
15 years ago |
Juergen Hoeller
|
4d56b89619
|
transaction names based on method id from most specific method (target class instead of interface; SPR-7317)
|
15 years ago |
Juergen Hoeller
|
f9017ea05d
|
added formCheckbox to macro list (SPR-7322)
|
15 years ago |
Juergen Hoeller
|
ce6194c7c3
|
fixed typo (SPR-7321)
|
15 years ago |
Sam Brannen
|
8bd0633697
|
[SPR-7323] SpEL 'select last' operator now works consistently with maps.
|
15 years ago |
Sam Brannen
|
db7531be60
|
[SPR-7323] SpEL 'select last' operator now works consistently with maps.
|
15 years ago |
Costin Leau
|
94292cad1c
|
SPR-6819
+ fix EBR pom as well
|
15 years ago |
Arjen Poutsma
|
8d5662ec7a
|
typo
|
15 years ago |
Arjen Poutsma
|
c059f53823
|
SPR-7305 - o.s.http.client.SimpleClientHttpRequestFactory does not allow to specify a java.net.Proxy
|
15 years ago |
Arjen Poutsma
|
3160ddf0e8
|
SPR-7314 - RestTemplate does not handle null uri template parameters
|
15 years ago |
Arjen Poutsma
|
ccdd1a9efd
|
SPR-7316 - remove "Accept-Charset" header from response, generated by @ResponseBody
|
15 years ago |
Juergen Hoeller
|
d956da2fa1
|
ConversionService etc
|
15 years ago |
Juergen Hoeller
|
9e4140e549
|
growCollection fails for element type Object as well; prefer use of getElementTypeDescriptor()
|
15 years ago |
Juergen Hoeller
|
942c656970
|
removed eager skipping of empty collection conversion, for UtilNamespaceHandlerTests to pass again
|
15 years ago |
Juergen Hoeller
|
7faf4a6713
|
AbstractJaxWsServiceExporter supports "bindingType" bean property, overriding @BindingType; AbstractJaxWsServiceExporter supports "webServiceFeatures" bean property on JAX-WS 2.2
|
15 years ago |
Juergen Hoeller
|
41d6f8e9ed
|
turned formatter implementations non-final
|
15 years ago |
Juergen Hoeller
|
0d7ce3eac5
|
refined ignoreUnresolvablePlaceholders javadoc
|
15 years ago |
Juergen Hoeller
|
e6b708376d
|
skip collection conversion early if empty
|
15 years ago |
Juergen Hoeller
|
8f8fc97b79
|
fixed test failures with respect to null handling and PropertyTypeDescriptor usage for collection elements
|
15 years ago |
Juergen Hoeller
|
27b04036a9
|
ConversionService is able to deal with empty collections and nested collections (fixed regression; SPR-7289, SPR-7293); ConversionService properly handles nested Resource arrays in Map values (fixed regression; SPR-7295); ConversionService does not accidentally use copy constructor for same type (SPR-7304)
|
15 years ago |
Juergen Hoeller
|
7f91153bba
|
BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps as well (SPR-7285)
|
15 years ago |
Juergen Hoeller
|
5d6937bab1
|
Portlet @MVC's implicit render model will be updated at the end of the event phase
|
15 years ago |
Juergen Hoeller
|
ef3b70d40a
|
Spring's MessageEndpointFactory classes are now JCA 1.6 compliant as well
|
15 years ago |
Keith Donald
|
ab13e9b5ec
|
mvc resources handler initial commit
|
15 years ago |
Keith Donald
|
5a1bd20864
|
mvc resources handler initial commit
|
15 years ago |
Oliver Gierke
|
e11a40f809
|
SPR-7311 - Clarify usage of PropertyEditorRegistrars VS. plain configuration of customEditors property in CustomEditorConfigurer JavaDoc.
|
15 years ago |