Juergen Hoeller
ef04ccca17
allow for Hibernate 4.0
13 years ago
Juergen Hoeller
f32b8f81e4
allow for Quartz 2.0
13 years ago
Juergen Hoeller
90997e65cf
fixed Hibernate Validator import range
13 years ago
Juergen Hoeller
9e375a860a
polishing
13 years ago
Sam Brannen
87dad65ff0
[SPR-8622] Upgraded to JUnit 4.8.2
13 years ago
Sam Brannen
7f715ee803
Fixed minor typo in Javadoc.
13 years ago
Sam Brannen
e16e3a9f60
Fixed source attachments in Eclipse classpath; sorted classpath entries.
13 years ago
Juergen Hoeller
28e6d9a692
added test for month sequence (SPR-7807)
13 years ago
Juergen Hoeller
f6be50eda2
RequiredAnnotationBeanPostProcessor's skip attribute accepts "true" as String value as well (SPR-8617)
13 years ago
Costin Leau
63a217a40a
+ add XML support for cache abstraction (cache-advice) - DRAFT
13 years ago
Chris Beams
a8476d05be
Prune misplaced src directory
13 years ago
Chris Beams
9fce69849a
Move misplaced integration test to proper location
13 years ago
Juergen Hoeller
9b9975f269
ForkJoinPoolFactoryBean etc
13 years ago
Juergen Hoeller
36084c348f
fixed timeout assertion
13 years ago
Juergen Hoeller
20f748865e
polishing
13 years ago
Juergen Hoeller
cce1e2010d
added HttpComponentsHttpInvokerRequestExecutor
13 years ago
Rossen Stoyanchev
152add37d5
SPR-6464 Add getInputFlashMap and getOutputFlashMap methods to RequestContextUtils
13 years ago
Juergen Hoeller
f0db3d0992
polishing
13 years ago
Juergen Hoeller
c564049b23
consistent "connectTimeout" and "readTimeout" properties (SPR-8615)
13 years ago
Juergen Hoeller
4acb0fa284
introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6)
13 years ago
Rossen Stoyanchev
aa46d18125
SPR-6464 FlashMap polish
13 years ago
Rossen Stoyanchev
224bce1b64
SPR-8612 Allow explicit status code in HTTP 1.0 compatibility mode
13 years ago
Rossen Stoyanchev
936c83b030
SPR-6464 Add RedirectModel
13 years ago
Sam Brannen
84ff2b49a6
Polishing Javadoc and suppressing warnings.
13 years ago
Sam Brannen
a94e3785b8
Polishing Javadoc and suppressing warnings.
13 years ago
Rossen Stoyanchev
d746dcaa63
SPR-5628 Use MediaType to parse the content type in HttpPutFormContentFilter
13 years ago
Sam Brannen
9a40021f18
[SPR-8386][SPR-8387] Refined logging regarding detection of default resource locations and default configuration classes.
13 years ago
Sam Brannen
bfbd7def33
Documented recent changes to the TestContext framework in the changelog
13 years ago
Sam Brannen
a298c2dde8
[SPR-8386][SPR-8387] Redesign of DelegatingSmartContextLoader and the SmartContextLoader SPI:
...
- Removed generatesDefaults() and supports() from the SmartContextLoader SPI and modified the DelegatingSmartContextLoader algorithm accordingly.
- DelegatingSmartContextLoader no longer operates on a list of candidate loaders but rather on explicit instances of GenericXmlContextLoader and AnnotationConfigContextLoader.
- Updated Javadoc regarding DelegatingSmartContextLoader as the new default loader.
- Updated and polished Javadoc regarding changes in 3.1.
- Now enforcing @ContextConfiguration's restriction on declaring locations or classes but not both.
13 years ago
Sam Brannen
2d6340af74
Deleting unnecessary TODOs and suppressing warnings.
13 years ago
Juergen Hoeller
03c267e93a
added "connectTimeout" and "readTimeout" properties to SimpleClientHttpRequestFactory (SPR-8614)
13 years ago
Rossen Stoyanchev
45efe6184c
SPR-6464 FlashMap polish
13 years ago
Sam Brannen
367dcf13ce
Suppressing deprecation warnings in MockPageContext.
13 years ago
Juergen Hoeller
49e61d2680
overridden @PersistenceContext annotations on subclass methods are being processed correctly (SPR-8594)
13 years ago
Juergen Hoeller
b9ebdd28fb
polishing
13 years ago
Rossen Stoyanchev
c97257b16f
SPR-6464 Fix minor issue
13 years ago
Rossen Stoyanchev
6f1818a604
SPR-6464 Use the redirect URL and its request parameters (if any), instead of a synthetic key, to match a FlashMap instance to its intended recepient request. This should help to prevent conflicts in most cases transparently. Only if necessary a controller can add extra request parameters to distinguish the request even more uniquely.
13 years ago
Chris Beams
3ead3cf859
Improve wording of scoped-proxy example in ref doc
...
Issue: SPR-8591
13 years ago
David Syer
47f45ff743
SPR-8585: add generic composite filter
13 years ago
David Syer
296099f222
SPR-8592: add SpEL support in <jdbc:/>
13 years ago
David Syer
0c0ab97a84
Switch servlet dependency to a public one
13 years ago
Rossen Stoyanchev
1df0cd9f20
SPR-6464 Drop @FlashAttributes , add ResponseContext, ViewResponse, and RedirectResponse types for annotated controllers to use to prepare a redirect response with flash attributes; Add FlashMap and FlashMapManager and update DispatcherServlet to discover and invoke the FlashMapManager.
13 years ago
Chris Beams
11597c906d
Fix typo in reference documentation
...
Issue: SPR-8579
13 years ago
Juergen Hoeller
b6e82048fc
removed GenericConversionService logging in order to avoid toString side effects (and to avoid isTraceEnabled overhead; SPR-8297)
13 years ago
Chris Beams
6404440cbf
Fix typo in SmartLifecycle Javadoc
...
Issue: SPR-8570
13 years ago
Rossen Stoyanchev
fc4ea16ba0
Replace RequestBodyNotValidException and RequestPartNotValidException with MethodArgumentNotValidException and add MethodParameter information to the exception message.
13 years ago
Rossen Stoyanchev
3c7e44ada4
SPR-8536 When two methods match a request for any content type (i.e. Accept=*/* or no Accept header), choose the one that doesn't define any 'Accept' media types by default. This addresses an important use case where methods serving browsers typically don't specify Accept media types.
13 years ago
Juergen Hoeller
8f23c66512
SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance (SPR-8574)
13 years ago
Chris Beams
272f145132
Clarify Lifecycle#stop documentation
...
Issue: SPR-8570
13 years ago
Juergen Hoeller
8745024969
added getContentAsByteArray() and getContentAsString() methods (SPR-8575); actually implemented forward, include and handlePageException methods
13 years ago