Juergen Hoeller
f90125f984
fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered (SPR-7373)
15 years ago
Juergen Hoeller
18af8a00f9
added license header
15 years ago
Juergen Hoeller
b7b7c067c6
GenericTypeResolver works for nested parameterized types and for generic superclasses as well (SPR-7389)
15 years ago
Arjen Poutsma
60fa490b50
Typo
15 years ago
Chris Beams
605ac0e230
Remove redundant @Aspect from CodeStyleAspect.aj
...
This has been present for quite some time, and compilation at the
command line was never a problem. However, after upgrading to
STS 2.3.3.M2, errors started appearing in the Problems tab about
'duplicate @Aspect annotations'. This message was a bit misleading
given that the underlying issue is that applying an @Aspect annotation
on an aspect declared in .aj style is redundant. Andy Clement is
investigating as well, but for now the reason for the change in behavior
remains a mystery.
15 years ago
Juergen Hoeller
7304c09021
Spring field error arguments include actually declared annotation attributes in alphabetical order (SPR-6730)
15 years ago
Chris Beams
9bcfc5480d
Fix dependency issues in .context pom and .classpath
...
Hibernate validator had been updated to 4.1.0 in the ivy metadata, but
not yet reflected in the .classpath file. The pom.xml had been updated
but there was a typo - scope read 'coompile', instead of 'compile'.
15 years ago
Chris Beams
022e74ea3d
Add .springBeans to .gitignore
15 years ago
Juergen Hoeller
4d5a9c41e0
allow for converting a property value based on the corresponding property name (SPR-7386)
15 years ago
Juergen Hoeller
11886f2149
polishing
15 years ago
Juergen Hoeller
1dce03af78
JSR-303 Pattern message resolvable through Spring MessageSource (despite special characters; SPR-7329)
15 years ago
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