485 Commits (e2d9142c5a118e27e724b6574cc4a6ee446e270d)

Author SHA1 Message Date
Juergen Hoeller 4344832a47 qualifier annotations and @Value can be used at method level as well (applying to all parameters); 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) 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 16 years ago
Chris Beams 3d634f1eb7 polishing .beans tests 16 years ago
Chris Beams ac8f37439b removing svn:externals usage approach to common test artifacts 16 years ago
Chris Beams 579280d7bf Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles 16 years ago
Chris Beams de7ec2288e removed unused SideEffectBean imlpmentations 16 years ago
Chris Beams 08eeb52e57 introducing common.beans.* packaging and externals; experimenting with sharing SideEffectBean 16 years ago
Chris Beams 93e30a4fc5 moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet 16 years ago
Chris Beams 74ef4cb0f3 moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams 4526501559 moving unit tests from .testsuite -> .beans and .context 16 years ago
Chris Beams f7813b48e1 moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams 97e400efd6 moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams ef414420c8 moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams 2ec861351c moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams 52ac3cea8c moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams 248a7de73f moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams b44d647dad moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams afa4231751 moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams 6cb71bbb71 moving unit tests from .testsuite -> .beans 16 years ago
Chris Beams b7cc5d2402 Java 5 code style 16 years ago
Chris Beams f7dcf26193 fixed incorrect version for javax.el in .classpath files (was 2.1.0, now set to 1.0.0) 16 years ago
Juergen Hoeller 4f40a6c313 fixed javadoc errors 16 years ago
Juergen Hoeller f8c690c542 Java 5 code style 16 years ago
Juergen Hoeller fda7100866 consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5 16 years ago
Juergen Hoeller 85661c6882 Java 5 code style 16 years ago