Sam Brannen
e65366012d
[SPR-8401] Added documentation for @ActiveProfiles in the "Annotations" section.
13 years ago
Sam Brannen
f0ded6a91f
[SPR-8401] Added missing TransferServiceConfig code listing.
13 years ago
Sam Brannen
dc95e49c27
[SPR-8240][SPR-8401] formatting and polishing.
13 years ago
Sam Brannen
027c25d823
[SPR-8401] Documented TestContext support for @ActiveProfiles in the reference manual.
13 years ago
Chris Beams
739775ca19
Introduce @EnableAspectJAutoProxy
...
Issue: SPR-8138
13 years ago
Chris Beams
b08a6d32a4
Polish "What's new in Spring 3.1" re @Enable*
13 years ago
Chris Beams
5876307997
Update "What's new in Spring 3.1" re Hibernate 4.x
13 years ago
Sam Brannen
60fb3efc2b
[SPR-8240] Added new "Mixing XML resources and @Configuration classes" section to the testing chapter.
13 years ago
Sam Brannen
6248135a4f
[SPR-8240] Updating the "new in 3.1" chapter regarding new testing support; polishing the TestContext Framework section of the reference manual.
13 years ago
Costin Leau
e493887f45
+ update cache docs whitespace for better rendering
13 years ago
Costin Leau
e6d9b6308e
some cache doc updates
13 years ago
Sam Brannen
1317b821b9
[SPR-7724] Example email addresses in the reference manual now use example.org as the domain name.
13 years ago
Sam Brannen
ae1205a56c
[SPR-8240] polishing
13 years ago
Sam Brannen
5e1d6b9a1b
[SPR-8240] polishing
13 years ago
Sam Brannen
3f5135d809
consistent title-case for 1st and 2nd level sections
13 years ago
Sam Brannen
0b2592a70a
[SPR-8240] polishing
13 years ago
Sam Brannen
5db7cca9a7
[SPR-8240] polishing the "Context management and caching" section of the reference manual and related Javadoc.
13 years ago
Sam Brannen
1bb5b21881
[SPR-8240] Introduced new "Context management with @Configuration classes" section; fleshing out sections on context configuration inheritance and context caching.
13 years ago
Sam Brannen
713017aedc
polishing and formatting
13 years ago
Sam Brannen
2608744479
fixed numerous typos and formatting
13 years ago
Sam Brannen
b38d022b84
Fixed broken link to non-existent mvc-multipart-resolver ID.
13 years ago
Sam Brannen
a4953e7c22
[SPR-8240] Restructuring the "Context management and caching" section.
13 years ago
Sam Brannen
bc6927e601
[SPR-8240] Documented ContextLoaders in the testing chapter.
13 years ago
Sam Brannen
e7ce297cf3
[SPR-8240] Restructuring annotation content.
13 years ago
Sam Brannen
ac4cd8c37b
[SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual; and polishing the testing content in general.
13 years ago
Sam Brannen
15f217c274
[SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual.
13 years ago
Rossen Stoyanchev
b08c7f6e00
SPR-6801 @ModelAttribute instantiation refinement.
...
Instantiate the model attribute from a URI var or a request param only
if the name matches and there is a registered Converter<String, ?>.
13 years ago
Sam Brannen
8b8be39d9f
polishing
13 years ago
Rossen Stoyanchev
71cc38aaff
SPR-6464 Update reference doc with FlashMap and RedirectAttributes information.
13 years ago
Chris Beams
49b38190ee
Fix typo in cache abstraction reference doc
...
Issue: SPR-8670
13 years ago
Costin Leau
ce70c985b4
+ add documentation on declarative XML
13 years ago
Sam Brannen
1de71c6e37
[SPR-8222] Upgraded to JUnit 4.9.
13 years ago
Sam Brannen
2fc78fb8fd
[SPR-8240] cleaned up and formatted the testing chapter.
13 years ago
Sam Brannen
7908d05c71
[SPR-8627] Deprecated @ExpectedException .
...
[SPR-8240] cleaned up and formatted the testing chapter.
13 years ago
Chris Beams
bd7fd57ad2
Fix cache ref doc typo: Eh{c=>C}acheCacheManager
...
Issue: SPR-8632, SPR-8635
13 years ago
Chris Beams
3ead3cf859
Improve wording of scoped-proxy example in ref doc
...
Issue: SPR-8591
13 years ago
Chris Beams
11597c906d
Fix typo in reference documentation
...
Issue: SPR-8579
13 years ago
Rossen Stoyanchev
9347ac358c
SPR-8540 Minor Freemarker import related documentation fix
13 years ago
Rossen Stoyanchev
f4b7cfea38
SPR-8483 Update reference documentation with multipart request-related changes: @RequestPart , Servlet 3.0 multipart reuqests, javax.servlet.http.Part method argument types.
14 years ago
Rossen Stoyanchev
2cf2fc195e
SPR-5628 Add HttpPutFormContentFilter in order to make form encoded data available via ServletRequest.getParameter*()
14 years ago
Michael Isvy
02362f4347
SPR-7858
...
Updating references to @Resource usage
14 years ago
David Syer
f800a026cb
Fix typo in MVC docs
14 years ago
Chris Beams
a2a98efa13
Remove references to 'bold' text in reference docs
...
<emphasis role="bold"> blocks do not render properly, probably due to
conflicting CSS used for syntax highlighting. For the moment, any
mentions of bold text (e.g. "see bold text in the snippet below") have
been removed to avoid confusion as reported in SPR-8520. SPR-8526 has
been created to address the underlying issue of getting bold to work
even with syntax highlighting.
Issue: SPR-8520, SPR-8526
14 years ago
Sam Brannen
c3f9e845e0
[SPR-7858] polishing formatting, grammar, etc.
14 years ago
Michael Isvy
4aeaaa083f
SPR-7858
...
removed references to JSR 330 since there is now a dedicated JSR 330 section inside beans-standard-annotations.xml
14 years ago
Michael Isvy
a590318b3c
SPR-7858
...
removed reference to JSR 330's @Named since there is now a dedicated JSR 330 section inside beans-standard-annotations.xml
14 years ago
Michael Isvy
1bd75e5af8
SPR-7858
...
minor wording change
14 years ago
Michael Isvy
cf348f206f
SPR-7858
...
removed reference to @Provider
14 years ago
Costin Leau
26dbfba6c0
SPR-8477
...
+ add no-op cache implementations suitable for cache declarations w/o a backing store
14 years ago
Rossen Stoyanchev
3a87d8e7cb
SPR-8483 Add support for @RequestPart annotated method parameters
14 years ago