Juergen Hoeller
|
e6425ee41f
|
polishing
|
14 years ago |
Juergen Hoeller
|
0a17e41755
|
catch invalid arguments early; avoid stack overflow in object-to-collection case (SPR-7488)
|
14 years ago |
Arjen Poutsma
|
416004b1bc
|
Fixing build
|
14 years ago |
Arjen Poutsma
|
2182287d3e
|
Minor tweaks
|
14 years ago |
Arjen Poutsma
|
e3298061d2
|
Added createCustomStaxSource/Result, because JAXP 1.4 kills babies in their sleep.
|
14 years ago |
Arjen Poutsma
|
9aafa1c6b2
|
Various StAX improvements.
|
14 years ago |
Ben Hale
|
7730e76c06
|
Publishing license and notice files
|
14 years ago |
Arjen Poutsma
|
dbfa049e1e
|
Prepping for 3.0.5
|
14 years ago |
Arjen Poutsma
|
061b2c91a0
|
SPR-7474 - AbstractXmlStreamReader getAttributeValue(String, String) does not handle null namespaceURI properly
|
14 years ago |
Juergen Hoeller
|
5c3cf5f672
|
added testStringArrayToResourceArray
|
14 years ago |
Juergen Hoeller
|
35971f9f90
|
revised handler method resolution, in particular with respect to generic interfaces (SPR-7355)
|
14 years ago |
Juergen Hoeller
|
49a2970def
|
search super-interfaces as well (SPR-7355)
|
14 years ago |
Juergen Hoeller
|
665a997f66
|
refined exception messages; added unit tests for custom array types
|
14 years ago |
Juergen Hoeller
|
771db05608
|
changed contentLength() from int to long
|
14 years ago |
Juergen Hoeller
|
bda3d81bc9
|
implement file resolution for isReadable() as well
|
14 years ago |
Juergen Hoeller
|
82730830d1
|
added "contentLength()" method to Resource abstraction; URL-based Resource variants introspect "last-modified" and "content-length" response headers (SPR-5465); refined "exists()" check for UrlResource (HEAD request) and ClassPathResource (URL resolution)
|
14 years ago |
Juergen Hoeller
|
d4f73c1d3d
|
turned TypeDescriptor.UNKNOWN into an internal detail (SPR-7349)
|
15 years ago |
Juergen Hoeller
|
8e5c033446
|
avoid double ConversionFailedException nesting
|
15 years ago |
Juergen Hoeller
|
f90125f984
|
fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered (SPR-7373)
|
15 years ago |
Juergen Hoeller
|
b7b7c067c6
|
GenericTypeResolver works for nested parameterized types and for generic superclasses as well (SPR-7389)
|
15 years ago |
Juergen Hoeller
|
8f8fc97b79
|
fixed test failures with respect to null handling and PropertyTypeDescriptor usage for collection elements
|
15 years ago |
Juergen Hoeller
|
27b04036a9
|
ConversionService is able to deal with empty collections and nested collections (fixed regression; SPR-7289, SPR-7293); ConversionService properly handles nested Resource arrays in Map values (fixed regression; SPR-7295); ConversionService does not accidentally use copy constructor for same type (SPR-7304)
|
15 years ago |
Arjen Poutsma
|
b31c34ed7d
|
Upgrading version to 3.0.4
|
15 years ago |
Juergen Hoeller
|
7b189d1124
|
avoid ConverterNotFoundException if source object is assignable to target type
|
15 years ago |
Oliver Gierke
|
420f8237c0
|
Rollback accidental commit :/.
|
15 years ago |
Oliver Gierke
|
897aab9f59
|
Added missing imports.
Added additional annotation to test interface to make sure no ClassCastException appears.
|
15 years ago |
Oliver Gierke
|
a383633630
|
Added helper methods to access method parameter annotations.
|
15 years ago |
Juergen Hoeller
|
96b1dc9db4
|
ConversionService fully supports conversion from String to MediaType now (through 'valueOf'; SPR-7282); revised exception handling in ObjectToObjectConverter, avoiding InvocationTargetExceptions
|
15 years ago |
Juergen Hoeller
|
902938e95f
|
smarter guessing of the element type (SPR-7283)
|
15 years ago |
Juergen Hoeller
|
379bc5a8a6
|
properly support void.class in TypeDescriptor and GenericConversionService (SPR-7281)
|
15 years ago |
Juergen Hoeller
|
cbb90236dc
|
polished VFS support (SPR-7197)
|
15 years ago |
Juergen Hoeller
|
11330baf77
|
DefaultListableBeanFactory checks for alias circle on registerAlias (avoiding endless loop; SPR-7274)
|
15 years ago |
Juergen Hoeller
|
882289b06e
|
getAllInterfacesForClass introspects parent interfaces as well (SPR-7247)
|
15 years ago |
Juergen Hoeller
|
4cef52a86f
|
polishing
|
15 years ago |
Juergen Hoeller
|
de866a0ff6
|
registerDependentBean resolves to the canonical bean name in order to handle alias references (SPR-7254)
|
15 years ago |
Juergen Hoeller
|
2136b04b65
|
added limit for parsed SQL cache to NamedParameterJdbcTemplate (SPR-7237); added configurable cache limit to CachingMetadataReaderFactory
|
15 years ago |
Juergen Hoeller
|
1532119787
|
ConversionService is able to apply Converters to interface-based array elements (SPR-7150); a context ConversionService is able to override an ApplicationContext's resource editors (SPR-7079)
|
15 years ago |
Juergen Hoeller
|
de326e5e95
|
ClassUtils recognizes "void" as primitive type name as well (SPR-7212)
|
15 years ago |
Costin Leau
|
578e80c1cf
|
SPR-7197
+ fix template
|
15 years ago |
Costin Leau
|
d9a664a588
|
SPR-7197
polish :)
|
15 years ago |
Costin Leau
|
e9ecf5d716
|
SPR-7197
+ removed compile time dependency on JBoss VFS
+ added support for JBoss AS 6.0 / JBoss VFS 3.0.0 infrastructure
|
15 years ago |
Luke Taylor
|
3f885d0302
|
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
|
15 years ago |
Juergen Hoeller
|
ceb668ac6c
|
added getLastTaskInfo() method to StopWatch (SPR-7134)
|
15 years ago |
Juergen Hoeller
|
77074c6c87
|
property placeholders can deal with nested expressions which happen to use the same suffix (SPR-7098)
|
15 years ago |
Keith Donald
|
e21a1c5a61
|
polish
|
15 years ago |
Keith Donald
|
86906d1b4d
|
checking in performance tests
|
15 years ago |
Keith Donald
|
6e13cc9eaa
|
thread safety for caching
|
15 years ago |
Keith Donald
|
e60389283d
|
caching optmizations and performance tests
|
15 years ago |
Keith Donald
|
066b4d542b
|
polish
|
15 years ago |
Keith Donald
|
594596f361
|
cache invalidation
|
15 years ago |