Rob Harrop
|
ae461db82a
|
fix to resource handling in PluggableSchemaResolver
|
15 years ago |
Juergen Hoeller
|
a86a698e5b
|
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
|
15 years ago |
Juergen Hoeller
|
7aff0755a3
|
expression parser uses context's ConversionService by default
|
15 years ago |
Juergen Hoeller
|
efaf76b46f
|
polishing
|
15 years ago |
Juergen Hoeller
|
1045847cf7
|
updated to CGLIB 2.2 and EHCache 1.6.2
|
15 years ago |
Juergen Hoeller
|
e6436bbbbe
|
fixed currently-in-creation check to apply with any log level (SPR-5996)
|
15 years ago |
Rob Harrop
|
019c3c253a
|
[SPR-6017] updated DBDR and BDPD to allow for overriding of namespace-specific methods
|
15 years ago |
Rob Harrop
|
5d17db64ec
|
updated javax.el dependency to match the IDEA project file
|
15 years ago |
Rob Harrop
|
05fe679384
|
[SPR-6004] Fixed NPE in BeanDefinitionParserDelegate when using empty namespace as the default
|
15 years ago |
Juergen Hoeller
|
8754f0bc85
|
updated dependencies
|
15 years ago |
Juergen Hoeller
|
904c2358cd
|
adapted to changes in non-lenient mode
|
15 years ago |
Costin Leau
|
015284af7c
|
+ add implicit (String) type for typed string values w/o a specified type
|
15 years ago |
Juergen Hoeller
|
04cd95ff50
|
fixed accidental test failures
|
15 years ago |
Juergen Hoeller
|
9a48f3f3a8
|
try to create unknown collection implementation types via default constructor
|
15 years ago |
Costin Leau
|
0179c66d2a
|
+ add security manager checks to avoid the creation of inner privileged action classes
|
15 years ago |
Juergen Hoeller
|
04b619ebfb
|
fixed accidental test failures
|
15 years ago |
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
|
15 years ago |
Costin Leau
|
8dbf86fb7a
|
+ update copyright dates on some files
+ migrated test from JUnit 3 to 4
|
15 years ago |
Juergen Hoeller
|
45a0cadf8e
|
revised core conversion package for BeanWrapper/BeanFactory integration
|
15 years ago |
Costin Leau
|
14e983ff9a
|
+ removed unneeded method (one less item off the stack)
|
15 years ago |
Costin Leau
|
af8af8c633
|
+ added fine grained privileged blocks to preserve the caller security stack when invoking the callee
|
15 years ago |
Costin Leau
|
81eb11486d
|
+ fixed exception unwrapping
+ optimized path for getBean (and thus fixed another test)
|
16 years ago |
Costin Leau
|
d5d3104b7b
|
+ interaction with user code uses now dedicated privileged when running under a security manager
|
16 years ago |
Mark Pollack
|
97e3b5ca8c
|
SPR-5976 - Upgrade POMS to JUnit 4.6
|
16 years ago |
Sam Brannen
|
372173f968
|
Parameterized/generified static methods in BeanUtils.
|
16 years ago |
Juergen Hoeller
|
17dfc8b0fc
|
fixed constructor resolution algorithm to trigger ambiguity exception as late as possible
|
16 years ago |
Juergen Hoeller
|
5d009a2a98
|
prevent non-public access to bean class as well, if demanded
|
16 years ago |
Juergen Hoeller
|
3cb073abce
|
revised non-lenient resolution
|
16 years ago |
Juergen Hoeller
|
1eabe2b441
|
lenientConstructorResolution flag applies to factory methods as well
|
16 years ago |
Juergen Hoeller
|
c7b019cd5c
|
@Required does not get processed on beans returned by @Bean factory methods (SPR-5744)
|
16 years ago |
Christian Dupuis
|
a4bbd9abda
|
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
|
16 years ago |
Juergen Hoeller
|
4deef3796e
|
@PostConstruct works for multiple private init methods of the same name in a hierarchy (SPR-5945)
|
16 years ago |
Juergen Hoeller
|
ea8f628c9c
|
polishing
|
16 years ago |
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'
* Applied patch submitted by Carlos Zuniga
|
16 years ago |