157623b47f
SPR-6902 - @ResponseBody does not work with @ExceptionHandler
Arjen Poutsma
2011-01-10 12:26:57 +00:00
4998d061f8
SPR-7869 - Accept-Charset header with '*' results in java.nio.charset.IllegalCharsetNameException
Arjen Poutsma
2011-01-10 11:24:48 +00:00
2fcab44de0
remove addressed TODO
Keith Donald
2011-01-07 21:25:44 +00:00
34fbd5affa
typo
Keith Donald
2011-01-07 21:13:20 +00:00
0d28b70aa8
failing test case
Keith Donald
2011-01-07 20:58:20 +00:00
7bf4e93783
out of memory test case
Keith Donald
2011-01-07 20:56:42 +00:00
414fcab899
sp7839 - map autogrow, including auto-grow support for map values
Keith Donald
2011-01-07 19:22:45 +00:00
ac9fd008de
more projection tests - verifying the typedescriptor changes made by Keith
Andy Clement
2011-01-07 19:14:42 +00:00
b5c167bdb1
ignore failing tests temp for array nesting level bug and map autogrow bug
Keith Donald
2011-01-07 17:59:51 +00:00
90d8dade25
fixed bug related to array autogrow
Keith Donald
2011-01-07 17:54:17 +00:00
8df6b86dd1
ignore failing test
Keith Donald
2011-01-07 17:29:00 +00:00
5d6840e877
array autogrow on set e.g. array[0]=foo
Keith Donald
2011-01-07 17:28:18 +00:00
2ef629d5a8
removed accidental system.out commit
Keith Donald
2011-01-07 16:18:04 +00:00
1ed03fc6ca
fetch property value again after setting default value to protect against object copy
Keith Donald
2011-01-07 16:16:32 +00:00
3bb17974d8
empty collection test refinements
Keith Donald
2011-01-07 15:27:29 +00:00
b040606cfa
spr-7728: empty collection conversion can return value not assignable to targetType
Keith Donald
2011-01-07 14:21:54 +00:00
a7293d2961
Introduce ApplicationContextInitializer interface
Chris Beams
2011-01-07 09:57:57 +00:00
71e60f4551
Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage
Keith Donald
2011-01-07 06:32:21 +00:00
0fb631348e
switched to better encapsulated convert(Object, TypeDescriptor) where possible
Keith Donald
2011-01-07 05:57:25 +00:00
bb4aa9cc39
added call to applyIndexedObject to build nested source element type descriptor from element value
Keith Donald
2011-01-07 04:41:21 +00:00
8e23685a6d
support for empty collection->collection. map->map, collection->array conversion
Keith Donald
2011-01-07 03:24:24 +00:00
42403a37c3
getPropertyTypeDescriptor implementation optimization
Keith Donald
2011-01-07 02:51:56 +00:00
e254521952
getPropertyTypeDescriptor bug fixes
Keith Donald
2011-01-06 23:12:00 +00:00
4c9731d572
added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types
Keith Donald
2011-01-06 21:59:34 +00:00
61cfb96d95
Changed slf4j.jcl dependency from 1.5.6 to 1.5.3 for consistency with build.versions.
Sam Brannen
2011-01-06 20:05:22 +00:00
c6c782df59
forNestedType usage clarification
Keith Donald
2011-01-06 18:33:50 +00:00
c309ef74d7
Updates to readme and changelog files regarding 3.1.0.M1
Sam Brannen
2011-01-06 12:05:48 +00:00
7ec5f1694b
temp added ignore on 2 new failing tests until time to investigate
Keith Donald
2011-01-06 12:00:51 +00:00
86f1179606
temp added ignore on 2 new failing tests until time to investigate
Keith Donald
2011-01-06 11:41:30 +00:00
15ac99f59c
Introduce and integrate JndiPropertySource
Chris Beams
2011-01-06 07:43:29 +00:00
a7704c8cce
Polish Javadoc for PropertySource implementations
Chris Beams
2011-01-06 07:43:03 +00:00
01c98c3bfb
added initial support for handling unknown nested type values when converting collections; now favor factory method for constructing nested type descriptors for clarity (made constructor private); improved javadoc
Keith Donald
2011-01-06 05:14:49 +00:00
9420bdc246
Document createEnvironment() methods
Chris Beams
2011-01-05 22:25:42 +00:00
bc41cb2f27
Polish (Mutable)PropertySources
Chris Beams
2011-01-05 22:25:24 +00:00
7f8ede1407
Remove dead code
Chris Beams
2011-01-05 22:24:55 +00:00
431eaf6df8
Refactor PropertyPlaceholderConfigurer hierarchy
Chris Beams
2011-01-05 22:24:37 +00:00
2b99cf6d29
Refactor Environment and PropertySource
Chris Beams
2011-01-05 22:24:14 +00:00
7c4582b4b3
Update build instructions in readme
Chris Beams
2011-01-05 22:22:58 +00:00
e971ad56b6
reduced BeanDefinition footprint by initializing Sets and Maps with 0 (SPR-7491)
Juergen Hoeller
2011-01-05 19:59:00 +00:00
efe1e64b08
fixed aspects bundle to declare dependencies for @Async aspect as well (SPR-7702)
Juergen Hoeller
2011-01-05 19:50:23 +00:00
3fe2d037ed
fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null (SPR-7682)
Juergen Hoeller
2011-01-05 19:42:35 +00:00
a780a4a401
ProxyCreationContext uses "ThreadLocal.remove()" over "ThreadLocal.set(null)" as well
Juergen Hoeller
2011-01-05 19:32:02 +00:00
67d9b8b943
EhCacheManagerFactoryBean properly closes "ehcache.xml" input stream, if any (SPR-7813)
Juergen Hoeller
2011-01-05 19:29:07 +00:00
cc91efecae
Fixed bugs in bean wrapper related to nesting levels on method parameters
Keith Donald
2011-01-05 19:18:29 +00:00
3536b8178d
failing nested list binding
Keith Donald
2011-01-05 17:10:05 +00:00
a417aa2ea3
ignore failing map test case
Keith Donald
2011-01-05 16:59:47 +00:00
818bd841fe
method naming improvements; applyIndexObject call for array indexing
Keith Donald
2011-01-05 16:54:03 +00:00
9c64ac7482
fixed potential InjectionMetadata NPE when using SpringBeanAutowiringInterceptor (SPR-7686)
Juergen Hoeller
2011-01-05 16:08:43 +00:00
3cfe557971
spr 7839 reproduce
Keith Donald
2011-01-05 06:38:14 +00:00
fe386f1c10
spr7816
Keith Donald
2011-01-05 06:23:04 +00:00
da898faac9
spr7766
Keith Donald
2011-01-05 06:05:34 +00:00
39e0c29d19
TypeDescriptor cleanup and general polishing; fixed a number of bugs related to TypeDescriptor usage in client code across beans and spel packages
Keith Donald
2011-01-05 05:49:33 +00:00
74b5b7b56a
SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat)
Arjen Poutsma
2011-01-04 11:25:30 +00:00
e133bde01f
SPR-7858
Michael Isvy
2011-01-04 09:40:39 +00:00
e5d8fa0771
SPR-7834 - HttpHeaders.getEtag() mangles the value
Arjen Poutsma
2011-01-03 15:51:23 +00:00
fbede64c86
SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat)
Arjen Poutsma
2011-01-03 14:48:34 +00:00
e98afc087f
SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat)
Arjen Poutsma
2011-01-03 14:38:28 +00:00
5e6912302a
Introduce "Aware" superinterface
Chris Beams
2011-01-03 10:13:57 +00:00
b3ff9be78f
M1 cut of environment, profiles and property work (SPR-7508)
Chris Beams
2011-01-03 09:04:34 +00:00
b130a36af7
[SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1.
Sam Brannen
2010-12-30 08:00:58 +00:00
d7c4db1b49
[SPR-7849] work in progress: revising the testing chapter based on internal review.
Sam Brannen
2010-12-30 06:19:58 +00:00
b8ab33e0c5
[SPR-7849] work in progress: revising the testing chapter based on internal review.
Sam Brannen
2010-12-30 05:47:23 +00:00
54a7ad9f74
[SPR-7848] Improved readability, grammar, and formatting of the Container Extension Points section of the reference manual.
Sam Brannen
2010-12-30 02:07:22 +00:00
30751c9b0a
SPR-2946 - Corrected documentation for lazy-init behaviour on Bean(Factory)PostProcessors.
Oliver Gierke
2010-12-28 10:06:00 +00:00
f20ded5f63
SPR-7674 - Documented value defaulting in Spring EL
Oliver Gierke
2010-12-28 09:42:58 +00:00
bfb3003cba
SPR-7308 + wrapping up cache documentation + plug in cache docs
Costin Leau
2010-12-27 18:36:57 +00:00
9f5fd3afcf
Normalize indentation of Apache license URL
Chris Beams
2010-12-22 21:40:19 +00:00
9f4499cb36
SPR-7789 - FormHttpMessageConverter does not honor the charset in the content type when writing a form and uses a wrong default charset
Arjen Poutsma
2010-12-20 16:56:14 +00:00
d0394599ad
SPR-7789 - FormHttpMessageConverter does not honor the charset in the content type when writing a form and uses a wrong default charset
Arjen Poutsma
2010-12-20 16:50:44 +00:00
db3634f859
SPR-7706 - 304 responses should not have non-0 Content-Length
Arjen Poutsma
2010-12-20 16:32:58 +00:00
faf01b0337
SPR-7308 + add support for multiple cache names + require each annotation to specify a cache name + add method support in Key generator interface + add bug fix for embedded JDK concurrent declaration
Costin Leau
2010-12-16 13:19:01 +00:00