Juergen Hoeller
c7f8d1be62
reactivated ignored tests in revised form
17 years ago
Juergen Hoeller
250ef281a4
reverted non-public proxy interface change
17 years ago
Juergen Hoeller
cef7a2b965
exclude non-public interfaces when autodetecting proxy interfaces
17 years ago
Juergen Hoeller
9b4f9106c5
polishing
17 years ago
Sam Brannen
d3af831334
Now parameterizing with <?> where appropriate.
17 years ago
Juergen Hoeller
cea8f7f69e
custom stereotype annotations can be meta-annotated with @Service , @Controller etc as well; @Scope and @Transactional are now supported as meta-annotations on custom annotations
17 years ago
Juergen Hoeller
423809543a
polishing
17 years ago
Juergen Hoeller
77112ba80e
updated AnnotationMetadata tests for change in Class exposure
17 years ago
Juergen Hoeller
b5d21108da
@Configuration parsing fully relies on Spring's MetadataReader abstraction now
17 years ago
Juergen Hoeller
ea9d8925a2
next cut of JavaConfig metadata reading revision: using cached MetadataReaders
17 years ago
Juergen Hoeller
14bd475519
revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility)
17 years ago
Juergen Hoeller
64321755b6
moved Scope annotation to local test package
17 years ago
Juergen Hoeller
8ee0363776
mergePropertiesIntoMap copies non-String values as well (SPR-5669)
17 years ago
Arjen Poutsma
acc84925d3
SPR-5631 - Implicit /** mapping on type-level @RequestMapping
17 years ago
Arjen Poutsma
19e5b7d668
Updated combine method on AntPatchMatcher to reflect usage in unit tests.
17 years ago
Juergen Hoeller
310a3a2d71
officially deprecated ClassUtils.forName variant without ClassLoader
17 years ago
Keith Donald
1d22b9fb88
activated DefaultConversionService in EL, linking convert and EL
17 years ago
Keith Donald
8b52b7eeef
autobox tests
17 years ago
Keith Donald
ebb203a251
removed custom converter for m3 to add back in rc1; also ensure type descriptor get type always returns wrapper types if primitive
17 years ago
Keith Donald
b988f1a539
javadoc
17 years ago
Keith Donald
76f63f8b64
map-to-map tests
17 years ago
Andy Clement
ba613f2e35
allow for null
17 years ago
Keith Donald
3e4810f670
polish
17 years ago
Keith Donald
a0cab10ccc
polish
17 years ago
Keith Donald
9ce71f67ff
conversion service helper tests - part 1
17 years ago
Keith Donald
d966965a4c
default converter tests
17 years ago
Andy Clement
4a7f7bb24a
more tests
17 years ago
Andy Clement
76fcc81bc6
New method to return string representation of typeDescriptor
17 years ago
Andy Clement
f6c1144e8d
tests for TypeDescriptor - just basic so far
17 years ago
Andy Clement
bdecf6720e
extra factory method and type descriptor for NULL defined
17 years ago
Andy Clement
5a0522e203
fixed support for -1 parameterIndex to access the method return type
17 years ago
Arjen Poutsma
07e6d9d966
More refinements for combine()
17 years ago
Arjen Poutsma
5dbae2c979
More tests for combine()
17 years ago
Arjen Poutsma
56ddc76712
Added combine method to PathMatcher, for combining two patterns.
17 years ago
Andy Clement
accf974727
use type descriptor to determine collection element type
17 years ago
Juergen Hoeller
b85d45725d
@Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152)
17 years ago
Keith Donald
1b1eb82adc
added todos left
17 years ago
Keith Donald
10a1d5042a
polish
17 years ago
Keith Donald
b9caa6c60f
polish
17 years ago
Keith Donald
ce8718ebf2
polish
17 years ago
Keith Donald
199c9bb9c5
removed typed value
17 years ago
Keith Donald
d38c0d301c
polish
17 years ago
Keith Donald
7f6fc4e82e
polish
17 years ago
Keith Donald
ea9df82d2a
ignore failing tests
17 years ago
Keith Donald
518f98d4c3
polish
17 years ago
Arjen Poutsma
3df99a17f5
Ignoring broken tests
17 years ago
Arjen Poutsma
3ebb5ccdaf
Fixing build. @Override on interface implementation methods is not allowed in Java 5, Keith!
17 years ago
Keith Donald
ae4f80cf60
type descriptor initial commit
17 years ago
Juergen Hoeller
62785abc72
polishing
17 years ago
Chris Beams
2db0f122c1
fixed two build-breaking issues:
...
+ reverted ClassMetadataReadingVisitor to revision 794
+ eliminated ConfigurationPostProcessorTests until further investigation determines why it causes downstream tests to fail (such as the seemingly unrelated ClassPathXmlApplicationContextTests)
17 years ago