Keith Donald
|
0f5074db2b
|
spel mapping, polish
|
15 years ago |
Chris Beams
|
cbadf350e1
|
Continued progress on SPR-5682: Provide dedicated ApplicationContext implementations for use with @Configuration classes
Resolved sub-task SPR-6186: Eliminate duplicate code between ConfigurationClassApplicationContext and ConfigurationClassWebApplicationContext
|
15 years ago |
Keith Donald
|
0a843e60a6
|
recursive mapping support
|
15 years ago |
Chris Beams
|
fd8935ba0b
|
SPR-5682:
* polishing for ConfigurationClassApplicationContext & tests
* added ConfigurationClassWebApplicationContext & tests
* next: refactoring out duplications between ConfigurationClassApplicationContext & ConfigurationClassWebApplicationContext
|
15 years ago |
Chris Beams
|
772a74a636
|
SPR-5682: fixing test breakage on CI server due to strange non-determinism in the order of bean names being returned in the key set of the map of beans matching the required type.
|
15 years ago |
Chris Beams
|
8c5f78c0d6
|
polishing
|
15 years ago |
Chris Beams
|
a48234cf5f
|
SPR-5682: Initial support for ConfigurationClassApplicationContext
|
15 years ago |
Keith Donald
|
e7c8f1ef8b
|
SPR-6179, additional mapper test cases
|
15 years ago |
Sam Brannen
|
f08d15c86f
|
Fixed minor grammatical errors.
|
15 years ago |
Keith Donald
|
341835a142
|
mapper initial commit
|
15 years ago |
Sam Brannen
|
5c055ed6dd
|
[SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields.
|
15 years ago |
Juergen Hoeller
|
0543a294ee
|
expose arrays as comma-delimited element String
|
15 years ago |
Mark Fisher
|
76122c931d
|
updated javadoc
|
15 years ago |
Mark Fisher
|
80ac130dfe
|
Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace.
|
15 years ago |
Juergen Hoeller
|
09e6a85edd
|
fixed overview files
|
15 years ago |
Juergen Hoeller
|
a59d205b36
|
removed 3.1 feature classes
|
15 years ago |
Juergen Hoeller
|
2781b876d2
|
PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax
|
15 years ago |
Juergen Hoeller
|
e2093a8414
|
fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981)
|
15 years ago |
Juergen Hoeller
|
49bf85baaa
|
factored out common resolveTypeArgument(s) method to GenericTypeResolver
|
15 years ago |
Juergen Hoeller
|
b8c1130eec
|
detect @Bean methods on registered plain bean classes as well (SPR-5795)
|
15 years ago |
Juergen Hoeller
|
38110d35d2
|
polishing
|
15 years ago |
Juergen Hoeller
|
d4c16e91df
|
SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first)
|
15 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.
|
15 years ago |
Keith Donald
|
67c02f6c35
|
generic converter revising
|
15 years ago |
Juergen Hoeller
|
566eeba8ca
|
specified excluded names matched against unprefixed FactoryBean names as well (SPR-5926)
|
15 years ago |
Keith Donald
|
f1f4bd9fb4
|
generic converter updates
|
15 years ago |
Juergen Hoeller
|
99753f0d1c
|
polishing
|
15 years ago |
Juergen Hoeller
|
7b42a12161
|
consistent loading of optional classes
|
15 years ago |
Keith Donald
|
31441627de
|
updated formatter conversion service adapter to work with type descriptor
|
15 years ago |
Keith Donald
|
33c19b8b14
|
Converter system implementation cleanup and tidying; wip
|
15 years ago |
Juergen Hoeller
|
6f2642f2d3
|
consistently use varargs signature
|
15 years ago |
Juergen Hoeller
|
87e939a4e9
|
adapted to Converter signature change
|
15 years ago |
Juergen Hoeller
|
160521074b
|
avoid caching for expression results even when specified as TypedStringValue (SPR-6115)
|
15 years ago |
Keith Donald
|
881c3ed6fa
|
Mapper and SpelMapper
|
15 years ago |
Rob Harrop
|
aa08c11976
|
[SPR-5859] @ManagedOperation can now be used on getters/setters
|
15 years ago |
Juergen Hoeller
|
ad1269622b
|
@Scope annotations not sufficient for scanning anymore
|
15 years ago |
Juergen Hoeller
|
e1a3e44485
|
initial JSR-330 injection support
|
15 years ago |
Juergen Hoeller
|
34357d2b1f
|
revised DefaultBindingErrorProcessor to use direct getPropertyName() and getValue() calls on PropertyAccessException itself (SPR-6111)
|
15 years ago |
Rob Harrop
|
320f08ac79
|
[SPR-6017] a few more tweaks to how getLocalName is handled
|
15 years ago |
Rob Harrop
|
7835e66abb
|
[SPR-6017] a few more tweaks to how getLocalName is handled
|
15 years ago |
Juergen Hoeller
|
582c092f0e
|
revised use of generic provider class for Eclipse compile compatibility
|
15 years ago |
Rob Harrop
|
8f6a42bf64
|
[SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed
|
15 years ago |
Juergen Hoeller
|
209f43bee7
|
BeanFactory supports ObjectFactory as a dependency type for @Autowired and @Value (SPR-6079)
|
15 years ago |
Juergen Hoeller
|
6651ff0c55
|
fixed formatter annotation lookup
|
15 years ago |
Juergen Hoeller
|
70038bcf3c
|
fixed format tests
|
15 years ago |
Juergen Hoeller
|
6e95b2c311
|
polishing
|
15 years ago |
Juergen Hoeller
|
a86a698e5b
|
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
|
15 years ago |
Juergen Hoeller
|
7123e4f81e
|
expression parser uses context's ConversionService by default
|
15 years ago |
Costin Leau
|
ae8c053568
|
+ fixed NPE when closing up non-initialized contexts
|
15 years ago |
Juergen Hoeller
|
904c2358cd
|
adapted to changes in non-lenient mode
|
15 years ago |