Juergen Hoeller
|
3cb073abce
|
revised non-lenient resolution
|
2009-07-28 14:43:37 +00:00 |
|
Juergen Hoeller
|
1eabe2b441
|
lenientConstructorResolution flag applies to factory methods as well
|
2009-07-27 14:09:42 +00:00 |
|
Juergen Hoeller
|
c7b019cd5c
|
@Required does not get processed on beans returned by @Bean factory methods (SPR-5744)
|
2009-07-24 13:29:28 +00:00 |
|
Christian Dupuis
|
a4bbd9abda
|
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
|
2009-07-22 14:06:44 +00:00 |
|
Juergen Hoeller
|
4deef3796e
|
@PostConstruct works for multiple private init methods of the same name in a hierarchy (SPR-5945)
|
2009-07-22 12:52:47 +00:00 |
|
Juergen Hoeller
|
ea8f628c9c
|
polishing
|
2009-07-21 14:14:53 +00:00 |
|
Juergen Hoeller
|
364641e9bc
|
revised static annotation check
|
2009-07-21 14:12:16 +00:00 |
|
Juergen Hoeller
|
8e2797153b
|
revised lenient constructor resolution (follow-up to SPR-5816)
|
2009-07-16 17:22:03 +00:00 |
|
Juergen Hoeller
|
7eabd2da56
|
introduced "nonPublicAccessAllowed" flag (SPR-5882)
|
2009-07-16 15:52:27 +00:00 |
|
Juergen Hoeller
|
a9254b34d1
|
introduced "lenientConstructorResolution" flag (SPR-5816)
|
2009-07-16 13:27:47 +00:00 |
|
Juergen Hoeller
|
f4a83c5c74
|
consistently allow array element
|
2009-07-16 11:35:25 +00:00 |
|
Juergen Hoeller
|
cf29d1c367
|
constructor argument type matching supports arrays and simple class names now (SPR-5844)
|
2009-07-16 11:25:52 +00:00 |
|
Juergen Hoeller
|
68363f17a7
|
avoid potential NPE (SPR-5930)
|
2009-07-15 15:07:37 +00:00 |
|
Mark Pollack
|
0d98baa5c1
|
SPR-5619
|
2009-07-10 04:02:08 +00:00 |
|
Andy Clement
|
d3c54d979e
|
SPR-5906: test and fix for using expressions in property list keys and values
|
2009-07-07 20:13:21 +00:00 |
|
Sam Brannen
|
c996f7ea7b
|
copyright and typo
|
2009-06-21 12:54:04 +00:00 |
|
Juergen Hoeller
|
2e0f663092
|
@Configurable injection failure logged with refined message and without a full stacktrace (SPR-5752)
|
2009-06-08 15:54:00 +00:00 |
|
Juergen Hoeller
|
81a8b8fd19
|
strict matching of named arguments
|
2009-06-03 13:16:01 +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 |
|
Chris Beams
|
a9696c7282
|
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
|
2009-06-01 04:14:22 +00:00 |
|
Juergen Hoeller
|
aaa9fc73ae
|
polishing
|
2009-05-27 12:54:19 +00:00 |
|
Christian Dupuis
|
6cc33fc609
|
added spring.tooling descriptor and images for all namespaces
|
2009-05-26 11:58:09 +00:00 |
|
Juergen Hoeller
|
e137b10978
|
polishing
|
2009-05-19 22:33:30 +00:00 |
|
Christian Dupuis
|
eb3ece4208
|
added spring-tool-3.0.xsd; new expected-method element to describe possible methods for an attribute
|
2009-05-15 11:03:37 +00:00 |
|
Juergen Hoeller
|
da71f266ae
|
ConfigurationClassBeanDefinition implements AnnotatedBeanDefinition
|
2009-05-12 23:12:51 +00:00 |
|
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
|
2e378a8049
|
added further generic property resolution test
|
2009-03-27 17:31:15 +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 |
|