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 |
Andy Clement
|
c31213e5cb
|
SPR-6866: unhelpful NPE when expression badly formed
|
15 years ago |
Ramnivas Laddad
|
f82cc6458b
|
Fixed SPR-6734 by resticting record/replay logic to only entity methods that originated in a test method
|
15 years ago |
David Syer
|
8d7df01d73
|
RESOLVED - issue SPR-6955, SPR-6901 added DisposableBean to TaskExecutorFactoryBean
|
15 years ago |
Arjen Poutsma
|
5303ab68aa
|
Atom Feed HttpMessageConverter
|
15 years ago |
Arjen Poutsma
|
c91ff130d5
|
SPR-6946 - RestTemplate should not encode fragments (#'s)
|
15 years ago |
Juergen Hoeller
|
54d0346084
|
do not call isCurrentlyInCreation with null argument (in order to meet newly enforced assertions within the BeanFactory)
|
15 years ago |
Juergen Hoeller
|
4f926c82bf
|
added bean name assertions
|
15 years ago |
Juergen Hoeller
|
b07b146965
|
fixed @Configurable issue with null bean name (SPR-6947)
|
15 years ago |
Juergen Hoeller
|
cfbc5224e3
|
fixed exception propagation issue with Hessian 4.0 (SPR-6899)
|
15 years ago |
Arjen Poutsma
|
a0c41a0e03
|
SPR-6906 - Combination of ControllerClassNameHandlerMapping and @RequestMappings with file extensions results in exception
|
15 years ago |
Juergen Hoeller
|
8fe5151f84
|
some further 3.0.2 entries
|
15 years ago |
Juergen Hoeller
|
77f8b070cd
|
polishing
|
15 years ago |
Arjen Poutsma
|
4f4f3fab7d
|
SPR-6934 - AnnotationMethodHandlerAdapter should take into account request accept header ordering
|
15 years ago |
Juergen Hoeller
|
0444ab236a
|
fixed TypeDescriptor toString for MethodParameter annotations (SPR-6924)
|
15 years ago |
Juergen Hoeller
|
9ede9fe697
|
"conversionService" bean gets ignored if not of type ConversionService (SPR-6916)
|
15 years ago |
Juergen Hoeller
|
3e98b26b77
|
fixed typo (SPR-6936)
|
15 years ago |
Juergen Hoeller
|
0aee6e9f5b
|
use target factory's ClassLoader in case of a raw EntityManagerFactory (SPR-6733)
|
15 years ago |
Arjen Poutsma
|
eddc5b8898
|
SPR-6935 - @ResponseBody with method that return void throws "Could not resolve view exception".
|
15 years ago |
Juergen Hoeller
|
57993d871e
|
WebApplicationObjectSupport's initServletContext will be called only once in any scenario (SPR-6914)
|
15 years ago |
Arjen Poutsma
|
3c8a47bd06
|
SPR-6877 - AnnotationMethodHandlerAdapter.handleResponseBody prioritizes messageConverter over MediaType
|
15 years ago |
Arjen Poutsma
|
7f8c91a52d
|
SPR-6902 - @ResponseBody does not work with @ExceptionHandler
|
15 years ago |
Arjen Poutsma
|
62f9f477f5
|
SPR-6877 - AnnotationMethodHandlerAdapter.handleResponseBody prioritizes messageConverter over MediaType
|
15 years ago |
Arjen Poutsma
|
894875ce8d
|
SPR-6907 - JibxMarshaller - provide access to jibx's writeDocType
|
15 years ago |
Arjen Poutsma
|
9d1c3fa9ac
|
SPR-6907 - JibxMarshaller - provide access to jibx's writeDocType
|
15 years ago |
Arjen Poutsma
|
d207c2294d
|
Fixed wrong encoding of URI templates with @-signs (SPR-6874)
|
15 years ago |
Arjen Poutsma
|
e653a9cd03
|
javadoc
|
15 years ago |
Arjen Poutsma
|
5675046cb7
|
SPR-6876 - RequestMethod does not appear to factor into @RequestMapping uniqueness in some cases
|
15 years ago |
Costin Leau
|
20a8039642
|
+ improve template for spring-context so that the import-package is updated automatically
|
15 years ago |
Juergen Hoeller
|
4bda92fd8a
|
newArg(Type)PreparedStatementSetter declares PreparedStatementSetter interface as return type (SPR-6897)
|
15 years ago |
Sam Brannen
|
97adfdd398
|
Removed misleading comments regarding javax.inject.Qualifier.
|
15 years ago |
Sam Brannen
|
a5b5df450e
|
[SPR-6879] @DirtiesContext is now an @Inherited annotation.
|
15 years ago |
Sam Brannen
|
80b8fb8b83
|
[SPR-6879] @DirtiesContext is now an @Inherited annotation.
|
15 years ago |
Juergen Hoeller
|
ef227c5d01
|
HibernateJpaDialect borrows JDBC Connection on demand (supporting aggressive release; SPR-6895)
|
15 years ago |
Michael Isvy
|
9e5b129ba5
|
SPR-6885
updates based on Chris Beams' comments.
|
15 years ago |
Juergen Hoeller
|
12b30843c5
|
widened AbstractFactoryBean's "getObjectType" signature to return any Class as well (SPR-6872)
|
15 years ago |
Juergen Hoeller
|
09f02bc620
|
use WeakHashMap for DataSource-keyed cache (SPR-6887)
|
15 years ago |
Chris Beams
|
3d2611484a
|
adding .gitignore
|
15 years ago |
Michael Isvy
|
6af91773ee
|
SPR-6885
Improved documentation for JavaConfig's use of CGLIB for all @Configuration annotated classes
|
15 years ago |
Juergen Hoeller
|
9e71af86f8
|
polishing
|
15 years ago |
Juergen Hoeller
|
60ff93e5ac
|
avoid invalid id characters in ErrorsTag as well (SPR-6862)
|
15 years ago |
Chris Beams
|
f25d2a9416
|
Removed hard-coded local path from .core/.classpath; removed duplicate asm entry in .context/.classpath
|
15 years ago |
David Syer
|
fd4b9cf6a3
|
SPR-6881: remove extra dependency
|
15 years ago |