nkjackzhang
819e14f91b
Fix typo
...
There is no attribute named `path` in `@RequestParam`, so I change it to
`name`.
Closes gh-1165
2016-09-10 07:49:48 +02:00
nkjackzhang
558a10b54f
Fix typo
...
Closes gh-1158
2016-09-07 09:38:00 +02:00
sylvainlaurent
dc2cafc888
Fix class literal in instanceof
...
Closes gh-1151
2016-09-01 16:23:32 +02:00
Juergen Hoeller
efb5f17a60
Documentation updates around configuration classes
...
(cherry picked from commit aff914c )
2016-09-01 12:52:11 +02:00
Stephane Nicoll
9044706796
Remove reference to PayloadApplicationEvent
...
Issue: SPR-14594
2016-08-19 14:22:52 +02:00
Stephane Nicoll
5f68da3153
Document support for @ManagedBean
...
Issue: SPR-14600
2016-08-19 13:53:07 +02:00
Juergen Hoeller
da56758054
Updated note on CompilationCustomizer and CompilerConfiguration
...
Issue: SPR-14585
2016-08-17 22:31:13 +02:00
Juergen Hoeller
188e5327ee
Removed duplicate NoHandlerFoundException entry
...
Issue: SPR-14598
(cherry picked from commit e9f48a4 )
2016-08-17 21:30:41 +02:00
Juergen Hoeller
fbeff475b3
Consistent support for CompilationCustomizers as well as custom CompilerConfiguration
...
Issue: SPR-14585
(cherry picked from commit 6a0d9d3 )
2016-08-17 17:47:14 +02:00
Stephane Nicoll
411700d7e6
Clarify use of Ehcache
...
Since we have a dedicated section regarding Ehcache that is only
applicable to Ehcache 2.x, this commit clarifies that Ehcache 3.x is
JSR-107 compliant and the JCache support should be used with it
rather than attempting to configure the Ehcache 2.x support.
2016-08-16 14:03:26 +02:00
Stephane Nicoll
b4e9d918f2
Better document #result semantic
...
Commit 240f254 has introduced support for `java.util.Optional` in the
cache abstraction. If such type is present, the contained value is cached
if it is present.
This new feature slightly changed the semantic of `#result` that was
documented up till this commit as the "return value of the method
invocation". This is no longer true as `#result` for `Optional<T>`
refers to the `T` instance and not the `Optional` instance.
This commit clarifies both the javadoc and the documentation.
Issue: SPR-14587
2016-08-16 13:45:46 +02:00
Do Nhu Vy
479a83b628
Fix broken hyperlink
...
Closes gh-1114
2016-07-18 08:17:49 +02:00
Juergen Hoeller
12bff6b3a0
Velocity deprecation note in reference documentation
...
Issue: SPR-14460
2016-07-15 15:44:13 +02:00
fisache
942ead75e2
Polish doc
...
Closes gh-1108
2016-07-14 19:16:20 +02:00
nkjackzhang
453688f6df
Polish doc
...
Closes gh-1110
2016-07-14 11:57:41 +02:00
nkjackzhang
275e51b19d
Polish doc
...
Closes gh-1107
2016-07-12 08:51:35 +02:00
Stephane Nicoll
11cb109114
Upgrade copyright
2016-07-04 12:45:34 +02:00
Juergen Hoeller
c6752e6023
Explicit note on self references
...
Issue: SPR-14402
2016-07-02 14:58:54 +02:00
Stephane Nicoll
716273df47
Polish
...
Closes gh-967
2016-07-01 11:15:32 +02:00
Stephane Nicoll
cac58738c9
Polish
...
Closes gh-1089
2016-07-01 10:58:15 +02:00
nkjackzhang
66fd86be33
Fix typo in asciidoc
...
See gh-1089
2016-07-01 10:47:06 +02:00
Sebastien Deleuze
64628dc8cb
Add CorsFilter documentation
2016-06-28 14:51:09 +02:00
nkjackzhang
5657283071
Fix typo in asciidoc
...
Closes gh-1092
2016-06-28 11:20:50 +02:00
Juergen Hoeller
4102c62734
Fixed ambiguous sentence in conditional cache documentation
...
Issue: SPR-14399
2016-06-26 00:13:53 +02:00
Stephane Nicoll
bcfc09a93c
Document sync attribute of Cacheable
...
Closes gh-14366
2016-06-16 13:14:53 +02:00
Sam Brannen
0815560c85
Migrate to Asciidoctor 1.5 syntax
...
Issue: SPR-14355
2016-06-11 12:51:38 +02:00
Sam Brannen
57ca8f5347
Document TestContext bootstrapping in the reference manual
...
Issue: SPR-11683
2016-06-09 21:50:57 +02:00
Sam Brannen
f0451294de
Improve formatting for test annotations in reference manual
2016-06-09 17:09:15 +02:00
Sam Brannen
53909a5333
Polish key abstractions section for the TCF
2016-06-09 17:09:15 +02:00
Stephane Nicoll
f7dd8e34b3
Polish contribution
...
Closes gh-1073
2016-06-09 10:38:16 +02:00
fisache
4465e4ff6c
Polish doc
...
See gh-1073
2016-06-09 10:35:06 +02:00
Juergen Hoeller
d1d29cf699
Documented support for new library and server generations
2016-06-08 15:23:06 +02:00
Sam Brannen
da051b87e6
Polish documentation for stereotype names
2016-06-08 14:38:58 +02:00
Sam Brannen
c9de6f23ef
Document web scope annotations in the reference manual
...
Issue: SPR-13994
2016-06-08 14:38:58 +02:00
Sam Brannen
99ae7e3bcb
Document web scope annotations in the reference manual
...
Issue: SPR-13994
2016-06-07 20:17:34 +02:00
Sam Brannen
47d77252d3
Document web scope annotations in the reference manual
...
Issue: SPR-13994
2016-06-07 19:07:38 +02:00
Sam Brannen
6804aad06f
Update reference manual regarding supported web scopes
2016-06-07 19:07:38 +02:00
Sam Brannen
01d234f9f3
Use composed @RequestMapping variants in the reference manual
...
Issue: SPR-13995
2016-06-07 18:06:14 +02:00
Sam Brannen
c121f460b1
Document composed @RequestMapping variants in the reference manual
...
Issue: SPR-13995
2016-06-07 17:26:57 +02:00
Sam Brannen
4432da3659
Update testing improvements in "What's New"
2016-06-07 16:32:42 +02:00
Juergen Hoeller
e7561b1d7c
Updated @Autowired documentation in terms of collection/map/array matching
...
Issue: SPR-14332
2016-06-06 17:14:10 +02:00
Kamil Szymanski
5a81727180
MVC docs polishing
2016-06-01 16:58:20 +02:00
Juergen Hoeller
d6284202f1
Reference documentation updates
...
Issue: SPR-14087
Issue: SPR-14272
Issue: SPR-13535
Issue: SPR-13843
Issue: SPR-14164
Issue: SPR-14167
2016-05-30 15:04:57 +02:00
Brian Clozel
250d82768f
Merge pull request #1050 from fj/patch-1
...
Remove potential XSS vulnerability in Freemarker documentation
2016-05-30 09:44:18 +02:00
Stephane Nicoll
917948deac
Polish SpEL documentation
...
Issue: SPR-14243
2016-05-27 10:30:38 +02:00
Rossen Stoyanchev
f4ab6d8d52
MockRestServiceServerBuilder can be re-used
...
Issue: SPR-14306
2016-05-26 09:48:16 -04:00
Rossen Stoyanchev
c2625f968c
Properly handle single-value map with @MatrixVariable
...
Issue: SPR-14294
2016-05-22 09:53:42 -04:00
John Feminella
2367f52aaf
Remove potential XSS attack in Freemarker example
...
Since the user controls the value of `spring.status.value`, you wouldn't want to echo unescaped values here in this form. Otherwise one could submit a value of, say, `"/> <script>alert("pwned")</script>`.
2016-05-05 14:23:14 -04:00
Juergen Hoeller
162aedccbe
Polishing
2016-05-04 17:02:16 +02:00
Sam Brannen
f09c7868d8
Polishing
2016-05-04 16:04:37 +02:00