Juergen Hoeller
|
a59d205b36
|
removed 3.1 feature classes
|
17 years ago |
Juergen Hoeller
|
2781b876d2
|
PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax
|
17 years ago |
Juergen Hoeller
|
e2093a8414
|
fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981)
|
17 years ago |
Juergen Hoeller
|
d4c16e91df
|
SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first)
|
17 years ago |
Mark Fisher
|
dedecf7ae9
|
SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers.
|
17 years ago |
Keith Donald
|
33c19b8b14
|
Converter system implementation cleanup and tidying; wip
|
17 years ago |
Juergen Hoeller
|
160521074b
|
avoid caching for expression results even when specified as TypedStringValue (SPR-6115)
|
17 years ago |
Keith Donald
|
881c3ed6fa
|
Mapper and SpelMapper
|
17 years ago |
Rob Harrop
|
aa08c11976
|
[SPR-5859] @ManagedOperation can now be used on getters/setters
|
17 years ago |
Juergen Hoeller
|
e1a3e44485
|
initial JSR-330 injection support
|
17 years ago |
Rob Harrop
|
8f6a42bf64
|
[SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed
|
17 years ago |
Juergen Hoeller
|
209f43bee7
|
BeanFactory supports ObjectFactory as a dependency type for @Autowired and @Value (SPR-6079)
|
17 years ago |
Juergen Hoeller
|
70038bcf3c
|
fixed format tests
|
17 years ago |
Juergen Hoeller
|
a86a698e5b
|
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
|
17 years ago |
Juergen Hoeller
|
904c2358cd
|
adapted to changes in non-lenient mode
|
17 years ago |
Juergen Hoeller
|
e0bb838259
|
MBeanServerFactoryBean returns JDK 1.5 platform MBeanServer for agent id "" (SPR-5909)
|
17 years ago |
Juergen Hoeller
|
04b619ebfb
|
fixed accidental test failures
|
17 years ago |
Juergen Hoeller
|
fee838a65e
|
support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory
|
17 years ago |
Keith Donald
|
641407cb4d
|
missing field test case
|
17 years ago |
Keith Donald
|
78304c0ccf
|
core context.message, context.alert, model.binder modules; includes SpEL-based GenericBinder implementation
|
17 years ago |
Keith Donald
|
2bd664f7ee
|
removed framework specific annotation in favor of user-defined for now
|
17 years ago |
Keith Donald
|
704cc79cee
|
polish
|
17 years ago |
Keith Donald
|
20f5f99e9a
|
SPR-6013, SPR-6014, SPR-6015 tests
|
17 years ago |
Keith Donald
|
2381452e9a
|
SPR-6012, SPR-6013, SPR-6014 initial commit
|
17 years ago |
Keith Donald
|
00f90cd816
|
pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now
|
17 years ago |
Mark Fisher
|
4afcddcbc7
|
added PeriodicTrigger implementation
|
17 years ago |
Mark Fisher
|
50956e0d37
|
added tests for ThreadPoolTaskScheduler
|
17 years ago |
Juergen Hoeller
|
17dfc8b0fc
|
fixed constructor resolution algorithm to trigger ambiguity exception as late as possible
|
17 years ago |
Juergen Hoeller
|
3cb073abce
|
revised non-lenient resolution
|
17 years ago |
Keith Donald
|
f0ca94d5f3
|
new presentation model methods; ability to surpress commit of dirty value in PMB
|
17 years ago |
Juergen Hoeller
|
1eabe2b441
|
lenientConstructorResolution flag applies to factory methods as well
|
17 years ago |
Mark Fisher
|
88a68042ba
|
Initial import of GenericBinder.
|
17 years ago |
Keith Donald
|
a66aa8c320
|
added bind template / field binder
|
17 years ago |
Keith Donald
|
16b06306e0
|
presentation model binder tests
|
17 years ago |
Keith Donald
|
edd7bb8d03
|
collapsed into support
|
17 years ago |
Keith Donald
|
990d446c84
|
polish
|
17 years ago |
Keith Donald
|
4a1d51f082
|
updated test package structure
|
17 years ago |
Keith Donald
|
de5528840d
|
presentation model binder
|
17 years ago |
Keith Donald
|
a6cd69dc7c
|
polish
|
17 years ago |
Keith Donald
|
5cb5169237
|
Refactored class naming to capture ui.binding system as a general PresentationModel framework; PresentationModel and FieldModel are the key API elements now
|
17 years ago |
Juergen Hoeller
|
c7b019cd5c
|
@Required does not get processed on beans returned by @Bean factory methods (SPR-5744)
|
17 years ago |
Keith Donald
|
840ac88b29
|
more pruning
|
17 years ago |
Keith Donald
|
a74422ed65
|
polish
|
17 years ago |
Keith Donald
|
a3b57e2a84
|
polish
|
17 years ago |
Keith Donald
|
ab7e985d72
|
polish
|
17 years ago |
Keith Donald
|
6e05d3bd6e
|
updated tests
|
17 years ago |
Juergen Hoeller
|
f519406c37
|
@Primary/@Lazy/@DependsOn supported as meta-annotations; @Bean supported as meta-annotation on factory methods as well
|
17 years ago |
Juergen Hoeller
|
4deef3796e
|
@PostConstruct works for multiple private init methods of the same name in a hierarchy (SPR-5945)
|
17 years ago |
Keith Donald
|
4e50c51139
|
list binding working
|
17 years ago |
Keith Donald
|
14dd30c5a5
|
nested binding work; list binding still has kinks
|
17 years ago |