337 Commits (eb3a3a6de2ed5b58ae1288b06223011be7ed44ec)

Author SHA1 Message Date
Juergen Hoeller 364641e9bc revised static annotation check 16 years ago
Juergen Hoeller 8e2797153b revised lenient constructor resolution (follow-up to SPR-5816) 16 years ago
Juergen Hoeller 7eabd2da56 introduced "nonPublicAccessAllowed" flag (SPR-5882) 16 years ago
Juergen Hoeller a9254b34d1 introduced "lenientConstructorResolution" flag (SPR-5816) 16 years ago
Juergen Hoeller f4a83c5c74 consistently allow array element 16 years ago
Juergen Hoeller cf29d1c367 constructor argument type matching supports arrays and simple class names now (SPR-5844) 16 years ago
Juergen Hoeller 68363f17a7 avoid potential NPE (SPR-5930) 16 years ago
Chris Beams 9163d8043b updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 16 years ago
Mark Pollack 0d98baa5c1 SPR-5619 16 years ago
Andy Clement d3c54d979e SPR-5906: test and fix for using expressions in property list keys and values 16 years ago
Sam Brannen 620c9b1f96 [SPR-5895] Upgraded to EasyMock 2.5.1. 16 years ago
Sam Brannen 8bfb56c75b [SPR-5887] Upgraded to JUnit 4.6.0. 16 years ago
Sam Brannen c996f7ea7b copyright and typo 16 years ago
Juergen Hoeller 2e0f663092 @Configurable injection failure logged with refined message and without a full stacktrace (SPR-5752) 16 years ago
Juergen Hoeller 81a8b8fd19 strict matching of named arguments 16 years ago
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) 16 years ago
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Juergen Hoeller aaa9fc73ae polishing 16 years ago
Christian Dupuis 6cc33fc609 added spring.tooling descriptor and images for all namespaces 16 years ago
Juergen Hoeller e137b10978 polishing 16 years ago
Christian Dupuis eb3ece4208 added spring-tool-3.0.xsd; new expected-method element to describe possible methods for an attribute 16 years ago
Juergen Hoeller da71f266ae ConfigurationClassBeanDefinition implements AnnotatedBeanDefinition 16 years ago
Juergen Hoeller bbd69da37f updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 16 years ago
Arjen Poutsma eca1cad7e1 Fixing build. 16 years ago
Juergen Hoeller 0297116542 generified TypeConverter interface 16 years ago
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. 16 years ago
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 16 years ago
Juergen Hoeller a2fdb68a0b fixed potential race condition through additional synchronization (SPR-5658) 16 years ago
Juergen Hoeller ac16101f98 polishing 16 years ago
Juergen Hoeller 423809543a polishing 16 years ago
Juergen Hoeller ea9d8925a2 next cut of JavaConfig metadata reading revision: using cached MetadataReaders 16 years ago
Juergen Hoeller 10d8abea3b EntityResolvers and DefaultNamespaceHandlerResolver support concurrent access now (SPR-5679) 16 years ago
Juergen Hoeller 14bd475519 revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility) 16 years ago
Juergen Hoeller 1b5812da20 storing type information as specified (SPR-5556, SPR-5562); explicit XML array element in spring-beans-3.0.xsd (SPR-5543) 16 years ago
Thomas Risberg 1facd45c5e switched to use XInclude 16 years ago
Juergen Hoeller 5649f2f31d fixed generic registerCustomEditor signature 16 years ago
Juergen Hoeller a9f4eeeabf fixed javadoc 16 years ago
Mark Pollack 362629d03b Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again) 16 years ago
Juergen Hoeller 859497b171 @Resource names may use ${...} placeholders (SPR-5656) 16 years ago
Mark Pollack 8f76197485 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT 16 years ago
Arjen Poutsma ed5647a270 Fixing the build... 16 years ago
Juergen Hoeller 9dd70ca9fe polishing 16 years ago
Juergen Hoeller b85d45725d @Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152) 16 years ago
Mark Pollack 351fba1a04 POM maintenance 16 years ago
Juergen Hoeller bcf6f23225 declarative destroy-method="..." specifications get validated at bean creation time (SPR-5602) 16 years ago
Juergen Hoeller 82fd947712 polishing 16 years ago
Juergen Hoeller fbfbb88032 introduced "matchesName" method on BeanDefinitionHolder 16 years ago
Juergen Hoeller 2e378a8049 added further generic property resolution test 16 years ago
Juergen Hoeller 81e683b3ee CachedIntrospectionResults always caches bean classes except in case of custom BeanInfo (SPR-4876) 16 years ago
Mark Pollack 0b463c0838 SPR-5385, SPR-5301 - partial work committed. 16 years ago