Keith Donald
|
8fd3de9397
|
mappable type factory extension point / polish
|
15 years ago |
Keith Donald
|
e3983fe796
|
polish
|
15 years ago |
Keith Donald
|
8fe055b0e0
|
mapping exclusions
|
15 years ago |
Keith Donald
|
a73324bc24
|
polish
|
15 years ago |
Keith Donald
|
a4476e5e0e
|
nested bean mapper test
|
15 years ago |
Keith Donald
|
f692c765d2
|
addNestedMapper
|
15 years ago |
Keith Donald
|
3450c5de0b
|
polish
|
15 years ago |
Keith Donald
|
ec04357580
|
polish
|
15 years ago |
Keith Donald
|
9cf508d80d
|
javadoc
|
15 years ago |
Keith Donald
|
ba5335f66e
|
polish
|
15 years ago |
Keith Donald
|
c333494085
|
javadoc
|
15 years ago |
Keith Donald
|
6d31db1017
|
renamed to MappingContext since no spel dep
|
15 years ago |
Keith Donald
|
acf574c3e3
|
added conversion service performance optimizations; added mapping cyclical ref handling; removed ConverterInfo in favor of specifying S and T at registration time if necessary
|
15 years ago |
Keith Donald
|
0437305669
|
nested revision
|
15 years ago |
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 |
Mark Pollack
|
c6cd1a528e
|
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
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 |
Juergen Hoeller
|
ce800fb45a
|
allow instrumentation to be specified as a regular VM agent even in OSGi (SPR-6147)
|
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 |
Mark Fisher
|
e2c36fd592
|
Updated the context module's .classpath file for Groovy 1.6.3 (from 1.5.1)
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
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 |