Juergen Hoeller
|
cc238207f9
|
fixed registerResolvableDependency mechanism to correctly handle non-serializable factory objects (SPR-7264)
|
15 years ago |
Juergen Hoeller
|
5330dc48aa
|
fixed typo (SPR-7265)
|
15 years ago |
Arjen Poutsma
|
4764fa53f0
|
SPR-7259 - ResponseStatus.reason() ignored for @ExceptionHandler methods
|
15 years ago |
Arjen Poutsma
|
f72c431e8a
|
SPR-7257 - AbstractMarshaller incorrectly expects DOMResult to already have a node
|
15 years ago |
Chris Beams
|
0dc29cb2d3
|
Added a test to prove that @Qualifier works in conjunction with @Bean methods after some confusion by users that it may not.
|
15 years ago |
Andy Clement
|
5801af9ef5
|
SPR-7244: double indexing with a collection of different types of element
|
15 years ago |
Arjen Poutsma
|
d0393ea109
|
SPR-7233 - ResponseEntity having body, headers and HttpStatus mixed up in responseEntity.getBody()
|
15 years ago |
Juergen Hoeller
|
75c5405d6f
|
added test for getType against an abstract FactoryBean
|
15 years ago |
Juergen Hoeller
|
3a5af35d37
|
CachedIntrospectionResults only caches GenericTypeAwarePropertyDescriptors if fully safe (SPR-7227)
|
15 years ago |
Juergen Hoeller
|
dea5918d66
|
CronTrigger defensively protects itself against accidental re-fires if a task runs too early (SPR-7004)
|
15 years ago |
Juergen Hoeller
|
2136b04b65
|
added limit for parsed SQL cache to NamedParameterJdbcTemplate (SPR-7237); added configurable cache limit to CachingMetadataReaderFactory
|
15 years ago |
David Syer
|
b4af04ba9d
|
SPR-7239: fix CronTrigger
|
15 years ago |
Juergen Hoeller
|
f0777d130f
|
improved toString()
|
15 years ago |
Juergen Hoeller
|
1532119787
|
ConversionService is able to apply Converters to interface-based array elements (SPR-7150); a context ConversionService is able to override an ApplicationContext's resource editors (SPR-7079)
|
15 years ago |
Juergen Hoeller
|
6c6004a93b
|
@Transactional qualifier value matches against @Qualifier annotations on @Bean methods as well (SPR-7232)
|
15 years ago |
Juergen Hoeller
|
b90fa49ebc
|
polishing
|
15 years ago |
Juergen Hoeller
|
bca067abb2
|
ScheduledTaskRegistrar (as used for @Scheduled processing) properly shuts down its default executor (SPR-6901)
|
15 years ago |
Juergen Hoeller
|
0c6b38b0b5
|
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (revised; SPR-7226)
|
15 years ago |
Juergen Hoeller
|
8800bab8a6
|
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (revised; SPR-7226)
|
15 years ago |
Juergen Hoeller
|
ed3cb4217d
|
expect user name to be null (SPR-7228)
|
15 years ago |
Juergen Hoeller
|
66aca1e8b3
|
expect user name to be null (SPR-7228)
|
15 years ago |
Juergen Hoeller
|
d7f72fbbd4
|
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (SPR-7226)
|
15 years ago |
Juergen Hoeller
|
2676771255
|
parse default elements if they live in the default namespace or if their parent is from another namespace (SPR-7218)
|
15 years ago |
Juergen Hoeller
|
3cf303cabd
|
prepared for 3.0.3 release
|
15 years ago |
Juergen Hoeller
|
a6d9c90841
|
refined BeanDefinitionParserDelegate to only parse default elements if they actually live in the default namespace (SPR-7218)
|
15 years ago |
Juergen Hoeller
|
0390c2b9fe
|
added convenient "checkRefresh" bean property to TilesConfigurer (SPR-7225)
|
15 years ago |
Juergen Hoeller
|
f9736ec3f6
|
JodaTime 1.3 or higher required (SPR-7222)
|
15 years ago |
Juergen Hoeller
|
6fe5871e91
|
check for "org.joda.time.LocalDate" in order to catch JodaTime 1.3 and higher only (SPR-7222)
|
15 years ago |
Juergen Hoeller
|
ecf2d8c5de
|
fixed typos (SPR-7221)
|
15 years ago |
Juergen Hoeller
|
469e30b507
|
refined LifecycleProcessor exception handling, properly wrapping a start exception from a bean (SPR-7106)
|
15 years ago |
Oliver Gierke
|
8a3c56b6d5
|
Added myself and as author.
Added Dave and me in the copyright holder section, too.
|
15 years ago |
Oliver Gierke
|
680bfbe718
|
SPR-7186 Added section on generic advice parameters
|
15 years ago |
Oliver Gierke
|
d600e35157
|
Fixed year in copyright.
|
15 years ago |
Andy Clement
|
101d8381ef
|
SPR-7209: parsing poorly formed Elvis expressions
|
15 years ago |
Arjen Poutsma
|
ae56f3a361
|
SPR-7211 - Extend HttpMessage interface to expose requestURL
|
15 years ago |
Juergen Hoeller
|
de326e5e95
|
ClassUtils recognizes "void" as primitive type name as well (SPR-7212)
|
15 years ago |
Juergen Hoeller
|
2c2df7f555
|
consistent postProcessBeanFactory treatment for BeanDefinitionRegistryPostProcessors (SPR-7167)
|
15 years ago |
Juergen Hoeller
|
2ad2022058
|
revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions (SPR-7177)
|
15 years ago |
Chris Beams
|
57a503b274
|
BeanDefinitionRegistryPostProcessors' postProcessBeanDefinitionRegistry() method now gets called before postProcessBeanFactory() (SPR-7167)
|
15 years ago |
Arjen Poutsma
|
0b8140b50d
|
Added DeprecatedBeanWarner
|
15 years ago |
Juergen Hoeller
|
a8ed98255f
|
ServletContextResourcePatternResolver handles "/WEB-INF/lib/*.jar!/**/context.xml" style patterns (SPR-7198)
|
15 years ago |
Juergen Hoeller
|
738d84f75c
|
filter for duplicate listeners in "getApplicationListeners()" as well (SPR-7204)
|
15 years ago |
Juergen Hoeller
|
7f24edc3d5
|
removed ServerSessionMessageListenerContainer coverage
|
15 years ago |
Juergen Hoeller
|
ff4f749adb
|
fixed typos
|
15 years ago |
Costin Leau
|
578e80c1cf
|
SPR-7197
+ fix template
|
15 years ago |
Costin Leau
|
d9a664a588
|
SPR-7197
polish :)
|
15 years ago |
Costin Leau
|
e9ecf5d716
|
SPR-7197
+ removed compile time dependency on JBoss VFS
+ added support for JBoss AS 6.0 / JBoss VFS 3.0.0 infrastructure
|
15 years ago |
Luke Taylor
|
27be8434f1
|
Rolled-back accidental .classpath changes
|
15 years ago |
Luke Taylor
|
3f885d0302
|
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
|
15 years ago |
Luke Taylor
|
9f9a27a1d8
|
SPR-7158: Added missing space in MVC docbook file
|
15 years ago |