Sam Brannen
66562f2589
Require JUnit 4.12 or higher in the TestContext framework
...
Issue: SPR-13275
9 years ago
Stephane Nicoll
3a238a2b61
Polish contribution
...
Closes gh-921
Issue: SPR-13690
9 years ago
Juergen Hoeller
2cfe00ce32
Updated reference documentation from Hibernate 3 to Hibernate 5
...
Issue: SPR-13230
9 years ago
Juergen Hoeller
7f7f24949b
Polishing
9 years ago
Stephane Nicoll
34b596c6bf
Polish cache javadoc
...
Issue: SPR-13746
9 years ago
Juergen Hoeller
3fec802b46
Fixed formatting in AOP documentation
...
Issue: SPR-13750
9 years ago
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
9 years ago
Andy Clement
a39867bd8e
Tweak docs concerning method execution pointcut signature
...
Issue: SPR-13512
9 years ago
Juergen Hoeller
17df02d01e
Explicit flush example with JPA EntityManager
...
Issue: SPR-13723
9 years ago
Kazuki Shimizu
66d99f05aa
Add link in jsp tag library
...
Closes gh-926
9 years ago
Oleg Atamanenko
b2c132633f
Remove invalid underscore
...
Closes gh-923
9 years ago
Oleg Atamanenko
a834639ac8
Add quotes around attribute value
...
Closes gh-922
9 years ago
Juergen Hoeller
1cb6069734
Polishing
9 years ago
Rossen Stoyanchev
e707347474
Fix failing tests
9 years ago
Rossen Stoyanchev
b7b8d854d9
Update reference for MediaType constants.
...
Issue: SPR-13531
9 years ago
Rossen Stoyanchev
f0464e8176
Add section on RFD + whitelist yml/properties/csv
...
Issue: SPR-13643
9 years ago
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
9 years ago
Sebastien Deleuze
62cd6ad526
Add @RequestMapping produces documentation about charset
...
Issue: SPR-13600
9 years ago
Hasan Kara
ff4e48c7a1
Fix typo
...
Closes gh-908
9 years ago
Juergen Hoeller
a778468771
Consistent JSP tag documentation
...
Issue: SPR-13520
9 years ago
Juergen Hoeller
1571829c34
Consistent bracket style in view chapter
9 years ago
Juergen Hoeller
a13a1eb1f1
Reference documentation for ObjectFactory and JSR-330's Provider
...
Issue: SPR-13117
9 years ago
Juergen Hoeller
629e2a0396
Explicit notes on programmatic JNDI lookups in @Bean methods
...
Issue: SPR-8129
9 years ago
Juergen Hoeller
93f77f5d51
Note on multiple @Bean methods for same bean
...
Issue: SPR-13438
9 years ago
Eric Bottard
bd4aa41fda
Fix elvis operator example
...
Closes gh-905
9 years ago
Juergen Hoeller
f6dd7e4df8
Fixed cron trigger example in reference documentation
...
Issue: SPR-10474
9 years ago
Juergen Hoeller
6d369308cc
Improved SessionLocaleResolver documentation
...
Issue: SPR-13505
9 years ago
Juergen Hoeller
bc1dc9a074
Removed outdated XmlBeanFactory references
...
Issue: SPR-13485
9 years ago
Stephane Nicoll
9bed389d1f
Harmonize javadoc urls in developer guide
...
Issue: SPR-13613
9 years ago
Stephane Nicoll
0039c74649
Add a note on JmsListenerEndpointRegistry
...
Issue: SPR-13606
9 years ago
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)
9 years ago
Sam Brannen
a58b685162
Polish formatting in Web MVC chapter
9 years ago
Sam Brannen
e7adc6810b
Fix broken link in Web MVC chapter
9 years ago
Sam Brannen
6a4cc7e681
Fix typos in Web MVC chapter
9 years ago
Sam Brannen
333cfeb6f0
Polish Testing chapter regarding @Commit
9 years ago
Sam Brannen
f5ee13c5da
Fix formatting in the Testing chapter
9 years ago
Juergen Hoeller
6256586047
Polishing
9 years ago
Sam Brannen
26798cc338
Polish testing chapter
9 years ago
Sam Brannen
2f4c0036cb
Dispel myth that Spring MVC Test requires JUnit
...
Issue: SPR-13552
9 years ago
Sam Brannen
2dc4da3d4e
Link to AssertJ instead of Fest in testing chapter
9 years ago
Sam Brannen
faa2f5cc50
Fix formatting in SpEL chapter
9 years ago
Sam Brannen
8d58f66c0f
Fix formatting in SpEL chapter
9 years ago
Juergen Hoeller
d3c539a9ab
Portlet MVC documentation consistently refers to Portlet 2.0 spec (JSR-286)
...
Issue: SPR-13513
9 years ago
Sam Brannen
3dcf8c1712
Simplify legacy JUnit 3.8 based tests in spring-orm
...
This is in preparation for a migration from JUnit 3 to JUnit 4.
Issue: SPR-13514, SPR-13515
9 years ago
Brian Clozel
55db4ae94b
Document that @ResponseStatus overrides redirect views
...
Issue: SPR-13439
9 years ago
Sam Brannen
de2e201a2a
Refer to @Commit instead of @Rollback(false) in the reference manual
9 years ago
Sebastien Deleuze
f3b7e9ff2d
Expose view url to render function in ScriptTemplateView
...
After this change, with Nashorn it is possible to use either
render(template, model) or render(template, model, url).
With JRuby or Jython, specifying the 3 parameters is mandatory.
Issue: SPR-13453
9 years ago
Juergen Hoeller
f2c9838e95
Updated ContentNegotiatingViewResolver example towards ContentNegotiationManager
...
Issue: SPR-13431
9 years ago
Sam Brannen
734aecb15a
Polish "What's New" section in reference manual
9 years ago
Brian Clozel
d3d81c2864
Add MockHttpServletResponse.getDateHeader
...
This change adds a new `getDateHeader` method that converts date header
Strings to long values - making tests more readable.
This feature is also documented in the "what's new section" for 4.2.
9 years ago