Sebastien Deleuze
338a18ef99
Polish Web Improvements section
11 years ago
Sebastien Deleuze
b439402d57
Add CORS section to the ref doc
11 years ago
Sebastien Deleuze
e0d0fc53a9
Update new features section in the reference doc
11 years ago
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
11 years ago
Brian Clozel
5b47504dd4
Document XsltView in reference doc
...
And delete all references to the deprecated AbstractXsltView.
Issue: SPR-6599
11 years ago
youmoo
8d06b06a9b
Fix BeanWrapperImpl example code in ref. manual
11 years ago
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
11 years ago
Brian Clozel
e72b821a73
Mention WebJarsResourceResolver in ref doc
...
Issue: SPR-12323
11 years ago
youmoo
2fe6dddbf3
fix typo
11 years ago
Stephane Nicoll
d32216a047
Add reference to Order for event listeners
11 years ago
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
11 years ago
Stephane Nicoll
04a7ed5f91
Update release note for @JmsListeners
11 years ago
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
11 years ago
Sam Brannen
e134e3e51b
Fix formatting issues in the testing chapter
11 years ago
Sam Brannen
6c530b7bfb
Delete trailing whitespace in XML files
11 years ago
Sam Brannen
7c09c2d562
Update "what's new" re: @ActiveProfiles ordering
11 years ago
Sam Brannen
0e00f5bbaa
Update "what's new" re: synthesizing maps into annotations
11 years ago
Sam Brannen
b65c277fc6
Update list of annotations using @AliasFor
11 years ago
Stephane Nicoll
be4329545a
Update doc for JmsResponse
...
Issue: SPR-13133
11 years ago
Stephane Nicoll
95acf8c989
Remove references to codehaus.org
...
Issue: SPR-13129
11 years ago
Stephane Nicoll
aed523c112
Upgrade reference to castor website
...
Issue: SPR-12991
11 years ago
Stephane Nicoll
c111ea89cf
Add reference to AutoCloseable and Closeable
...
Issue: SPR-13041
11 years ago
Stephane Nicoll
06a0dfa682
Update ApplicationEvent doc for generics event
...
Issue: SPR-13069
11 years ago
Juergen Hoeller
4eea675c15
Stronger warning about lookup methods not working with @Bean
...
Issue: SPR-13108
11 years ago
Juergen Hoeller
a7aaf313d7
Updated CGLIB AOP proxy note on constructor invocations
...
Issue: SPR-13103
11 years ago
Stephane Nicoll
d6056182aa
Polish ConditionalGenericConverter documentation
...
Issue: SPR-13071
11 years ago
Juergen Hoeller
d7a361315f
Added further core features to 4.2 section
11 years ago
Sam Brannen
57e765f9ca
Document annotation improvements & @AliasFor in new-in-4.2
11 years ago
Sam Brannen
9983add0f5
Polish new-in-4.2 section
11 years ago
Sam Brannen
347264e4d9
Add "Testing Improvements" to new-in-4.2 section
11 years ago
Sam Brannen
3a2da3f701
Polish and reorganize new-in-4.2 section
11 years ago
Stephane Nicoll
5a3eea8adb
Update what's new section
11 years ago
Rossen Stoyanchev
af67bd944b
Add 4.2 section to the reference
11 years ago
Rossen Stoyanchev
d686f615f6
Fix typo in reference
...
Issue: SPR-13043
11 years ago
Stephane Nicoll
0b84f137cc
Document application event improvements
...
Issue: SPR-12702
11 years ago
Juergen Hoeller
e6f99ffe37
Explicit documentation on defaulting for 'autowire' and 'lazy-init'
...
Issue: SPR-13038
11 years ago
Juergen Hoeller
dc39e3565c
Doc example for custom Formatter as alternative to PropertyEditor in @InitBinder method
...
Issue: SPR-7773
11 years ago
Kazuki Shimizu
7926dea352
Modify to use the ConfigurableApplicationContext in reference document
...
Issue: SPR-13000
11 years ago
Rossen Stoyanchev
2b528bb643
Improve and update docs on MvcUriComponentsBuilder
...
Issue: SPR-12617
11 years ago
Sam Brannen
a89c0ecf5d
Fix broken cross-references in reference manual
11 years ago
Sebastien Deleuze
2b2186781b
Fix JSON Views code sample in the documentation
...
Issue: SPR-12994
11 years ago
Kazuki Shimizu
edc66d76af
Improve description of DefaultLobHandler in reference manual
...
Issue: SPR-12985
11 years ago
Sam Brannen
2015781ea1
Rename duplicate EnvironmentIntegrationTests to EnvironmentSystemIntegrationTests
11 years ago
Kazuki Shimizu
702fb08dd5
Modify typo in reference document
...
* AccountServletEndpoint -> AccountServiceEndpoint
Issue: SPR-12993
11 years ago
Kazuki Shimizu
e3bd728088
Remove the RemoteAccountService
...
Issue: SPR-12992
11 years ago
Kazuki Shimizu
fc415a28e7
Modify to disply the image of oxm exceptions hierarchy
...
Issue: SPR-12990
11 years ago
Kazuki Shimizu
7fdd3f39d6
JpaDialect description replace to EclipseLink from Toplink
...
Issue: SPR-12988
11 years ago
Kazuki Shimizu
91ac6fc716
Remove descriptions of classic ORM API(JDO/JPA)
...
Issue: SPR-12987
11 years ago
Kazuki Shimizu
9dc64244b5
Change to the BeanPropertyRowMapper from the ParameterizedBeanPropertyRowMapper
...
Issues: SPR-12980
11 years ago
Kazuki Shimizu
9fe2f4f9dd
Fixes bad grammar in reference document
...
Issue: SPR-12981
11 years ago