Keith Donald
|
d9f5a7a6c8
|
custom converters
|
16 years ago |
Keith Donald
|
0ef0ff60f0
|
super converter implementation
|
16 years ago |
Mark Pollack
|
a2c87ae67a
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
|
16 years ago |
Mark Pollack
|
fc9c3009fe
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
|
16 years ago |
Keith Donald
|
3a7b4bf1b0
|
basic conversion service impl; still need super converters, custom converters, and conversion of generic collection elements
|
16 years ago |
Keith Donald
|
c1f3ec0c5b
|
turned on debug logging
|
16 years ago |
Keith Donald
|
b04134cffb
|
removed aopalliance errant dependency; removed unused import
|
16 years ago |
Keith Donald
|
622357291c
|
assert of length 1
|
16 years ago |
Keith Donald
|
3d318ea387
|
javadoc polishing
|
16 years ago |
Keith Donald
|
c278e1e943
|
convert system spi and api
|
16 years ago |
Juergen Hoeller
|
96e00d6594
|
clarified applicability of @Order
|
16 years ago |
Juergen Hoeller
|
555fa3b4c8
|
revised OXM package: no provider-specific exceptions anymore, etc
|
16 years ago |
Arjen Poutsma
|
2d0705467a
|
Added Form converter
|
16 years ago |
Arjen Poutsma
|
e35201fc78
|
Javadoc
|
16 years ago |
Juergen Hoeller
|
c46b0ae271
|
polishing
|
16 years ago |
Juergen Hoeller
|
760cab8fea
|
refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client"
|
16 years ago |
Arjen Poutsma
|
11e7ad21b0
|
Added tests
|
16 years ago |
Arjen Poutsma
|
332607ad6c
|
Fixed issue in parsing of invalid MediaTypes from java.net.HttpUrlConnection (*; q=.2)
|
16 years ago |
Arjen Poutsma
|
bc8941084a
|
Added MultiValueMap
|
16 years ago |
Arjen Poutsma
|
1bc5188953
|
Fixing tests
|
16 years ago |
Juergen Hoeller
|
dc1edccc56
|
prototype beans receive independent collection/array even when based on single value (SPR-5512)
|
16 years ago |
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)
|
16 years ago |
Juergen Hoeller
|
9871e94cad
|
SimpleAliasRegistry's "getAliases" method returns transitive aliases now; @Qualifier value matching takes chained aliases of target beans into account as well
|
16 years ago |
Juergen Hoeller
|
35c36dda4b
|
fixed HTTP invoker to support resolution of multi-level primitive array classes again
|
16 years ago |
Juergen Hoeller
|
57874a6050
|
SmartApplicationListener interface supports source type checking; SimpleApplicationEventMulticaster caches information about event/source matches
|
16 years ago |
Juergen Hoeller
|
15bbd575a9
|
bridge method resolution works with Hibernate-generated CGLIB proxies as well (SPR-5414)
|
16 years ago |
Juergen Hoeller
|
213b528ffe
|
ASM-based AnnotationMetadata fully resolves class arguments and enums into Java types (SPR-5477, SPR-5479)
|
16 years ago |
Juergen Hoeller
|
fe462916b1
|
TypeUtils detects variations of ParameterizedType/GenericArrayType assignability as well
|
16 years ago |
Juergen Hoeller
|
d8651a88ec
|
UrlResource eagerly closes HTTP connections in case of "getInputStream()" failure (SPR-5338)
|
16 years ago |
Arjen Poutsma
|
721f2ca63e
|
Test for SPR-5362
|
16 years ago |
Juergen Hoeller
|
796392db1a
|
ReflectionUtils findMethod detects methods on "java.lang.Object" as well
|
16 years ago |
Juergen Hoeller
|
e58d036c73
|
generic collection type resolution respects upper bound as well
|
16 years ago |
Juergen Hoeller
|
647495edd3
|
avoid NPE in PathMatchingResourcePatternResolver when initialized with null ClassLoader
|
16 years ago |
Juergen Hoeller
|
08dd18df58
|
revised expression parser API design
|
16 years ago |
Juergen Hoeller
|
fb057bb5f6
|
generified NumberUtils signature
|
16 years ago |
Juergen Hoeller
|
60392d6e74
|
ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface
|
16 years ago |
Juergen Hoeller
|
7e4fb09369
|
added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor; SchedulingTaskExecutor interface extends AsyncTaskExecutor; added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor; added ThreadPoolExecutorFactoryBean; reduced backport-concurrent support to TaskExecutor adapters
|
16 years ago |
Juergen Hoeller
|
ea54c6391e
|
deprecated ConcurrentMap
|
16 years ago |
Arjen Poutsma
|
b0180fdf32
|
Added MediaType
|
16 years ago |
Arjen Poutsma
|
747ee86079
|
Made CollectionsFactory generic
|
16 years ago |
Scott Andrews
|
1f770574b0
|
updating eclipse settings and classpaths
|
16 years ago |
Arjen Poutsma
|
5d5e41269b
|
Added Pattern comparitor
|
16 years ago |
Juergen Hoeller
|
76888e243f
|
polishing
|
16 years ago |
Arjen Poutsma
|
1dec645383
|
Polish
|
16 years ago |
Arjen Poutsma
|
f2329cf426
|
Aded createStaxResult
|
16 years ago |
Arjen Poutsma
|
ccd59ca088
|
Added StaxUtils, hidden StaxSource, StaxResult, and various other Stax-specific classes behind this utility class.
|
16 years ago |
Arjen Poutsma
|
74f3ed3f19
|
Added DomContentHandler
|
16 years ago |
Arjen Poutsma
|
76de5b0e10
|
Added DomContentHandler
|
16 years ago |
Arjen Poutsma
|
e03a27ef46
|
Added Stax Source methods to TransformerUtils
|
16 years ago |
Arjen Poutsma
|
688593074a
|
Fixed version numbers
|
16 years ago |