Marten Deinum
c1da2a4e73
Improve Netty code sample
...
See gh-29622
2 years ago
Sam Brannen
63d841664c
Polish ref docs build
2 years ago
Sam Brannen
9779d25d98
Revise PDF ref docs to include TOC, authors, and legal sections
2 years ago
Sam Brannen
89d0c6b962
Do not refer to HTML ref docs from HTML ref docs
2 years ago
Sam Brannen
20da0835b3
Polish overview for consistency
2 years ago
Johnny Lim
74ec10bf3a
Polish
...
Closes gh-29619
2 years ago
Sam Brannen
61d8774da0
Add missing callout
2 years ago
Sam Brannen
c2b16f1ffb
Fix code example callouts in reference manual
2 years ago
Sam Brannen
6af94dffe5
Add "missing" callout for parity
2 years ago
Sam Brannen
2147175898
Polishing
2 years ago
Yanming Zhou
6d2a25b877
Fix typo in observability documentation
...
Closes gh-29590
2 years ago
Sam Brannen
2847621928
Fix errors in Testing chapter
...
- group code example callouts to ensure callouts are displayed for the
correct examples
- add missing callouts
- fix syntax, annotation attribute names, etc.
2 years ago
Sam Brannen
3afc6a5079
Polish Testing chapter
2 years ago
Brian Clozel
8ce1f14554
Document Observability support in reference docs
...
Closes gh-29524
2 years ago
Brian Clozel
9a3cb628af
Split integration chapter in smaller documents
...
This commit splits the integration chapter of the reference
documentation in smaller documents for easier maintenance.
2 years ago
Brian Clozel
b0a4c5d72c
Fix unrendered titles in websocket section
...
This commit fixes the rendering of titles in the websocket section of
the reference documentation.
Fixes gh-29569
2 years ago
Brian Clozel
8b110c9971
Reinstate checkstyle for reference docs code snippets
...
This commit also ensures that checks are performed before the
application is rendered to get early feedback on errors.
2 years ago
Juergen Hoeller
21d3a7529c
Consistent documentation references to Jakarta WebSocket (2.1)
...
Closes gh-29581
2 years ago
Juergen Hoeller
b7e99fbe30
Additional documentation notes on Java/Kotlin parameter name retention
...
See gh-29563
2 years ago
Juergen Hoeller
8391897a94
Document removal of CommonsMultipartResolver in MVC setup documentation
...
Closes gh-29562
2 years ago
Juergen Hoeller
ed5ab77397
Fix javadoc link in AOP extensibility documentation
...
Closes gh-29554
2 years ago
Juergen Hoeller
459e8a1ea5
Deprecate LocalVariableTableParameterNameDiscoverer completely
...
LocalVariableTableParameterNameDiscoverer is not registered by default anymore now.
Java sources should be compiled with `-parameters` instead (available since Java 8).
Also retaining standard Java parameter names for all of Spring's Kotlin sources now.
Closes gh-29531
2 years ago
André Gasser
b695687e13
Fix some typos in Kotlin WebClient example code
...
Closes gh-29538
2 years ago
Sam Brannen
2112e86795
Revert "Ensure source code in framework-docs is compiled in the build"
...
This reverts commit c45f8b7072
.
2 years ago
David Costanzo
2a2c679f66
Fix a syntax error in an XML listing by adding a missing double-quote
...
Closes gh-29456
2 years ago
Sam Brannen
32a5830543
Ensure code listing callouts are displayed incorrectly in core-beans.adoc
...
Closes gh-29457
2 years ago
Sam Brannen
9378493d83
Polish ref docs
2 years ago
Sam Brannen
da12481ef1
Polish ref docs
...
- stop referring to Java Config as new
- stop referring to Struts 2.x as if it were new
- polish AOT documentation
- etc.
2 years ago
Sam Brannen
c45f8b7072
Ensure source code in framework-docs is compiled in the build
...
This also ensures that the source code can be properly imported into an
IDE.
2 years ago
Sam Brannen
60243dbbac
Polish asciidoc attributes
2 years ago
Sam Brannen
fb1f0eccfb
Reinstate `chapter` asciidoc attribute for Web MVC
2 years ago
Sam Brannen
c0602fd071
Introduce appendix in Testing chapter in the reference manual
...
This commit moves the Annotations and Further Resources sections to the
new Appendix.
See gh-29522
2 years ago
divcon
870e856554
Fix link to WebFlux section in reference manual
...
Closes gh-29525
2 years ago
Sam Brannen
b9656ac6c0
Polishing
2 years ago
Sam Brannen
de441b4751
Remove TODOs in WebFlux ref docs
2 years ago
Sam Brannen
9c3efdec32
Fix broken link to Web MVC Testing section
2 years ago
Brian Clozel
af40a124bb
Disable checkstyle for reference docs code snippets
2 years ago
Brian Clozel
44c583392e
Document RuntimeHints testing strategies
...
Closes gh-29523
2 years ago
Sam Brannen
9249dc3d37
Reorganize and modularize the Testing chapter in the reference manual
...
Closes gh-29522
2 years ago
Sam Brannen
3458f293d4
Polish asciidoc attributes
2 years ago
Stephane Nicoll
45dc1d2602
Fix link to WebFlux section
...
Closes gh-29513
2 years ago
Sébastien Deleuze
ef5796c3a9
Update documentation to mention Java 17+ baseline
...
Closes gh-29514
2 years ago
Sam Brannen
031adfb8ec
Use lambda expression for Callable example in ref docs
2 years ago
Brian Clozel
62bbebd4f4
Polishing
2 years ago
Sam Brannen
ac7d428a62
Work around code example callout bug
...
This commit adds callouts to two sets of Java/Kotlin code examples in
the @ModelAttribute section for Web MVC in order to work around the
"Code example has callout from a different code example" bug.
This also aligns the Web MVC examples with the WebFlux examples.
As a side note, the bug can also be seen in the WebFlux documentation
if the callouts are removed from the first Java/Kotlin examples in the
@ModelAttribute section for WebFlux. Thus it appears to be a general
issue related to examples within a given section of the documentation
when some examples have callouts and others do not, likely due to a bug
in the Javascript that provides this feature.
See gh-29505
2 years ago
Sam Brannen
f6eaa8e63c
Add missing callouts
2 years ago
Sam Brannen
cd27fbe550
Add callouts to Kotlin examples for parity
2 years ago
Sam Brannen
bbfc39efc9
Polishing
2 years ago
Brian Clozel
1a8a69d289
Refactor Asciidoctor attributes in reference docs
...
This commit reorganizes the asciidoctor attributes for the reference
documentation. Instead of being contributed partially by the build and
individual documents, attributes are now shared in common files that are
included in top sections.
2 years ago
Sam Brannen
428539f30d
Polishing
2 years ago