Juergen Hoeller
160521074b
avoid caching for expression results even when specified as TypedStringValue (SPR-6115)
2009-09-17 10:04:36 +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
Juergen Hoeller
34357d2b1f
revised DefaultBindingErrorProcessor to use direct getPropertyName() and getValue() calls on PropertyAccessException itself (SPR-6111)
2009-09-15 10:51:50 +00:00
Rob Harrop
320f08ac79
[SPR-6017] a few more tweaks to how getLocalName is handled
2009-09-14 15:00:37 +00:00
Juergen Hoeller
bb70c9a4c4
@RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope)
2009-09-14 10:48:15 +00:00
Rob Harrop
7835e66abb
[SPR-6017] a few more tweaks to how getLocalName is handled
2009-09-14 10:43:04 +00:00
Rob Harrop
7d37c92e4f
[SPR-6017] a few more tweaks to the BeanDefinitionParserDelegate public contract
2009-09-14 10:02:15 +00:00
Rob Harrop
fe16447112
more work on enabling non-namespace extensions of xml parsing
2009-09-11 20:00:04 +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
cfdb106910
polishing
2009-09-08 23:03:22 +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
Rob Harrop
7448214657
reworked PropertyPlaceholderConfigurer to use new PropertyPlaceholderHelper
2009-09-08 20:10:26 +00:00
Rob Harrop
ae461db82a
fix to resource handling in PluggableSchemaResolver
2009-09-08 08:37:10 +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
7aff0755a3
expression parser uses context's ConversionService by default
2009-09-07 18:53:01 +00:00
Juergen Hoeller
efaf76b46f
polishing
2009-09-07 18:37:01 +00:00
Juergen Hoeller
1045847cf7
updated to CGLIB 2.2 and EHCache 1.6.2
2009-09-07 18:04:27 +00:00
Juergen Hoeller
e6436bbbbe
fixed currently-in-creation check to apply with any log level (SPR-5996)
2009-09-07 12:50:49 +00:00
Rob Harrop
019c3c253a
[SPR-6017] updated DBDR and BDPD to allow for overriding of namespace-specific methods
2009-09-04 18:22:37 +00:00
Rob Harrop
5d17db64ec
updated javax.el dependency to match the IDEA project file
2009-09-04 18:17:38 +00:00
Rob Harrop
05fe679384
[SPR-6004] Fixed NPE in BeanDefinitionParserDelegate when using empty namespace as the default
2009-09-04 16:59:07 +00:00
Juergen Hoeller
8754f0bc85
updated dependencies
2009-08-31 11:25:54 +00:00
Juergen Hoeller
904c2358cd
adapted to changes in non-lenient mode
2009-08-27 10:45:46 +00:00
Costin Leau
015284af7c
+ add implicit (String) type for typed string values w/o a specified type
2009-08-27 09:47:15 +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
0179c66d2a
+ add security manager checks to avoid the creation of inner privileged action classes
2009-08-24 15:53:48 +00:00
Juergen Hoeller
04b619ebfb
fixed accidental test failures
2009-08-24 13:48:21 +00:00
Juergen Hoeller
fee838a65e
support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory
2009-08-24 13:30:42 +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
14e983ff9a
+ removed unneeded method (one less item off the stack)
2009-08-06 22:50:13 +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
Mark Pollack
97e3b5ca8c
SPR-5976 - Upgrade POMS to JUnit 4.6
2009-08-05 17:48:53 +00:00
Sam Brannen
372173f968
Parameterized/generified static methods in BeanUtils.
2009-08-04 12:06:14 +00:00
Juergen Hoeller
17dfc8b0fc
fixed constructor resolution algorithm to trigger ambiguity exception as late as possible
2009-07-29 16:43:12 +00:00
Juergen Hoeller
5d009a2a98
prevent non-public access to bean class as well, if demanded
2009-07-29 15:15:47 +00:00
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
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.
2009-07-15 07:26:31 +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
620c9b1f96
[SPR-5895] Upgraded to EasyMock 2.5.1.
2009-07-03 09:32:15 +00:00
Sam Brannen
8bfb56c75b
[SPR-5887] Upgraded to JUnit 4.6.0.
2009-07-02 18:07:55 +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
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
2009-05-12 16:43:15 +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
Thomas Risberg
1facd45c5e
switched to use XInclude
2009-04-14 21:37:40 +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
Mark Pollack
362629d03b
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
2009-04-09 14:38:35 +00:00
Juergen Hoeller
859497b171
@Resource names may use ${...} placeholders (SPR-5656)
2009-04-09 09:14:06 +00:00
Mark Pollack
8f76197485
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
2009-04-03 14:03:48 +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
Mark Pollack
351fba1a04
POM maintenance
...
Place parent pom in publicly accessible directory (org.sf.spring-parent).
Create a component list pom in org.sf.spring-library.
2009-03-29 09:56:38 +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
Mark Pollack
0b463c0838
SPR-5385, SPR-5301 - partial work committed.
2009-03-24 05:56:56 +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
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
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
e58d036c73
generic collection type resolution respects upper bound as well
2009-02-13 09:09:56 +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
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
46722fa946
removing unintentionally added file
2008-12-24 21:52:44 +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
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
6cb71bbb71
moving unit tests from .testsuite -> .beans
2008-12-15 02:27:35 +00:00
Chris Beams
b7cc5d2402
Java 5 code style
2008-12-12 19:03:33 +00:00
Chris Beams
f7dcf26193
fixed incorrect version for javax.el in .classpath files (was 2.1.0, now set to 1.0.0)
2008-12-07 01:08:37 +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