Arjen Poutsma
|
eca1cad7e1
|
Fixing build.
|
2009-05-12 08:26:33 +00:00 |
|
Juergen Hoeller
|
0297116542
|
generified TypeConverter interface
|
2009-05-11 22:44:33 +00:00 |
|
Arjen Poutsma
|
bf7a947559
|
SPR-5732 - When no type conversion strategy is found on a @Controller handler method bind target, a 500 error code should be returned not a 400.
|
2009-05-11 14:52:14 +00:00 |
|
Juergen Hoeller
|
266a65982d
|
Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now
|
2009-05-07 22:29:55 +00:00 |
|
Juergen Hoeller
|
a2fdb68a0b
|
fixed potential race condition through additional synchronization (SPR-5658)
|
2009-04-27 22:53:40 +00:00 |
|
Juergen Hoeller
|
ac16101f98
|
polishing
|
2009-04-26 11:39:00 +00:00 |
|
Juergen Hoeller
|
423809543a
|
polishing
|
2009-04-24 11:25:27 +00:00 |
|
Juergen Hoeller
|
ea9d8925a2
|
next cut of JavaConfig metadata reading revision: using cached MetadataReaders
|
2009-04-22 10:46:24 +00:00 |
|
Juergen Hoeller
|
10d8abea3b
|
EntityResolvers and DefaultNamespaceHandlerResolver support concurrent access now (SPR-5679)
|
2009-04-20 12:07:00 +00:00 |
|
Juergen Hoeller
|
14bd475519
|
revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility)
|
2009-04-19 23:45:31 +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
|
5649f2f31d
|
fixed generic registerCustomEditor signature
|
2009-04-10 13:44:23 +00:00 |
|
Juergen Hoeller
|
a9f4eeeabf
|
fixed javadoc
|
2009-04-09 18:24:07 +00:00 |
|
Juergen Hoeller
|
859497b171
|
@Resource names may use ${...} placeholders (SPR-5656)
|
2009-04-09 09:14:06 +00:00 |
|
Arjen Poutsma
|
ed5647a270
|
Fixing the build...
|
2009-04-01 08:58:23 +00:00 |
|
Juergen Hoeller
|
9dd70ca9fe
|
polishing
|
2009-03-31 20:34:57 +00:00 |
|
Juergen Hoeller
|
b85d45725d
|
@Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152)
|
2009-03-31 20:27:42 +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
|
82fd947712
|
polishing
|
2009-03-27 17:41:03 +00:00 |
|
Juergen Hoeller
|
fbfbb88032
|
introduced "matchesName" method on BeanDefinitionHolder
|
2009-03-27 17:40:25 +00:00 |
|
Juergen Hoeller
|
81e683b3ee
|
CachedIntrospectionResults always caches bean classes except in case of custom BeanInfo (SPR-4876)
|
2009-03-26 23:15:23 +00:00 |
|
Juergen Hoeller
|
423c4113ee
|
ConstructorArgumentValues exposed indexed arguments in the order of definition (SPR-5554)
|
2009-03-23 16:06:24 +00:00 |
|
Juergen Hoeller
|
d42e24a752
|
polishing
|
2009-03-23 14:15:47 +00:00 |
|
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
|
2009-03-23 14:13:41 +00:00 |
|
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
|
2009-03-21 19:00:57 +00:00 |
|
Mark Pollack
|
fc9c3009fe
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
|
2009-03-07 07:42:25 +00:00 |
|
Juergen Hoeller
|
092de0107c
|
improved NoClassDefFoundError handling during constructor resolution (SPR-5522)
|
2009-02-25 10:07:57 +00:00 |
|
Juergen Hoeller
|
160249c012
|
generified FactoryBeans and further Java 5 code style updates
|
2009-02-25 00:34:22 +00:00 |
|
Arjen Poutsma
|
778a00a595
|
javadoc
|
2009-02-24 16:20:26 +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
|
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
|
43caa57296
|
optimized OrderComparator usage
|
2009-02-17 18:19:57 +00:00 |
|
Juergen Hoeller
|
5a09a2d642
|
polishing
|
2009-02-16 01:43:49 +00:00 |
|
Juergen Hoeller
|
46cbaa9729
|
pre-converted property values are preserved more eagerly for re-created beans (SPR-5293)
|
2009-02-16 01:36:13 +00:00 |
|
Juergen Hoeller
|
08dd18df58
|
revised expression parser API design
|
2009-02-12 23:03:58 +00:00 |
|
Juergen Hoeller
|
fb057bb5f6
|
generified NumberUtils signature
|
2009-02-12 17:40:51 +00:00 |
|
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)
|
2009-02-09 22:06:07 +00:00 |
|
Juergen Hoeller
|
fc6d7358ef
|
polishing
|
2009-02-09 18:28:04 +00:00 |
|
Juergen Hoeller
|
6609386e41
|
polishing
|
2009-02-09 15:38:17 +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
|
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
|
b7cc5d2402
|
Java 5 code style
|
2008-12-12 19:03:33 +00:00 |
|
Juergen Hoeller
|
4f40a6c313
|
fixed javadoc errors
|
2008-11-28 13:56:30 +00:00 |
|
Juergen Hoeller
|
f8c690c542
|
Java 5 code style
|
2008-11-28 11:39:36 +00:00 |
|
Juergen Hoeller
|
85661c6882
|
Java 5 code style
|
2008-11-27 17:35:44 +00:00 |
|
Juergen Hoeller
|
b0790bf5e7
|
Java 5 code style
|
2008-11-27 00:27:52 +00:00 |
|
Juergen Hoeller
|
29657105da
|
Java 5 code style
|
2008-11-25 01:29:54 +00:00 |
|
Juergen Hoeller
|
582c564fa3
|
removed deprecated methods
|
2008-11-20 22:19:24 +00:00 |
|
Juergen Hoeller
|
05bebb0c05
|
completed value annotation support; Java 5 code style updates
|
2008-11-20 17:33:46 +00:00 |
|