Arjen Poutsma
|
4c0744ee54
|
SPR-6978 - Dispatcher fails to invoke handler method when request method conflicts with request path
|
15 years ago |
Arjen Poutsma
|
b07d02f1bf
|
SPR-7018 - Support for HttpEntity<?> in @MVC
|
15 years ago |
Sam Brannen
|
69cbadf7e9
|
[SPR-6918] Now verifying support for @Value in conjunction with the Spring TestContext Framework.
|
15 years ago |
Sam Brannen
|
0543036ec9
|
FooConfig, Foo, Bar, and BarFactory are now public static classes in order to avoid a bug with JDT/Spring IDE where the classes cannot be found in the XML application context.
|
15 years ago |
Thomas Risberg
|
2ff2f0205d
|
added metadata override to NUMERIC for NUMBER columns reported as DECIMAL but with zero decimal places (SPR-6912)
|
15 years ago |
Christian Dupuis
|
e22431188b
|
made SortedResourcesFactoryBean ResourceLoaderAware to prevent specifying the ResourceLoader in the jdbc NamespaceHandlers; prevents leaking of class loader instances in tooling
|
15 years ago |
Juergen Hoeller
|
b8c0e153e3
|
do not insist on BeanDefinition presence for @Value resolution (for use in unit tests; SPR-6918)
|
15 years ago |
Juergen Hoeller
|
ff09482653
|
avoid ChainedTilesRequestContextFactory warn logging on Tiles 2.2
|
15 years ago |
Andy Clement
|
d932c043da
|
SPR-6984: auto grow collections on write through indexer
|
15 years ago |
Juergen Hoeller
|
0cb7e4dcb3
|
made getName() public; added isNullSafe() accessor (SPR-6980)
|
15 years ago |
Christian Dupuis
|
2e5f1c22f6
|
fixed Eclipse classpath file
|
15 years ago |
Chris Beams
|
cf93e7c69e
|
Fixed typo in javadoc on HttpRequestHandler
|
15 years ago |
Juergen Hoeller
|
9da980d325
|
further fixes for 3.0.2
|
15 years ago |
Juergen Hoeller
|
7da13e7ad1
|
compatibility with OpenJPA 2.0 (support for persistence.xml versioning; SPR-6975)
|
15 years ago |
Juergen Hoeller
|
a0e40a5610
|
avoid ChainedTilesRequestContextFactory warn logging on Tiles 2.1
|
15 years ago |
Juergen Hoeller
|
ac5c75690a
|
fixed test failures
|
15 years ago |
Juergen Hoeller
|
795a5e02cd
|
polishing
|
15 years ago |
Juergen Hoeller
|
bb75662a7e
|
@Transactional qualifiers work in unit tests as well (SPR-6892)
|
15 years ago |
Juergen Hoeller
|
23cb161fb3
|
polishing
|
15 years ago |
Juergen Hoeller
|
eb1c039a6e
|
WebContentInterceptor does not restrict HTTP methods by default anymore (SPR-6919)
|
15 years ago |
Juergen Hoeller
|
4c39f90466
|
made CronSequenceGenerator public (SPR-6920)
|
15 years ago |
Juergen Hoeller
|
d4de1ac346
|
AbstractInterceptorDrivenBeanDefinitionDecorator copies autowire settings just like ScopedProxyUtils does (SPR-6974)
|
15 years ago |
Arjen Poutsma
|
4880d1d461
|
SPR-6976 - Add debug log for HttpMessageConverter usage
|
15 years ago |
Arjen Poutsma
|
5a8aa53232
|
SPR-6973 - SimpleUrlHandlerMapping wildcards cannot handle escaped newline characters
|
15 years ago |
Arjen Poutsma
|
85b8befbd1
|
SPR-6970 - AbstractHttpMessageConverter canWrite logic the wrong way round??
|
15 years ago |
Christian Dupuis
|
4c4f19ec94
|
SPR-6977: updated copyright; added method comment
|
15 years ago |
Christian Dupuis
|
145dcfd0c2
|
SPR-6977: added support for array parameter types
|
15 years ago |
Arjen Poutsma
|
991c982e5b
|
SPR-5866 - RestTemplate - access to Request Headers
|
15 years ago |
Juergen Hoeller
|
1d6f374970
|
fixed typo (SPR-6967)
|
15 years ago |
Juergen Hoeller
|
eee72c52da
|
mention actual endpoint address in connect failure exception message (SPR-6971)
|
15 years ago |
Arjen Poutsma
|
b0e3081636
|
SPR-5866 - RestTemplate - access to Request Headers
|
15 years ago |
Arjen Poutsma
|
886eb665bf
|
SPR-5866 - RestTemplate - access to Request Headers
|
15 years ago |
Arjen Poutsma
|
70ee2ee7b1
|
SPR-5866 - RestTemplate - access to Request Headers
|
15 years ago |
Arjen Poutsma
|
f3f535623f
|
Fixing the build
|
15 years ago |
Arjen Poutsma
|
63076d0865
|
SPR-6969 - Introduce HttpEntity
|
15 years ago |
Arjen Poutsma
|
fc0a6ce40c
|
Javadoc
|
15 years ago |
Arjen Poutsma
|
88773ae7f1
|
a HTTP -> an HTTP
|
15 years ago |
Andy Clement
|
81b10be1d0
|
SPR-6968: indexing via square brackets can now treat the index as an attempt at property access
|
15 years ago |
Scott Andrews
|
50c5593740
|
SPR-6923 SpEL resolving nested property as outer object
|
15 years ago |
Arjen Poutsma
|
af4b22e5b9
|
SPR-5904 - Merged multipart support into FormHttpMessageConverter
|
15 years ago |
Arjen Poutsma
|
6e55c8cd2f
|
Fixing build.
|
15 years ago |
Arjen Poutsma
|
def90d1016
|
SPR-5904 - Multipart/mixed requests using RestTemplate
|
15 years ago |
Juergen Hoeller
|
f30b0a86f7
|
autowire="byType" ignores parameter name when choosing a primary bean, as defined (SPR-6917)
|
15 years ago |
Juergen Hoeller
|
95ad7168bf
|
changed doGetBean signature back to protected (SPR-6957)
|
15 years ago |
Juergen Hoeller
|
ccb312a974
|
SimpleJdbcCall's "returningResultSet" accepts any plain RowMapper now (SPR-6963)
|
15 years ago |
Arjen Poutsma
|
f588ab05fa
|
Added readonly version of HttpHeaders
|
15 years ago |
Andy Clement
|
2dd1134303
|
SPR-6941: part (1) correct exception handling when null cachedExecutor
|
15 years ago |
Arjen Poutsma
|
0efb9d8023
|
SPR-5904 - Multipart/mixed requests using RestTemplate
|
15 years ago |
Arjen Poutsma
|
21fd150894
|
SPR-6906 - Combination of ControllerClassNameHandlerMapping and @RequestMappings with file extensions results in exception
|
15 years ago |
Arjen Poutsma
|
ac9a625ccc
|
SPR-6939 - XStreamMarshaller + JsonHierarchicalStreamDriver + JsonWriter.DROP_ROOT_MODE produce empty output
|
15 years ago |