Commit Graph

50 Commits

Author SHA1 Message Date
Juergen Hoeller
ea8f628c9c polishing 2009-07-21 14:14:53 +00:00
Mark Pollack
0d98baa5c1 SPR-5619 2009-07-10 04:02:08 +00:00
Juergen Hoeller
53333c3ed0 XML constructor-arg element allows for specifying a constructor argument by name now, with target argument names read from the class file via ASM or from Java 6's @ConstructorProperties annotation (SPR-3313) 2009-06-03 10:21:57 +00:00
Juergen Hoeller
1b5812da20 storing type information as specified (SPR-5556, SPR-5562); explicit XML array element in spring-beans-3.0.xsd (SPR-5543) 2009-04-15 22:27:32 +00:00
Juergen Hoeller
bcf6f23225 declarative destroy-method="..." specifications get validated at bean creation time (SPR-5602) 2009-03-27 17:45:53 +00:00
Juergen Hoeller
2e378a8049 added further generic property resolution test 2009-03-27 17:31:15 +00:00
Arjen Poutsma
2fde8ef4d9 Fixed URI encoding in URIEditor to be RFC 2396 compliant 2009-02-24 15:12:54 +00:00
Juergen Hoeller
dc1edccc56 prototype beans receive independent collection/array even when based on single value (SPR-5512) 2009-02-21 18:04:08 +00:00
Juergen Hoeller
5fed34bdb4 testing the exception message when conversion of a generic collection element fails 2009-02-20 17:12:29 +00:00
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) 2009-02-19 16:17:35 +00:00
Juergen Hoeller
e58d036c73 generic collection type resolution respects upper bound as well 2009-02-13 09:09:56 +00:00
Arjen Poutsma
1b6c4929ad Renamed ShortcutTests to SimplePropertyNamespaceHandlerTests 2009-01-22 11:41:14 +00:00
Chris Beams
d116c8733a polishing .beans tests 2008-12-24 22:02:08 +00:00
Chris Beams
62db6af879 polishing .beans tests 2008-12-24 21:52:19 +00:00
Chris Beams
a0bf1b4ade polishing .beans tests 2008-12-24 20:29:14 +00:00
Chris Beams
915ad0a8d9 polishing .beans tests 2008-12-24 20:17:43 +00:00
Chris Beams
751daf95a1 polishing .beans tests 2008-12-24 19:34:04 +00:00
Chris Beams
670bfd5ee2 + polishing .beans tests
+ removed unnecessary dependency on hibernate
2008-12-24 19:14:15 +00:00
Chris Beams
3d634f1eb7 polishing .beans tests 2008-12-24 18:16:53 +00:00
Chris Beams
ac8f37439b removing svn:externals usage approach to common test artifacts 2008-12-18 18:44:45 +00:00
Chris Beams
579280d7bf Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles 2008-12-18 14:50:25 +00:00
Chris Beams
de7ec2288e removed unused SideEffectBean imlpmentations 2008-12-17 23:52:20 +00:00
Chris Beams
08eeb52e57 introducing common.beans.* packaging and externals; experimenting with sharing SideEffectBean 2008-12-17 23:36:40 +00:00
Chris Beams
93e30a4fc5 moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet 2008-12-17 18:45:41 +00:00
Chris Beams
74ef4cb0f3 moving unit tests from .testsuite -> .beans 2008-12-16 01:46:25 +00:00
Chris Beams
4526501559 moving unit tests from .testsuite -> .beans and .context 2008-12-16 01:08:43 +00:00
Chris Beams
f7813b48e1 moving unit tests from .testsuite -> .beans
moving and prepping to move SingletonBeanFactoryLocatorTests and ContextSingletonBeanFactoryLocatorTests to their respective .beans and .context packages
2008-12-15 18:37:33 +00:00
Chris Beams
97e400efd6 moving unit tests from .testsuite -> .beans
RequiredAnnotationBeanPostProcessor tests
2008-12-15 17:48:31 +00:00
Chris Beams
ef414420c8 moving unit tests from .testsuite -> .beans
fixed broken unit tests getting ClassNotFoundExceptions
2008-12-15 17:13:48 +00:00
Chris Beams
2ec861351c moving unit tests from .testsuite -> .beans 2008-12-15 09:25:01 +00:00
Chris Beams
52ac3cea8c moving unit tests from .testsuite -> .beans 2008-12-15 08:41:35 +00:00
Chris Beams
248a7de73f moving unit tests from .testsuite -> .beans 2008-12-15 05:20:25 +00:00
Chris Beams
b44d647dad moving unit tests from .testsuite -> .beans 2008-12-15 04:10:27 +00:00
Chris Beams
afa4231751 moving unit tests from .testsuite -> .beans
added <?> wildcard to Scope methods that accept ObjectFactory
2008-12-15 03:39:13 +00:00
Chris Beams
6cb71bbb71 moving unit tests from .testsuite -> .beans 2008-12-15 02:27:35 +00:00
Juergen Hoeller
347f34c68a EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 2008-11-20 02:10:53 +00:00
Arjen Poutsma
cc5d3ec389 Increased timings of performance test, because the 100 ms does not work on our CI server. 2008-11-19 15:42:16 +00:00
Arjen Poutsma
0a89948f53 Added Tiger tests 2008-11-03 09:46:34 +00:00
Arjen Poutsma
6f0342388c Moved tests over from testsuite to beans 2008-10-31 17:30:55 +00:00
Arjen Poutsma
eae7267929 Moved tests from testsuite to beans 2008-10-29 18:20:29 +00:00
Arjen Poutsma
e31ad80a0b Moved tests from testsuite to beans 2008-10-29 18:14:22 +00:00
Arjen Poutsma
e788cef856 Moved tests from testsuite to beans 2008-10-29 18:08:07 +00:00
Arjen Poutsma
dcaf024e76 Moved tests from testsuite to beans 2008-10-29 18:03:15 +00:00
Arjen Poutsma
7f90f08705 Moved tests from testsuite to beans 2008-10-29 17:59:31 +00:00
Arjen Poutsma
a1b810fbdf Moved tests from testsuite to beans 2008-10-29 17:55:46 +00:00
Arjen Poutsma
49447e9bc9 Moved tests over from testsuite to beans 2008-10-29 17:51:42 +00:00
Arjen Poutsma
4efc95c825 Moved tests over from testsuite to beans 2008-10-29 17:45:51 +00:00
Arjen Poutsma
bd1e259b4a Moved tests over from testsuite to beans 2008-10-29 17:32:01 +00:00
Arjen Poutsma
77be96aed6 Moved tests over from testsuite to beans 2008-10-29 12:49:51 +00:00
Arjen Poutsma
7a49f023d1 Moved tests over from testsuite to beans 2008-10-29 12:43:13 +00:00