Sam Brannen
7c94c699df
Use annotation attribute aliases in examples
...
This commit updates examples in the reference manual to use annotation
attribute aliases.
2015-06-29 17:21:29 +02:00
Sam Brannen
595f9bfc41
Polish attribute alias examples in "what's new"
2015-06-29 17:07:48 +02:00
Sam Brannen
110ccaa721
Use annotation attribute aliases in examples
...
This commit updates examples in the reference manual to use annotation
attribute aliases.
2015-06-29 16:54:45 +02:00
Sam Brannen
a7d8103d64
Polish CORS documentation in the reference manual
2015-06-29 16:54:44 +02:00
Sebastien Deleuze
338a18ef99
Polish Web Improvements section
2015-06-29 16:37:58 +02:00
Sebastien Deleuze
b439402d57
Add CORS section to the ref doc
2015-06-29 16:02:58 +02:00
Sebastien Deleuze
e0d0fc53a9
Update new features section in the reference doc
2015-06-29 11:31:10 +02:00
Sam Brannen
693dcba867
Introduce LoggingResultHandler in Spring MVC Test
...
Prior to this commit, the Spring MVC Test framework only provided
support for printing debug information about the MvcResult to STDOUT.
This commit introduces support for logging `MvcResult` details at
`DEBUG` level via the Apache Commons Logging API. In addition, this
commit introduces additional `print(..)` variants for printing debug
information to custom output streams and writers.
Specifically, `MockMvcResultHandlers` has been augmented with the
following new static methods:
- `log()`
- `print(OutputStream)`
- `print(Writer)`
Issue: SPR-13171
2015-06-27 21:53:19 +02:00
Brian Clozel
5b47504dd4
Document XsltView in reference doc
...
And delete all references to the deprecated AbstractXsltView.
Issue: SPR-6599
2015-06-26 18:51:15 +02:00
youmoo
8d06b06a9b
Fix BeanWrapperImpl example code in ref. manual
2015-06-26 15:49:03 +02:00
Brian Clozel
776716087c
Merge pull request #827 from Youmoo/Youmoo-patch-1
...
fix typo in reference documentation
2015-06-26 11:59:14 +02:00
Brian Clozel
ba48d6489f
Mention Groovy Markup Templates in ref doc
...
Add a section on Groovy Markup Template support and
reorder sections in the View Technologies chapter, to have in order:
* Thymeleaf
* Groovy Markup Template
* Velocity and Freemarker
* JSPs
* Script Templates
* other views...
Issue: SPR-12829
2015-06-26 10:14:30 +02:00
Brian Clozel
e72b821a73
Mention WebJarsResourceResolver in ref doc
...
Issue: SPR-12323
2015-06-26 10:14:30 +02:00
youmoo
2fe6dddbf3
fix typo
2015-06-26 16:04:14 +08:00
Stephane Nicoll
d32216a047
Add reference to Order for event listeners
2015-06-24 15:29:07 +02:00
Sam Brannen
10a691bd51
Support inlined SQL statements in @Sql
...
Prior to this commit, it was only possible to declare SQL statements
via @Sql within external script resources (i.e., classpath or file
system resources); however, many developers have inquired about the
ability to inline SQL statements with @Sql analogous to the support for
inlined properties in @TestPropertySource.
This commit introduces support for declaring _inlined SQL statements_
in `@Sql` via a new `statements` attribute. Inlined statements are
executed after statements in scripts.
Issue: SPR-13159
2015-06-23 20:45:00 +02:00
Stephane Nicoll
04a7ed5f91
Update release note for @JmsListeners
2015-06-22 13:13:16 +02:00
Stephane Nicoll
4631add6cf
Add support for repeatable JmsListener
...
Previously, a method could only declare one Jms endpoint so if several
destinations share the exact same business logic, you'd still need one
separate method declaration per destination.
We now make sure that JmsListener is a repeatable annotation, introducing
JmsListeners for pre Java8 use cases.
Issue: SPR-13147
2015-06-22 13:01:42 +02:00
Sam Brannen
e134e3e51b
Fix formatting issues in the testing chapter
2015-06-21 16:25:00 +02:00
Sam Brannen
6c530b7bfb
Delete trailing whitespace in XML files
2015-06-19 17:14:10 +02:00
Sam Brannen
7c09c2d562
Update "what's new" re: @ActiveProfiles ordering
2015-06-17 21:41:08 +01:00
Sam Brannen
0e00f5bbaa
Update "what's new" re: synthesizing maps into annotations
2015-06-17 21:36:13 +01:00
Sam Brannen
b65c277fc6
Update list of annotations using @AliasFor
2015-06-17 21:30:02 +01:00
Stephane Nicoll
be4329545a
Update doc for JmsResponse
...
Issue: SPR-13133
2015-06-17 17:43:27 +02:00
Stephane Nicoll
95acf8c989
Remove references to codehaus.org
...
Issue: SPR-13129
2015-06-15 15:44:29 +02:00
Stephane Nicoll
aed523c112
Upgrade reference to castor website
...
Issue: SPR-12991
2015-06-15 15:17:32 +02:00
Stephane Nicoll
c111ea89cf
Add reference to AutoCloseable and Closeable
...
Issue: SPR-13041
2015-06-15 15:10:43 +02:00
Stephane Nicoll
06a0dfa682
Update ApplicationEvent doc for generics event
...
Issue: SPR-13069
2015-06-15 14:37:44 +02:00
Juergen Hoeller
4eea675c15
Stronger warning about lookup methods not working with @Bean
...
Issue: SPR-13108
2015-06-11 09:58:10 +02:00
Juergen Hoeller
a7aaf313d7
Updated CGLIB AOP proxy note on constructor invocations
...
Issue: SPR-13103
2015-06-08 18:12:58 +02:00
Stephane Nicoll
d6056182aa
Polish ConditionalGenericConverter documentation
...
Issue: SPR-13071
2015-06-03 10:31:55 +02:00
Juergen Hoeller
d7a361315f
Added further core features to 4.2 section
2015-05-22 23:50:22 +02:00
Sam Brannen
57e765f9ca
Document annotation improvements & @AliasFor in new-in-4.2
2015-05-22 23:46:28 +02:00
Sam Brannen
9983add0f5
Polish new-in-4.2 section
2015-05-22 23:01:28 +02:00
Sam Brannen
347264e4d9
Add "Testing Improvements" to new-in-4.2 section
2015-05-22 22:53:31 +02:00
Sam Brannen
3a2da3f701
Polish and reorganize new-in-4.2 section
2015-05-22 17:54:10 +02:00
Stephane Nicoll
5a3eea8adb
Update what's new section
2015-05-22 16:54:14 +02:00
Rossen Stoyanchev
af67bd944b
Add 4.2 section to the reference
2015-05-20 16:43:01 -04:00
Rossen Stoyanchev
d686f615f6
Fix typo in reference
...
Issue: SPR-13043
2015-05-18 15:24:21 -04:00
Stephane Nicoll
0b84f137cc
Document application event improvements
...
Issue: SPR-12702
2015-05-18 16:47:48 +02:00
Juergen Hoeller
e6f99ffe37
Explicit documentation on defaulting for 'autowire' and 'lazy-init'
...
Issue: SPR-13038
2015-05-18 16:19:45 +02:00
Juergen Hoeller
dc39e3565c
Doc example for custom Formatter as alternative to PropertyEditor in @InitBinder method
...
Issue: SPR-7773
2015-05-13 15:47:45 +02:00
Kazuki Shimizu
7926dea352
Modify to use the ConfigurableApplicationContext in reference document
...
Issue: SPR-13000
2015-05-09 10:25:06 +09:00
Rossen Stoyanchev
2b528bb643
Improve and update docs on MvcUriComponentsBuilder
...
Issue: SPR-12617
2015-05-07 10:43:57 -04:00
Sam Brannen
a89c0ecf5d
Fix broken cross-references in reference manual
2015-05-07 14:21:40 +02:00
Sebastien Deleuze
2b2186781b
Fix JSON Views code sample in the documentation
...
Issue: SPR-12994
2015-05-07 10:23:01 +02:00
Kazuki Shimizu
edc66d76af
Improve description of DefaultLobHandler in reference manual
...
Issue: SPR-12985
2015-05-06 19:40:12 +02:00
Sam Brannen
250aef81e4
Merge pull request #791 from kazuki43zoo/SPR-12990
...
Ensure image of OXM exceptions hierarchy is displayed in reference manual
Issue: SPR-12990
2015-05-06 19:03:20 +02:00
Sam Brannen
2015781ea1
Rename duplicate EnvironmentIntegrationTests to EnvironmentSystemIntegrationTests
2015-05-06 15:55:20 +02:00
Sam Brannen
61bfb5a2e7
Merge pull request #789 from kazuki43zoo/SPR-12987
...
Remove discussion of classic ORM APIs (JDO/JPA) from reference manual
2015-05-06 14:04:47 +02:00