Commit Graph

68 Commits

Author SHA1 Message Date
Juergen Hoeller
9ef1d2b1ad adapted to Converter signature change 2009-09-17 15:20:04 +00:00
Rob Harrop
01fb1825f5 [SPR-6063] fixed issue with inconsistent views of PropertyDescriptors 2009-09-16 09:53:14 +00:00
Juergen Hoeller
fd81aa205d protected @Autowired method can be overridden with non-annotated method to suppress injection; private @Autowired methods with same signature will be called individually across a hierarchy (SPR-6112) 2009-09-15 15:52:13 +00:00
Juergen Hoeller
e1a3e44485 initial JSR-330 injection support 2009-09-15 12:00:55 +00:00
Rob Harrop
1480202aa3 [SPR-5644] Support for Enum<?> and Enum<T> values as FQN.FIELD_NAME in type conversion 2009-09-11 18:31:51 +00:00
Juergen Hoeller
634d4b4d4c BeanFactory prefers local primary bean to primary bean in parent factory (SPR-5871) 2009-09-08 23:01:26 +00:00
Rob Harrop
8f6a42bf64 [SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed 2009-09-08 21:37:02 +00:00
Juergen Hoeller
7f7173f790 added copy of SerializationTestUtils to beans module 2009-09-08 21:00:48 +00:00
Juergen Hoeller
209f43bee7 BeanFactory supports ObjectFactory as a dependency type for @Autowired and @Value (SPR-6079) 2009-09-08 20:55:00 +00:00
Juergen Hoeller
a86a698e5b initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry 2009-09-07 23:58:42 +00:00
Juergen Hoeller
04cd95ff50 fixed accidental test failures 2009-08-25 13:49:10 +00:00
Juergen Hoeller
9a48f3f3a8 try to create unknown collection implementation types via default constructor 2009-08-25 13:29:22 +00:00
Costin Leau
8dbf86fb7a + update copyright dates on some files
+ migrated test from JUnit 3 to 4
2009-08-09 08:47:24 +00:00
Juergen Hoeller
45a0cadf8e revised core conversion package for BeanWrapper/BeanFactory integration 2009-08-09 00:46:49 +00:00
Costin Leau
af8af8c633 + added fine grained privileged blocks to preserve the caller security stack when invoking the callee 2009-08-06 22:31:57 +00:00
Costin Leau
81eb11486d + fixed exception unwrapping
+ optimized path for getBean (and thus fixed another test)
2009-08-06 19:08:14 +00:00
Costin Leau
d5d3104b7b + interaction with user code uses now dedicated privileged when running under a security manager 2009-08-06 16:34:39 +00:00
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