Juergen Hoeller
|
ea9d8925a2
|
next cut of JavaConfig metadata reading revision: using cached MetadataReaders
|
16 years ago |
Juergen Hoeller
|
10d8abea3b
|
EntityResolvers and DefaultNamespaceHandlerResolver support concurrent access now (SPR-5679)
|
16 years ago |
Juergen Hoeller
|
14bd475519
|
revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility)
|
16 years ago |
Juergen Hoeller
|
1b5812da20
|
storing type information as specified (SPR-5556, SPR-5562); explicit XML array element in spring-beans-3.0.xsd (SPR-5543)
|
16 years ago |
Thomas Risberg
|
1facd45c5e
|
switched to use XInclude
|
16 years ago |
Juergen Hoeller
|
5649f2f31d
|
fixed generic registerCustomEditor signature
|
16 years ago |
Juergen Hoeller
|
a9f4eeeabf
|
fixed javadoc
|
16 years ago |
Mark Pollack
|
362629d03b
|
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
|
16 years ago |
Juergen Hoeller
|
859497b171
|
@Resource names may use ${...} placeholders (SPR-5656)
|
16 years ago |
Mark Pollack
|
8f76197485
|
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
|
16 years ago |
Arjen Poutsma
|
ed5647a270
|
Fixing the build...
|
16 years ago |
Juergen Hoeller
|
9dd70ca9fe
|
polishing
|
16 years ago |
Juergen Hoeller
|
b85d45725d
|
@Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152)
|
16 years ago |
Mark Pollack
|
351fba1a04
|
POM maintenance
Place parent pom in publicly accessible directory (org.sf.spring-parent).
Create a component list pom in org.sf.spring-library.
|
16 years ago |
Juergen Hoeller
|
bcf6f23225
|
declarative destroy-method="..." specifications get validated at bean creation time (SPR-5602)
|
16 years ago |
Juergen Hoeller
|
82fd947712
|
polishing
|
16 years ago |
Juergen Hoeller
|
fbfbb88032
|
introduced "matchesName" method on BeanDefinitionHolder
|
16 years ago |
Juergen Hoeller
|
2e378a8049
|
added further generic property resolution test
|
16 years ago |
Juergen Hoeller
|
81e683b3ee
|
CachedIntrospectionResults always caches bean classes except in case of custom BeanInfo (SPR-4876)
|
16 years ago |
Mark Pollack
|
0b463c0838
|
SPR-5385, SPR-5301 - partial work committed.
|
16 years ago |
Juergen Hoeller
|
423c4113ee
|
ConstructorArgumentValues exposed indexed arguments in the order of definition (SPR-5554)
|
16 years ago |
Juergen Hoeller
|
d42e24a752
|
polishing
|
16 years ago |
Juergen Hoeller
|
4344832a47
|
qualifier annotations and @Value can be used at method level as well (applying to all parameters);
fixed EL evaluation of prepared constructor arguments for repeated prototype creation
|
16 years ago |
Chris Beams
|
3ae3de19a9
|
+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
+ Finished support for @Import, including detection of circular imports
|
16 years ago |
Mark Pollack
|
fc9c3009fe
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
|
16 years ago |
Juergen Hoeller
|
092de0107c
|
improved NoClassDefFoundError handling during constructor resolution (SPR-5522)
|
16 years ago |
Juergen Hoeller
|
160249c012
|
generified FactoryBeans and further Java 5 code style updates
|
16 years ago |
Arjen Poutsma
|
778a00a595
|
javadoc
|
16 years ago |
Arjen Poutsma
|
2fde8ef4d9
|
Fixed URI encoding in URIEditor to be RFC 2396 compliant
|
16 years ago |
Juergen Hoeller
|
dc1edccc56
|
prototype beans receive independent collection/array even when based on single value (SPR-5512)
|
16 years ago |
Juergen Hoeller
|
5fed34bdb4
|
testing the exception message when conversion of a generic collection element fails
|
16 years ago |
Juergen Hoeller
|
eb1631f458
|
SimpleAliasRegistry detects resolved aliases that loop back to the original name (SPR-5419); PropertyPlaceholderConfigurer does not modify Map in case of equal String keys (SPR-5318); inner class names in Java source style ("java.lang.Thread.State") supported as well (SPR-5210)
|
16 years ago |
Juergen Hoeller
|
43caa57296
|
optimized OrderComparator usage
|
16 years ago |
Juergen Hoeller
|
5a09a2d642
|
polishing
|
16 years ago |
Juergen Hoeller
|
46cbaa9729
|
pre-converted property values are preserved more eagerly for re-created beans (SPR-5293)
|
16 years ago |
Juergen Hoeller
|
e58d036c73
|
generic collection type resolution respects upper bound as well
|
16 years ago |
Juergen Hoeller
|
08dd18df58
|
revised expression parser API design
|
16 years ago |
Juergen Hoeller
|
fb057bb5f6
|
generified NumberUtils signature
|
16 years ago |
Juergen Hoeller
|
5a04ed502b
|
registered plain singletons will be fully matched according to their qualifiers; "systemProperties" bean is not considered a default match for type Properties anymore (SPR-5355)
|
16 years ago |
Juergen Hoeller
|
fc6d7358ef
|
polishing
|
16 years ago |
Juergen Hoeller
|
6609386e41
|
polishing
|
16 years ago |
Arjen Poutsma
|
1b6c4929ad
|
Renamed ShortcutTests to SimplePropertyNamespaceHandlerTests
|
16 years ago |
Chris Beams
|
d116c8733a
|
polishing .beans tests
|
16 years ago |
Chris Beams
|
46722fa946
|
removing unintentionally added file
|
16 years ago |
Chris Beams
|
62db6af879
|
polishing .beans tests
|
16 years ago |
Chris Beams
|
a0bf1b4ade
|
polishing .beans tests
|
16 years ago |
Chris Beams
|
915ad0a8d9
|
polishing .beans tests
|
16 years ago |
Chris Beams
|
751daf95a1
|
polishing .beans tests
|
16 years ago |
Chris Beams
|
670bfd5ee2
|
+ polishing .beans tests
+ removed unnecessary dependency on hibernate
|
16 years ago |
Chris Beams
|
3d634f1eb7
|
polishing .beans tests
|
16 years ago |