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
Juergen Hoeller
93f77f5d51
Note on multiple @Bean methods for same bean
...
Issue: SPR-13438
2015-10-28 15:38:31 +01:00
Eric Bottard
bd4aa41fda
Fix elvis operator example
...
Closes gh-905
2015-10-28 15:35:45 +01:00
Juergen Hoeller
f6dd7e4df8
Fixed cron trigger example in reference documentation
...
Issue: SPR-10474
2015-10-28 14:30:26 +01:00
Juergen Hoeller
6d369308cc
Improved SessionLocaleResolver documentation
...
Issue: SPR-13505
2015-10-28 14:30:08 +01:00
Juergen Hoeller
bc1dc9a074
Removed outdated XmlBeanFactory references
...
Issue: SPR-13485
2015-10-28 14:29:48 +01:00
Stephane Nicoll
9bed389d1f
Harmonize javadoc urls in developer guide
...
Issue: SPR-13613
2015-10-27 14:31:00 +01:00
Stephane Nicoll
0039c74649
Add a note on JmsListenerEndpointRegistry
...
Issue: SPR-13606
2015-10-25 09:18:39 +01:00
Kazuki Shimizu
64790903e9
Add description for two exceptions which handled by DefaultHandlerExceptionResolver in reference document
...
* MissingPathVariableException (Available since 4.2)
* NoHandlerFoundException (Available since 4.0)
2015-10-19 17:00:33 -04:00
Sam Brannen
a58b685162
Polish formatting in Web MVC chapter
2015-10-16 16:33:13 +02:00
Sam Brannen
e7adc6810b
Fix broken link in Web MVC chapter
2015-10-16 16:32:30 +02:00
Sam Brannen
6a4cc7e681
Fix typos in Web MVC chapter
2015-10-16 16:31:54 +02:00
Sam Brannen
333cfeb6f0
Polish Testing chapter regarding @Commit
2015-10-16 16:08:42 +02:00
Sam Brannen
f5ee13c5da
Fix formatting in the Testing chapter
2015-10-16 01:48:04 +03:00
Juergen Hoeller
6256586047
Polishing
2015-10-12 18:12:31 +02:00
Sam Brannen
26798cc338
Polish testing chapter
2015-10-08 16:57:31 +02:00
Sam Brannen
2f4c0036cb
Dispel myth that Spring MVC Test requires JUnit
...
Issue: SPR-13552
2015-10-08 16:56:31 +02:00
Sam Brannen
2dc4da3d4e
Link to AssertJ instead of Fest in testing chapter
2015-09-30 22:06:07 +02:00
Sam Brannen
faa2f5cc50
Fix formatting in SpEL chapter
2015-09-28 22:44:31 +02:00
Sam Brannen
8d58f66c0f
Fix formatting in SpEL chapter
2015-09-28 22:23:12 +02:00