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.
2021-06-22 18:39:33 +02:00
Rossen Stoyanchev
eb964542b4
Add doc-root to index.adoc
...
See gh-27015
2021-06-21 18:09:53 +01:00
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.
2021-06-21 17:52:18 +02:00
Rossen Stoyanchev
f9bcb99040
Minor layout refactoring of index asciidoc page
...
Closes gh-27015
2021-06-21 16:19:17 +01:00
Jay Bryant
791134c53c
Link the HTML to the PDF docs and vice-versa
...
See gh-27015
2021-06-21 16:19:08 +01:00
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
2021-06-09 09:21:28 +02:00
Sébastien Deleuze
5420d7113b
Polish Kotlin reference documentation
2021-06-08 11:44:03 +02:00
Sébastien Deleuze
6251222a23
Remove jackson-module-kotlin warning
...
Closes gh-26962
2021-06-08 11:44:03 +02:00
jbotuck
491d1c4c78
issue-26994 add missing ) to kotlin example
2021-06-02 12:51:37 +01:00
Sam Brannen
da9ee06e05
Improve @Transactional docs regarding method visibility
...
Closes gh-27003
2021-05-30 17:10:01 +02:00
Sviatoslav Hryb
4c28266eb6
Fix @Transactional docs regarding method visibility
...
Closes gh-27001
2021-05-30 13:48:31 +02:00
hunjipo
f45a852aca
Fix typo in code example
...
See gh-26980
2021-05-27 08:37:44 +02:00
Johnny Lim
a2e5d9a14f
Polishing
...
Closes gh-26960
2021-05-20 15:49:13 +02:00
Qimiao Chen
cab20d1202
Fix punctuation in Custom Cache Resolution section of ref docs
...
Closes gh-26938
2021-05-13 15:30:58 +02:00
Rossen Stoyanchev
29790d5bb1
Update docs on how a @ModelAttribute is sourced
...
Closes gh-26873
2021-05-10 07:19:17 +01:00
Sviatoslav Hryb
3b247a9c19
Fix MethodMatcher API doc description
...
Closes gh-26893
2021-05-05 12:21:46 +02:00
Brian Clozel
85eb589c2e
Fix Gradle Java Toolchain configuration
...
This commit fixes various issues with the configuration of the Gradle
Java toolchain in the build.
First, the configuration of build properties is fixed in the CI pipeline
because it wasn't properly checked.
The JMH plugin is also upgraded and we now configure its toolchain
support.
This commit also rewrites the XJC tasks in the spring-oxm module,
leveraging a Gradle plugin that creates actual compile tasks we can
configure.
See gh-25787
2021-05-03 15:02:09 +02:00
Sviatoslav Hryb
ae7d5200e5
Fix @Scope documentation in ref docs
...
Closes gh-26773
2021-04-29 18:08:54 +02:00
K
26ed6d8bce
Fix syntax for RequestEntity headers example in ref docs
...
Closes gh-26876
2021-04-29 17:34:04 +02:00
Sam Brannen
8456eaca8e
Polish SpEL selection/projection in ref docs
2021-04-28 15:54:39 +02:00
Sviatoslav Hryb
59015344a7
Fix SpEL selection description in ref docs
...
Closes gh-26852
2021-04-28 15:47:16 +02:00
Sam Brannen
c03162e616
Polishing
...
See gh-26862
2021-04-28 15:43:52 +02:00
Sam Brannen
1dde30a7fd
Fix grammar in ref docs
2021-04-28 15:39:21 +02:00
Sviatoslav Hryb
35196d3c62
Fix aspect autodetection description
...
Closes gh-26862
2021-04-28 15:37:59 +02:00
Sviatoslav Hryb
719e7394d6
Fix MessageSource doc description
2021-04-28 11:04:01 +01:00
Stephane Nicoll
e4a5d2aaa5
Fix reference to assets on the default branch in ref doc
...
See gh-26863
2021-04-27 07:18:23 +02:00
Rossen Stoyanchev
b595dc1dfa
Add advice on Spring MVC path matching for 5.3+
...
Closes gh-26750
2021-04-26 17:17:14 +01:00
Sam Brannen
01e50fb60a
Polish SpEL chapter
2021-04-22 18:55:40 +02:00
Sviatoslav Hryb
3bded7659a
Improve documentation for SpEL constructor support
...
Closes gh-26846
2021-04-22 18:33:37 +02:00
Rossen Stoyanchev
d275a4e28d
Asciidoc typo from previous commits
2021-04-21 17:37:06 +01:00
Rossen Stoyanchev
42a23098de
Update docs on Principal controller method arguments
...
Closes gh-26791
2021-04-21 17:28:14 +01:00
Rossen Stoyanchev
d25ae4b02c
Add advice on using exchange from an ExchangeFilterFunction
...
Closes gh-26819
2021-04-21 17:04:10 +01:00
Sam Brannen
5740eaf33e
Polishing
2021-04-21 14:15:27 +02:00
Sviatoslav Hryb
80d46ba80e
Update FactoryBean generic description in ref docs
...
Closes gh-26758
2021-04-21 14:06:43 +02:00
Sviatoslav Hryb
b153b5e53b
Fix Kotlin code formatting for Inline Maps section of ref docs
...
Closes gh-26836
2021-04-21 11:13:00 +02:00
Sviatoslav Hryb
e03fdeaf8b
Improve ref docs regarding @Bean method visibility constraints
...
Closes gh-26797
2021-04-20 19:08:27 +02:00
Sviatoslav Hryb
0286549466
Fix formatting for PersonValidator Kotlin example in ref docs
...
Closes gh-26832
2021-04-20 18:59:50 +02:00
Sam Brannen
5d297c6387
Polishing
2021-04-16 11:44:48 +02:00
Sviatoslav Hryb
320f5836b4
Fix LocaleEditor description & formatting in reference manual
...
Closes gh-26816
2021-04-16 11:39:45 +02:00
Sviatoslav Hryb
af06b80bdf
Update FormatterRegistry interface in reference manual
...
Closes gh-26812
2021-04-15 18:45:13 +02:00
Sam Brannen
5b1ab31559
Polishing
2021-04-15 11:17:04 +02:00
Sviatoslav Hryb
bf05da1f8c
Remove unnecessary semicolon in BeanInfo example
...
Closes gh-26806
2021-04-15 11:10:15 +02:00
Juergen Hoeller
c7989c78c8
Polishing
2021-04-13 12:26:31 +02:00
Sam Brannen
bcc6171a72
Polish contribution
...
See gh-26785
2021-04-13 11:21:56 +02:00
Sviatoslav Hryb
a80c5fcfaf
Improve @EventListener documentation in reference manual
...
Closes gh-26785
2021-04-13 11:17:09 +02:00
Sviatoslav Hryb
f7606ba51b
Update ref docs regarding RequiredAnnotationBPP registration
...
The RequiredAnnotationBeanPostProcessor is no longer automatically
registered via XML namespace elements.
Closes gh-26783
2021-04-09 16:59:48 +02:00
Sam Brannen
0f54585f05
Polish contribution
...
See gh-26782
2021-04-09 16:54:49 +02:00
Sviatoslav Hryb
35ea33e13a
Update documentation for <context:annotation-config/>
...
Closes gh-26782
2021-04-09 16:32:17 +02:00
nara
2dc203ffdc
Polish web docs example
2021-03-29 11:40:56 +01:00
Rossen Stoyanchev
4982b5fcb9
Improve docs on SSE tests for Spring MVC
...
Closes gh-26687
2021-03-16 17:55:43 +00:00