Juergen Hoeller
|
2153b2fbd5
|
introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564)
|
15 years ago |
Juergen Hoeller
|
5f9f69958e
|
refined PropertyEditor exposure for the ConversionService case
|
15 years ago |
Juergen Hoeller
|
f52986ea15
|
introduced TypeDescriptor.OBJECT and TypeDescriptor.STRING
|
15 years ago |
Juergen Hoeller
|
6622c71935
|
revised default converters; renamed ConverterRegistry's addGenericConverter to addConverter
|
15 years ago |
Keith Donald
|
b673087a87
|
polish
|
15 years ago |
Keith Donald
|
541cf2de80
|
removed unused method; polishing
|
15 years ago |
Keith Donald
|
753d0b0c91
|
removed generic warning
|
15 years ago |
Keith Donald
|
027bd24260
|
polish
|
15 years ago |
Keith Donald
|
4f4732df45
|
javadoc polishing
|
15 years ago |
Keith Donald
|
8d4b9c0810
|
javadoc
|
15 years ago |
Keith Donald
|
5ce16e01eb
|
broke out collection to string converter logic from collection to object
|
15 years ago |
Keith Donald
|
96de14ef2e
|
SPR-6537 initial commit; more extensive testing to follow
|
15 years ago |
Keith Donald
|
dd1bbde891
|
removed generic warning
|
15 years ago |
Juergen Hoeller
|
2ce5090d00
|
polishing
|
15 years ago |
Juergen Hoeller
|
bc6b707a22
|
revised GenericConverter's "getConvertibleTypes()" signature to return Set of ConvertiblePair
|
15 years ago |
Juergen Hoeller
|
010e72c35a
|
GenericConversionService prefers matches against inherited interfaces over superclasses (SPR-6297)
|
15 years ago |
Arjen Poutsma
|
27e0642543
|
SPR-6502 - Broken @RequestMapping inheritance
|
15 years ago |
Arjen Poutsma
|
976f920db2
|
SPR-6482 - @RequestMapping handled incorrectly when value contains "." (dot) character
|
15 years ago |
David Syer
|
ad3fa505f3
|
SPR-5327: tweak the build.xml for core to try and make commons-logging optional in generated poms
|
15 years ago |
David Syer
|
1202f67cc8
|
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
|
15 years ago |
Juergen Hoeller
|
e161c93f8d
|
full support for formatters on array/collection elements (SPR-6504)
|
15 years ago |
Juergen Hoeller
|
132bb8a672
|
polishing
|
15 years ago |
David Syer
|
1a06b6a0ab
|
SPR-5327: tidy up Maven dependencies (keeping commons-logging)
|
15 years ago |
Keith Donald
|
18c63f70c4
|
polishing
|
15 years ago |
Juergen Hoeller
|
7e5106d1ac
|
FormatterRegistry extends ConverterRegistry now; FormattingConversionService extends GenericConversionService
|
15 years ago |
Juergen Hoeller
|
9400fb3e78
|
replaced custom asList method with Arrays.asList(ObjectUtils.toObjectArray(...))
|
15 years ago |
Juergen Hoeller
|
cc0bd730eb
|
polishing
|
15 years ago |
Juergen Hoeller
|
bc06ffb6b8
|
removed obsolete System.err logging for the property-not-found case
|
15 years ago |
Juergen Hoeller
|
5e68cc5a58
|
removed inappropriate assertion that prevents static method calls
|
15 years ago |
Juergen Hoeller
|
6c89946d42
|
leniently fall back to the passed-in method if a bridge method couldn't be resolved (for Groovy 1.7 compatibility)
|
15 years ago |
Arjen Poutsma
|
ef50082cad
|
SPR-6280 - PathVariable resolution does not work properly
|
15 years ago |
Keith Donald
|
12e8f31b38
|
removed entity to string id conversion routine as it is not required
|
15 years ago |
Keith Donald
|
064b6db666
|
Added entity conveter null checking; updated from string converters to simply test str.length() as pre-processing check
|
15 years ago |
Keith Donald
|
48e1ed0a24
|
moved test case where it belongs
|
15 years ago |
Keith Donald
|
c3044e122c
|
polish
|
15 years ago |
Keith Donald
|
9d354192ef
|
additional javadoc and tests
|
15 years ago |
Keith Donald
|
692b1ef636
|
found hotspot; added ConverisonServiceFactoryBean
|
15 years ago |
David Syer
|
f49a8d2e3e
|
Add some tests (and comment out the one that is breaking the build)
|
15 years ago |
Keith Donald
|
b896457586
|
doc updates
|
15 years ago |
Juergen Hoeller
|
46cd083976
|
added chaining-capable "add" method to MutablePropertyValues
|
15 years ago |
Keith Donald
|
34a75c1ae6
|
improved toString method
|
15 years ago |
Keith Donald
|
f2477c4bf5
|
default conversion service instance caching and tests
|
15 years ago |
Keith Donald
|
da5432fbf5
|
default conversion service instance caching and tests
|
15 years ago |
Keith Donald
|
7b561c76fe
|
default conversion service instance caching and tests
|
15 years ago |
Keith Donald
|
6c66406f7f
|
removed converter matcher since its not used directly
|
15 years ago |
Keith Donald
|
3bfbcd7276
|
moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
|
15 years ago |
Keith Donald
|
d85dc01e28
|
moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
|
15 years ago |
David Syer
|
7ac0e2ba02
|
RESOLVED - issue SPR-6366: Cannot import bean definitions using classpath*: resource location
http://jira.springframework.org/browse/SPR-6366
|
15 years ago |
Keith Donald
|
aac9107f6b
|
SPR-6350
|
15 years ago |
David Syer
|
38f1383853
|
RESOLVED - issue SPR-6321: Regression: ResourceEditor in 3.0 does not ignore unresolvable placeholders, but it did in 2.5.6
|
15 years ago |