Arjen Poutsma
|
35a3940008
|
Fixing the build...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@907 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-01 08:58:23 +00:00 |
|
Juergen Hoeller
|
8ce4e9c646
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@903 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-31 20:34:57 +00:00 |
|
Juergen Hoeller
|
c25fe064ce
|
@Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@899 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-31 20:27:42 +00:00 |
|
Juergen Hoeller
|
c90e6f7641
|
declarative destroy-method="..." specifications get validated at bean creation time (SPR-5602)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@858 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-27 17:45:53 +00:00 |
|
Juergen Hoeller
|
1d77442f69
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@856 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-27 17:41:03 +00:00 |
|
Juergen Hoeller
|
3cae153148
|
introduced "matchesName" method on BeanDefinitionHolder
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@855 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-27 17:40:25 +00:00 |
|
Juergen Hoeller
|
be471b9c87
|
CachedIntrospectionResults always caches bean classes except in case of custom BeanInfo (SPR-4876)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@833 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-26 23:15:23 +00:00 |
|
Juergen Hoeller
|
05919c1cd3
|
ConstructorArgumentValues exposed indexed arguments in the order of definition (SPR-5554)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@805 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-23 16:06:24 +00:00 |
|
Juergen Hoeller
|
14b7c182d0
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@800 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-23 14:15:47 +00:00 |
|
Juergen Hoeller
|
cc21b308e2
|
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@799 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-23 14:13:41 +00:00 |
|
Chris Beams
|
7f82764cb2
|
+ 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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@775 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-21 19:00:57 +00:00 |
|
Mark Pollack
|
3f024d2f4b
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@752 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-07 07:42:25 +00:00 |
|
Juergen Hoeller
|
e7f99fd584
|
improved NoClassDefFoundError handling during constructor resolution (SPR-5522)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@688 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-25 10:07:57 +00:00 |
|
Juergen Hoeller
|
f6c70c07c5
|
generified FactoryBeans and further Java 5 code style updates
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@686 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-25 00:34:22 +00:00 |
|
Arjen Poutsma
|
21659ac68e
|
javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@683 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-24 16:20:26 +00:00 |
|
Arjen Poutsma
|
39d5376d73
|
Fixed URI encoding in URIEditor to be RFC 2396 compliant
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@682 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-24 15:12:54 +00:00 |
|
Juergen Hoeller
|
6656a76cae
|
prototype beans receive independent collection/array even when based on single value (SPR-5512)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@663 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-21 18:04:08 +00:00 |
|
Juergen Hoeller
|
305deb9631
|
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)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@657 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-19 16:17:35 +00:00 |
|
Juergen Hoeller
|
5fa3d7ae48
|
optimized OrderComparator usage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@649 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-17 18:19:57 +00:00 |
|
Juergen Hoeller
|
b9f25bc30b
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@643 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-16 01:43:49 +00:00 |
|
Juergen Hoeller
|
4c5ab74c41
|
pre-converted property values are preserved more eagerly for re-created beans (SPR-5293)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@641 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-16 01:36:13 +00:00 |
|
Juergen Hoeller
|
793bf07941
|
revised expression parser API design
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@619 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-12 23:03:58 +00:00 |
|
Juergen Hoeller
|
5405f247e8
|
generified NumberUtils signature
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@615 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-12 17:40:51 +00:00 |
|
Juergen Hoeller
|
699b370990
|
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)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@611 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-09 22:06:07 +00:00 |
|
Juergen Hoeller
|
a0d20fb424
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@608 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-09 18:28:04 +00:00 |
|
Juergen Hoeller
|
ed42fb056e
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@606 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-09 15:38:17 +00:00 |
|
Chris Beams
|
2796c55974
|
Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@464 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-18 14:50:25 +00:00 |
|
Chris Beams
|
262a45d11b
|
moving unit tests from .testsuite -> .beans
added <?> wildcard to Scope methods that accept ObjectFactory
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@416 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-15 03:39:13 +00:00 |
|
Chris Beams
|
e65ebb0678
|
Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@387 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-12-12 19:03:33 +00:00 |
|
Juergen Hoeller
|
e016a80f63
|
fixed javadoc errors
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@347 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-28 13:56:30 +00:00 |
|
Juergen Hoeller
|
5c2a9bf250
|
Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@346 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-28 11:39:36 +00:00 |
|
Juergen Hoeller
|
e4ce547934
|
Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@342 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-27 17:35:44 +00:00 |
|
Juergen Hoeller
|
a0dfb69aaa
|
Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@341 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-27 00:27:52 +00:00 |
|
Juergen Hoeller
|
0b0163e026
|
Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@331 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-25 01:29:54 +00:00 |
|
Juergen Hoeller
|
46bb9cc8ed
|
removed deprecated methods
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@319 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-20 22:19:24 +00:00 |
|
Juergen Hoeller
|
e6f75f212d
|
completed value annotation support; Java 5 code style updates
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@312 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-20 17:33:46 +00:00 |
|
Juergen Hoeller
|
a5253bec7f
|
EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@305 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-11-20 02:10:53 +00:00 |
|
Arjen Poutsma
|
70caa15c13
|
Added XSDs and namespace handler files.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@172 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-29 00:44:36 +00:00 |
|
Arjen Poutsma
|
f3101e8d12
|
Added @Override annotations to beans module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@149 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-27 23:30:07 +00:00 |
|
Arjen Poutsma
|
6f7b8cbd5d
|
Removed deprecated code
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@112 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-23 08:36:52 +00:00 |
|
Arjen Poutsma
|
2f6e24794e
|
Moved over initial version of beans bundle
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@111 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-22 16:13:37 +00:00 |
|
Arjen Poutsma
|
3a853157df
|
Added more modules
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@106 50f2f4bb-b051-0410-bef5-90022cba6387
|
2008-10-21 08:04:24 +00:00 |
|