Sam Brannen
468f083ab0
Use proper syntax highlighting for XML examples
2016-01-28 19:00:37 +01:00
Rossen Stoyanchev
2e7470b27f
Allow binding=false on @ModelAttribute
...
Issue: SPR-13402
2016-01-26 23:51:18 -05:00
Rossen Stoyanchev
e62ada898b
Add @RequestAttribute with servlet-based support
...
Issue: SPR-13894
2016-01-26 16:37:50 -05:00
Rossen Stoyanchev
698f923fc3
Add @SessionAttribute with Servlet-based support
...
Issue: SPR-13894
2016-01-26 16:37:44 -05:00
Rossen Stoyanchev
2607a22537
HTTP OPTIONS lists all HTTP methods except TRACE
...
This is in line with the current behavior of HttpServlet that would
have been in used with dispatchOptionsRequest on the DispatcherSerlvet
set to false (the default prior to 4.3).
Issue: SPR-13130
2016-01-25 16:35:23 -05:00
Juergen Hoeller
ebad8db8d5
Clarify environment property precedence rules
...
Issue: SPR-13845
2016-01-25 20:23:25 +01:00
Rossen Stoyanchev
e14f42f386
Update reference for HTTP HEAD and OPTIONS support
...
Issue: SPR-13130
2016-01-25 08:49:04 -05:00
Andy Clement
a12f23936c
Allow use of '&' prefix to access factory bean in SpEL
...
Prior to this change SpEL did not have an syntactic
construct enabling easy access to a FactoryBean. With this
change it is now possible to use &foo in an expression when
the factory bean should be returned.
Issue: SPR-9511
2016-01-21 16:14:16 -08:00
Rossen Stoyanchev
415b2763ce
MockHttpServletRequestBuilder parses form data
...
Spring MVC Test now parses application/x-www-form-urlencoded request
content and populates request parameters from it.
This can be useful when running client-side tests against a MockMvc
via MockMvcClientHttpRequestFactory.
Issue: SPR-13733
2016-01-21 17:26:23 -05:00
Rossen Stoyanchev
1416c2a00e
ContentRequestMatchers asserts request with form data
...
Issue: SPR-13044
2016-01-21 12:42:33 -05:00
Rossen Stoyanchev
952a3170e6
HeaderResultMatchers supports multi-value headers
...
Issue: SPR-10087
2016-01-21 11:19:43 -05:00
Stephane Nicoll
714ae2684c
Support for global separator in JDBC namespace
...
Previously, if a database needs to be initialized with several scripts
and many (or all) use a custom separator, said separator must be repeated
for each script.
This commit introduces a `separator` property at the parent element level
that can be used to customize the default separator. This is available
for both the `initialize-database` and `embedded-database` elements.
Issue: SPR-13792
2016-01-18 16:09:07 +01:00
Stephane Nicoll
a112557dc4
Support SendTo at class-level
...
Issue: SPR-13578
2016-01-16 16:34:02 +01:00
Rossen Stoyanchev
73a794336c
Support @ResponseStatus on controller type level
...
Issue: SPR-13547
2016-01-15 17:15:34 -05:00
Rossen Stoyanchev
4818378c25
Better document client-side tests against MockMvc
...
Issue: SPR-13815
2016-01-14 15:15:07 -05:00
Stephane Nicoll
ee946f6ac6
Fix typo
2016-01-12 15:05:59 +01:00
Kamil Szymanski
fca7c52236
Fix list of supported JCache annotations
...
Closes gh-948
2016-01-05 08:13:06 +00:00
Juergen Hoeller
9bffb9e53f
Refined RequestMappingHandlerMapping bean definition
...
Issue: SPR-13832
2015-12-31 11:44:12 +01:00
holub
9152f20bc1
Update SockJS client code snippet
2015-12-30 10:21:46 +01:00
Juergen Hoeller
826a00a56a
Expect IllegalStateException instead of specific message for @Scheduled proxy mismatch
...
Issue: SPR-13816
2015-12-24 12:38:26 +01:00
Rossen Stoyanchev
bc671f05d6
Fix test warnings
2015-12-22 17:52:56 -05:00
Rossen Stoyanchev
12b73caa84
Add @RestControllerAdvice
...
Issue: SPR-13673
2015-12-22 16:11:34 -05:00
Stephane Nicoll
07fd7b905e
Update What's new section
2015-12-22 14:50:34 +01:00
Stephane Nicoll
66dd880335
Update What's new section
2015-12-22 11:33:26 +01:00
Sylwester Niewczas
adf744cce0
Fix markup in reference section 9.4.2
...
Closes gh-939
2015-12-21 14:55:14 +01:00
Stephane Nicoll
1fc3fc8bf7
Update documentation
...
Issue: SPR-13471
2015-12-21 14:47:50 +01:00
Stephane Nicoll
edd8e2d56d
Update documentation
...
Issue: SPR-12278
2015-12-21 14:23:14 +01:00
Sam Brannen
66562f2589
Require JUnit 4.12 or higher in the TestContext framework
...
Issue: SPR-13275
2015-12-19 18:43:59 +01:00
Stephane Nicoll
3a238a2b61
Polish contribution
...
Closes gh-921
Issue: SPR-13690
2015-12-18 15:47:13 +01:00
Juergen Hoeller
2cfe00ce32
Updated reference documentation from Hibernate 3 to Hibernate 5
...
Issue: SPR-13230
2015-12-18 00:27:19 +01:00
Juergen Hoeller
7f7f24949b
Polishing
2015-12-09 15:13:41 +01:00
Stephane Nicoll
34b596c6bf
Polish cache javadoc
...
Issue: SPR-13746
2015-12-09 11:24:53 +01:00
Juergen Hoeller
3fec802b46
Fixed formatting in AOP documentation
...
Issue: SPR-13750
2015-12-02 13:39:26 +01:00
Juergen Hoeller
998da2f45c
Document destruction callback behavior for inner beans in case of scope mismatch
...
This commit undoes the previous refinement and rather documents the original behavior.
Issue: SPR-13739
2015-11-30 21:57:54 +01:00
Andy Clement
a39867bd8e
Tweak docs concerning method execution pointcut signature
...
Issue: SPR-13512
2015-11-25 16:44:34 -08:00
Juergen Hoeller
17df02d01e
Explicit flush example with JPA EntityManager
...
Issue: SPR-13723
2015-11-25 16:58:17 +01:00
Kazuki Shimizu
66d99f05aa
Add link in jsp tag library
...
Closes gh-926
2015-11-23 09:26:07 +01:00
Oleg Atamanenko
b2c132633f
Remove invalid underscore
...
Closes gh-923
2015-11-17 09:58:08 +00:00
Oleg Atamanenko
a834639ac8
Add quotes around attribute value
...
Closes gh-922
2015-11-17 09:56:46 +00:00
Juergen Hoeller
1cb6069734
Polishing
2015-11-14 23:52:39 +01:00
Rossen Stoyanchev
e707347474
Fix failing tests
2015-11-11 18:02:50 -05:00
Rossen Stoyanchev
b7b8d854d9
Update reference for MediaType constants.
...
Issue: SPR-13531
2015-11-05 21:43:30 -05:00
Rossen Stoyanchev
f0464e8176
Add section on RFD + whitelist yml/properties/csv
...
Issue: SPR-13643
2015-11-05 19:31:29 -05:00
Sebastien Deleuze
09cb286c84
Add MediaType.APPLICATION_JSON_UTF8
...
Add new MediaType.APPLICATION_JSON_UTF8 and
MediaType.APPLICATION_JSON_UTF8_VALUE constants for
"application/json;charset=UTF-8" content type in order to make it
easier to override @RequestMapping "produces" attribute without
losing the default JSON charset (UTF-8).
Issue: SPR-13600
2015-11-03 12:20:39 +01:00
Sebastien Deleuze
62cd6ad526
Add @RequestMapping produces documentation about charset
...
Issue: SPR-13600
2015-11-02 07:48:02 +01:00
Hasan Kara
ff4e48c7a1
Fix typo
...
Closes gh-908
2015-11-01 16:07:56 +01:00
Juergen Hoeller
a778468771
Consistent JSP tag documentation
...
Issue: SPR-13520
2015-10-28 18:31:17 +01:00
Juergen Hoeller
1571829c34
Consistent bracket style in view chapter
2015-10-28 18:28:07 +01:00
Juergen Hoeller
a13a1eb1f1
Reference documentation for ObjectFactory and JSR-330's Provider
...
Issue: SPR-13117
2015-10-28 18:27:18 +01:00
Juergen Hoeller
629e2a0396
Explicit notes on programmatic JNDI lookups in @Bean methods
...
Issue: SPR-8129
2015-10-28 16:06:10 +01:00