Arjen Poutsma
|
c18137d40a
|
SPR-6728 - Document Spring MVC exception -> HTTP status code mappings
|
15 years ago |
Sam Brannen
|
a827ab88b1
|
[SPR-6523] Commented all paragraphs (i.e., for list, map, and set) related to collection merging with the util namespace until this issue has been addressed.
|
15 years ago |
Chris Beams
|
351e72b6e2
|
incorrectly invoked factory methods now result in exceptions with more descriptive messages (SPR-5475)
|
15 years ago |
Juergen Hoeller
|
cbed1c1b4b
|
fixed collection element conversion using ConversionService (SPR-6950)
|
15 years ago |
Arjen Poutsma
|
124837e2c3
|
Added @Override annotations.
|
15 years ago |
Arjen Poutsma
|
753a54096f
|
SPR-7000 - AnnotationMethodHandlerAdapter gives priority to media type order over quality when selecting a method
|
15 years ago |
Juergen Hoeller
|
d50881d82b
|
fixed collection element conversion using ConversionService (SPR-6950)
|
15 years ago |
Arjen Poutsma
|
f836601e0f
|
SPR-7034 - XmlBeans UnMarshalling - does not work with RequestBody annotation
|
15 years ago |
Chris Beams
|
fbda55f141
|
corrected TypeUtils.isAssignable() failure to return true in certain valid wildcard bounding scenarios (SPR-6850)
|
15 years ago |
Juergen Hoeller
|
10c358718e
|
avoid NPE if runtimeTest is null (SPR-7032)
|
15 years ago |
Arjen Poutsma
|
6f2062fb3a
|
SPR-7031 - MappingJacksonJsonView should add headers for no-caching
|
15 years ago |
Juergen Hoeller
|
f42d4241b4
|
preparations for 3.0.2
|
15 years ago |
Juergen Hoeller
|
3576bc4585
|
preparations for 3.0.2
|
15 years ago |
Thomas Risberg
|
47389a0edd
|
added com.springsource.javax.servlet.jsp dependency to fix problem with test (SPR-7033)
|
15 years ago |
Juergen Hoeller
|
ab139dffd0
|
added javadoc references to semantic definition of transaction attributes (SPR-7029)
|
15 years ago |
Thomas Risberg
|
a5f3d00977
|
added conf attribute for the struts dependency (SPR-7033)
|
15 years ago |
Juergen Hoeller
|
53b6e1c1b0
|
fixed DataBinder's conversion error handling for direct field access with ConversionService (SPR-6953)
|
15 years ago |
Juergen Hoeller
|
65b0a8fcb2
|
revised BeanTypeDescriptor into core PropertyTypeDescriptor; consider method annotations for return type (SPR-6979)
|
15 years ago |
Juergen Hoeller
|
461c200ce6
|
restricted onApplicationEvent callbacks for local ApplicationContext only (SPR-6964)
|
15 years ago |
Juergen Hoeller
|
a614430899
|
allow for null keys and null values in rendered Map (SPR-7024)
|
15 years ago |
Juergen Hoeller
|
bc2440ea16
|
updated for JDK 1.5+
|
15 years ago |
Juergen Hoeller
|
6fb49f1de7
|
ignore failing serialization test for the time being
|
15 years ago |
Chris Beams
|
6118d67321
|
updated JavaDoc regarding short-circuiting the BeanPostProcessor chain when returning null from BPP methods (SPR-6926)
|
15 years ago |
Juergen Hoeller
|
cbca6e1acb
|
prevent findEditorByConvention AccessControlException on Google App Engine (SEC-1434)
|
15 years ago |
Juergen Hoeller
|
2c2cf32b8a
|
polishing
|
15 years ago |
Juergen Hoeller
|
89755542da
|
BeanPostProcessors are allowed to return a null bean value in the middle of the chain (SPR-6926)
|
15 years ago |
Chris Beams
|
051b5f4f4f
|
removed duplicate junit and aspectjweaver dependencies
|
15 years ago |
Juergen Hoeller
|
b370969690
|
added public "validateDatabaseSchema" method to Hibernate LocalSessionFactoryBean (SPR-3212)
|
15 years ago |
Chris Beams
|
a1f6eabbce
|
SPR-7002: updated .classpath and pom to reflect new dependency upgrade from Jackson 1.0.0->1.4.2
|
15 years ago |
Chris Beams
|
247c46e6ea
|
SPR-7002: updated .classpath and pom to reflect new dependency upgrade from Jackson 1.0.0->1.4.2
|
15 years ago |
Juergen Hoeller
|
915ca47cad
|
updated to Jackson 1.4.2
|
15 years ago |
Mark Fisher
|
0d8a020684
|
updated commons-pool version in .classpath to match ivy config
|
15 years ago |
Mark Pollack
|
1e388a894e
|
Change version of Hibernate Validator to 4.0.2 in pom.xml and eclipse .classpath to agree with version in ivy.xml
|
15 years ago |
Juergen Hoeller
|
4e7752c9ba
|
JCA listener containers delegate to wrapped Transaction handle (for Geronimo compatibility; SPR-6991)
|
15 years ago |
Chris Beams
|
c13e5f9f5b
|
SPR-7009, SPR-6972: backed out unintentionally committed tests
|
15 years ago |
Chris Beams
|
706a09c49e
|
SPR-7009: TransactionInterceptor now extracts ultimate target class before evaluating @Transactional metadata to accommodate double-proxying cases
|
15 years ago |
Chris Beams
|
c38c09bc35
|
SPR-6972: removed import
|
15 years ago |
Chris Beams
|
77bb68b967
|
SPR-6972: failed attempt to reproduce issue
|
15 years ago |
Arjen Poutsma
|
212daa1995
|
SPR-7002 - RestTemplate fails to convert properly for Generic Type Container with MappingJacksonHttpMessageConverter
|
15 years ago |
Arjen Poutsma
|
f7ac7a395c
|
SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
|
15 years ago |
Arjen Poutsma
|
465e84eda4
|
Revert: SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
|
15 years ago |
Chris Beams
|
ec577f8e24
|
SPR-6538: context-support is no longer marked as an optional dependency within aspects and webmvc POMs
|
15 years ago |
Juergen Hoeller
|
26470cc23a
|
polishing
|
15 years ago |
Juergen Hoeller
|
296aa96d71
|
AopUtils.getTargetClass(...) never returns null (SPR-7011)
|
15 years ago |
Juergen Hoeller
|
a2c3274b8e
|
fixed double fixedField call for getFieldType (SPR-7019)
|
15 years ago |
Chris Beams
|
5e19f2959e
|
SPR-6888: ClassPathResource.getDescription() now fully qualifies resource path regardless of constructor used.
|
15 years ago |
Juergen Hoeller
|
5dc59aaa7b
|
avoid Synchronization List preparations upfront if possible (SPR-6999)
|
15 years ago |
Arjen Poutsma
|
c9289a4dcf
|
SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
|
15 years ago |
Juergen Hoeller
|
19b4618fb5
|
avoid Synchronization List preparations upfront if possible (SPR-6999)
|
15 years ago |
Arjen Poutsma
|
4c0744ee54
|
SPR-6978 - Dispatcher fails to invoke handler method when request method conflicts with request path
|
15 years ago |