Juergen Hoeller
|
f519406c37
|
@Primary/@Lazy/@DependsOn supported as meta-annotations; @Bean supported as meta-annotation on factory methods as well
|
16 years ago |
Juergen Hoeller
|
3462b43bb1
|
getAnnotationAttributes generally supports meta-annotation lookup
|
16 years ago |
Juergen Hoeller
|
dbdd6eca60
|
AnnotationUtils.getAnnotation generally supports meta-annotation lookup
|
16 years ago |
Juergen Hoeller
|
364641e9bc
|
revised static annotation check
|
16 years ago |
Keith Donald
|
dc5faec189
|
all tests back compiling, still a few failing marked ignored
|
16 years ago |
Juergen Hoeller
|
cf29d1c367
|
constructor argument type matching supports arrays and simple class names now (SPR-5844)
|
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 |
Arjen Poutsma
|
8073efd69f
|
SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings
|
16 years ago |
Arjen Poutsma
|
abfc479bdb
|
SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings
|
16 years ago |
Keith Donald
|
9f8638e557
|
fixed element type bug
|
16 years ago |
Keith Donald
|
eb4a767f6b
|
removed last ignore
|
16 years ago |
Keith Donald
|
737c66d729
|
polish
|
16 years ago |
Keith Donald
|
89a8e4073b
|
more el converters
|
16 years ago |
Keith Donald
|
1344a6d4d0
|
more converters; since 3.0
|
16 years ago |
Keith Donald
|
c519f2bd3a
|
string to map
|
16 years ago |
Keith Donald
|
f53e627bb5
|
string array to map converter
|
16 years ago |
Keith Donald
|
e4c868b837
|
javadoc
|
16 years ago |
Mark Pollack
|
69422e771f
|
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
Update org.sf.web/.classpath to refer to tiles 2.1.2
|
16 years ago |
Mark Pollack
|
8c9346718b
|
POM maintenance/development - initial jarjar support in maven build for ASM
|
16 years ago |
Mark Pollack
|
0c16554e23
|
SPR-5803 and additional POM maintenance/development
|
16 years ago |
Keith Donald
|
2aef75b907
|
list binding tests
|
16 years ago |
Keith Donald
|
90bafe35cb
|
forgot to commit type descriptor
|
16 years ago |
Arjen Poutsma
|
928855e47a
|
Javadoc
|
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
|
4da16bb1f9
|
Made fragile tests a little less fragile: increased max times.
|
16 years ago |
Sam Brannen
|
3caecbd1ef
|
A "path patch": AntPatchStringMatcher -> AntPathStringMatcher ;)
|
16 years ago |
Arjen Poutsma
|
ed98bf0668
|
SPR-5812 - Custom regex matching for @PathVariable
|
16 years ago |
Andy Clement
|
1e0207cf04
|
modified so that when the descriptor represents a method parameter, we retrieve the annotations from the method and not the method parameter (seems to make more sense - certainly in the binding case)
|
16 years ago |
Mark Fisher
|
b0d11e8c15
|
Added package declarations and comments to package-info.java files where they had been missing.
|
16 years ago |
Keith Donald
|
16ad6a3617
|
initial data binder commit; dateformatter
|
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 |
Juergen Hoeller
|
a26a2275c3
|
revised Java 6 checks to test for the presence of specific Java 6 interfaces/classes only
|
16 years ago |
Keith Donald
|
f4bc0ab061
|
polish
|
16 years ago |
Keith Donald
|
b093094c50
|
renamed back to TypeDescriptor after ConversionContext proved not good enough name for any change
|
16 years ago |
Juergen Hoeller
|
7dc9ec53a1
|
return generics-capable Class references
|
16 years ago |
Juergen Hoeller
|
e7eb684304
|
added additional cast for javac
|
16 years ago |
Keith Donald
|
8cbab5acb6
|
costin code review comments
|
16 years ago |
Keith Donald
|
d13567bc8f
|
added support for null conversion point type
|
16 years ago |
Keith Donald
|
18be2ffadc
|
fixed autoboxing bug
|
16 years ago |
Keith Donald
|
0c85f3df55
|
doc polishing
|
16 years ago |
Keith Donald
|
b33be88c9d
|
tests passing again
|
16 years ago |
Keith Donald
|
46c9a003eb
|
BindingPoint to ConversionPoint, javadoc
|
16 years ago |
Keith Donald
|
6f74369cb3
|
polish
|
16 years ago |
Keith Donald
|
9a261470ad
|
converter system refactoring from community input
|
16 years ago |
Juergen Hoeller
|
0471d5d3ea
|
removed outdated imports
|
16 years ago |
Juergen Hoeller
|
ad5d090c86
|
removed outdated imports
|
16 years ago |
Juergen Hoeller
|
f1c852b14c
|
polishing
|
16 years ago |
Juergen Hoeller
|
59101c096f
|
replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
|
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 |