Juergen Hoeller
b0c424b376
Deprecate RxJava 2 in favor of RxJava 3
...
Closes gh-27474
4 years ago
Rossen Stoyanchev
93f8706dd3
Update docs for ControllerAdvice
...
In 5.3 it became possible to handle exceptions from any handler through
ExceptionHandler's in a ControllerAdvice class, but this is not
mentioned in the docs
See gh-22619, gh-27338
4 years ago
Sam Brannen
008aa48d5c
Fix formatting for SQL `IN` clause example in ref docs
...
See gh-27388
4 years ago
Sam Brannen
813dbbce58
Polish contribution
...
See gh-27388
4 years ago
Dmitriy Bogdanov
c46cc666d6
Fix some typos and mistakes in ref docs
...
Closes gh-27388
4 years ago
Radek Crlik
78dd219787
Fix misplaced comma in AOP doc
...
See gh-27387
4 years ago
Grant Fleming
8f33450df2
Fix typo in core-beans.adoc
...
Closes gh-27377
4 years ago
Rossen Stoyanchev
a3655c4858
Add tip related to user destinations in STOMP
...
See gh-26986
4 years ago
Manish
9cf8cca96d
Minor language corrections.
4 years ago
Sam Brannen
310bdbb1b2
Fix error in ApplicationEvents example
4 years ago
Georgi Ushev
e5a5f8b20b
Remove unnecessary brace in websocket documenation
...
Closes gh-#27339
4 years ago
Steve Wei
b120e0b8f4
Fix Kotlin example for filtering handler functions
...
Closes gh-#27337
4 years ago
Sam Brannen
bd72e4498b
Revise and document TimeUnit support in @Scheduled
...
This commit also fixes a bug introduced in commit e99b43b91e , where
java.time.Duration strings were converted to milliseconds and then
converted again using the configured TimeUnit.
See gh-27309
4 years ago
Sam Brannen
3c2dfebf4e
Polish soft assertion support for WebTestClient
...
See gh-26969
4 years ago
Sam Brannen
dd9b99e13d
Introduce ResultActions.andExpectAll() for soft assertions in MockMvc
...
Closes gh-26917
4 years ago
Sam Brannen
7da7a976e6
Document when prepareTestInstance() is invoked by the SpringMethodRule
...
Closes gh-27305
4 years ago
Sam Brannen
161c9dc3bd
Improve @Cacheable documentation regarding java.util.Optional
...
This commit improves the documentation for @Cacheable to point out that
`null` will be stored in the cache for an empty `Optional` return value.
Closes gh-27184
4 years ago
Sam Brannen
9c0825629b
Reintroduce left-hand side navigation in ref docs
...
A side effect of 71995a9087 caused the
dynamic table of contents in the left-hand side navigation to no longer
be displayed, likely due to the missing "details" DIV.
This commit addresses this issue by applying the custom header only to
index.adoc.
Consequently, the TOC is now displayed again on all pages except the
index page, but the customized header is no longer applied to those
pages.
We may revisit this issue if we decide that we want the custom header
on all pages (and not just the index page).
Closes gh-27177
5 years ago
Sam Brannen
e0c0e7f878
Fix typo in ref docs
5 years ago
Arjen Poutsma
bf2790498b
Document ResourceBundle limitations
...
This commit adds a note to the documentation saying that ResourceBundle
does not support multiple bundles with the same base name.
Closes gh-27038
5 years ago
Rossen Stoyanchev
95d7f883ae
Deprecate LastModified
...
See gh-27075
5 years ago
Juergen Hoeller
1ff8da3635
StandardServletMultipartResolver provides strict Servlet compliance option
...
Closes gh-26826
5 years ago
Sviatoslav Hryb
f3f0bd22c5
Fix content negotiation description
5 years ago
Stephane Nicoll
98685e8be7
Fix link to Javadoc API
...
See gh-27151
5 years ago
Hubert Wo
e719bc2cda
Fix link to Javadoc API
...
See gh-27151
5 years ago
Rossen Stoyanchev
39442143b7
Fix and improve docs on {*var} pattern
...
Closes gh-27132
5 years ago
devorio
6427a4b5c0
Fix typo in core-beans.adoc
...
See gh-27113
5 years ago
Sam Brannen
3214786757
Define global Asciidoc attributes once
...
This commit defines the doc-root and api-spring-framework attributes
once in docs.gradle instead of duplicating them in each *.adoc file.
This commit also introduces a new docs-spring-framework global
attribute.
5 years ago
Rossen Stoyanchev
eb964542b4
Add doc-root to index.adoc
...
See gh-27015
5 years ago
Sam Brannen
71995a9087
Introduce custom header for HTML5 ref docs
...
This commit disables the automatic header generation from Asciidoc's
default template and replaces it with a custom header that omits the
"Version" label before the revision number. The revision number is also
displayed in a simple span tag in order to reduce the amount of
vertical space taken by the header.
5 years ago
Rossen Stoyanchev
f9bcb99040
Minor layout refactoring of index asciidoc page
...
Closes gh-27015
5 years ago
Jay Bryant
791134c53c
Link the HTML to the PDF docs and vice-versa
...
See gh-27015
5 years ago
Brian Clozel
c7c35aff42
Fix missing attribute in reference documentation
...
This commit adds the missing `spring-framework-main-code` asciidoctor
attribute in the reference documentation.
Fixes gh-27041
5 years ago
Sébastien Deleuze
5420d7113b
Polish Kotlin reference documentation
5 years ago
Sébastien Deleuze
6251222a23
Remove jackson-module-kotlin warning
...
Closes gh-26962
5 years ago
jbotuck
491d1c4c78
issue-26994 add missing ) to kotlin example
5 years ago
Sam Brannen
da9ee06e05
Improve @Transactional docs regarding method visibility
...
Closes gh-27003
5 years ago
Sviatoslav Hryb
4c28266eb6
Fix @Transactional docs regarding method visibility
...
Closes gh-27001
5 years ago
hunjipo
f45a852aca
Fix typo in code example
...
See gh-26980
5 years ago
Johnny Lim
a2e5d9a14f
Polishing
...
Closes gh-26960
5 years ago
Qimiao Chen
cab20d1202
Fix punctuation in Custom Cache Resolution section of ref docs
...
Closes gh-26938
5 years ago
Rossen Stoyanchev
29790d5bb1
Update docs on how a `@ModelAttribute` is sourced
...
Closes gh-26873
5 years ago
Sviatoslav Hryb
3b247a9c19
Fix MethodMatcher API doc description
...
Closes gh-26893
5 years ago
Sviatoslav Hryb
ae7d5200e5
Fix @Scope documentation in ref docs
...
Closes gh-26773
5 years ago
K
26ed6d8bce
Fix syntax for RequestEntity headers example in ref docs
...
Closes gh-26876
5 years ago
Sam Brannen
8456eaca8e
Polish SpEL selection/projection in ref docs
5 years ago
Sviatoslav Hryb
59015344a7
Fix SpEL selection description in ref docs
...
Closes gh-26852
5 years ago
Sam Brannen
c03162e616
Polishing
...
See gh-26862
5 years ago
Sam Brannen
1dde30a7fd
Fix grammar in ref docs
5 years ago
Sviatoslav Hryb
35196d3c62
Fix aspect autodetection description
...
Closes gh-26862
5 years ago