Sam Brannen
ac0363c94e
Document @DynamicPropertySource support in the reference manual
...
Closes gh-24540
2020-03-23 20:43:38 +01:00
Sam Brannen
a90716522c
Include Testcontainers in Further Resources section
2020-03-23 20:05:58 +01:00
Juergen Hoeller
bb1699a9d3
Revise documentation for autowiring with annotated constructors
...
Closes gh-24711
2020-03-23 18:01:30 +01:00
Sam Brannen
5be0db9259
Consistently refer to t_actor table
2020-03-22 20:32:45 +01:00
Sam Brannen
b52136dfa5
Revert renaming of local variable
...
This commit fixes the example by reverting the renaming of the local
Actor variable to avoid a conflict with a same-named variable already
in the current scope.
See gh-24398
2020-03-22 20:28:59 +01:00
Sam Brannen
edb5e73d48
Update Kotlin example based on feedback from @lnhrdt
...
See gh-24398
2020-03-18 15:34:27 +01:00
Sam Brannen
14f5032e97
Update Kotlin example
...
See gh-gh-24398
2020-03-17 19:22:26 +01:00
Sam Brannen
7dea2686b8
Polish contribution
...
See gh-24398
2020-03-17 15:06:10 +01:00
maxxedev
9b827283f1
Use more lambda expressions in data-access code examples
...
Closes gh-24398
2020-03-17 15:06:03 +01:00
Sviatoslav Hryb
018ba92214
Fix formatting in AOP examples in documentation
2020-03-09 14:44:41 +00:00
Sviatoslav Hryb
f5195887c9
Fix ampersands in AOP examples in documentation
2020-03-09 13:27:55 +00:00
Qimiao Chen
7ce22e2f3a
Update IntroductionInfo example in reference manual
...
Closes gh-24650
2020-03-06 12:34:00 +01:00
Rossen Stoyanchev
e1b0296f9e
Polishing contribution
...
See gh-24589
2020-03-03 15:38:47 +00:00
陈其苗
771fbde951
Fix URL to Spring Tool Suite
...
See gh-24589
2020-03-03 15:38:47 +00:00
Yoo In Keun
e706fcba1f
Fix typo in testing.adoc
...
Closes gh-24627
2020-03-02 16:25:28 +01:00
Sviatoslav Hryb
60fd95a354
Fix formatting for pointcut expression examples in documentation
...
Closes gh-24621
2020-03-02 13:42:09 +01:00
Andreas Volkmann
b30f9a1308
Fix typo in core-aop.adoc
...
Closes gh-24602
2020-02-26 18:33:25 +00:00
Florian Berger
d4de3396f7
Fix typo about URI Encoding in docs
...
Closes gh-24603
2020-02-26 18:28:52 +00:00
wonwoo
5c2d65b8ef
Fix typo in reference manual
...
Closes gh-24597
2020-02-26 14:34:25 +01:00
Qimiao Chen
8cf70fe509
Improve documentation for @Autowired/@Value in @Configuration classes
...
Closes gh-24585
2020-02-25 11:01:19 +01:00
Rossen Stoyanchev
7e402ba4fe
Improve docs on date and time formatting
...
Closes gh-24370
2020-02-24 19:05:09 +00:00
Qimiao Chen
1de2e0a4a7
Fix formatting in webflux-webclient.adoc
...
Closes gh-24578
2020-02-24 15:00:11 +01:00
Rossen Stoyanchev
96e77d417b
Update WebFlux section on HTTP/2
...
Closes gh-24558
2020-02-20 16:28:22 +00:00
Sviatoslav Hryb
2ad4602ca0
Correct Ant-style Patterns example in documentation
...
Closes gh-24552
2020-02-19 10:51:16 +01:00
Rossen Stoyanchev
df1145b797
Correct documentation error in section on BeanWrapper
...
Closes gh-24510
2020-02-18 09:44:04 +00:00
Sviatoslav Hryb
9e7ab4d308
Correct formatting of MessageSource example in documentation
...
Closes gh-24531
2020-02-17 15:25:17 +01:00
Rossen Stoyanchev
e35d3b8bb5
Update advice on RestTemplate
...
Closes gh-24503
2020-02-11 14:02:50 +00:00
Andy Wilkinson
02e90a8645
Upgrade to Spring Asciidoctor Extensions 0.4.0.RELEASE
...
0.4.0 provides built-in support for remembering a user's selections
using local storage. This replaces the custom switch language
JavaScript.
The selection is stored using a key derived from the
options that were available. Concretely, when the options are Java or
Kotlin, the local storage key is java-kotlin. Similarly, if the
choices were Java, Kotlin, and XML, the key would be java-kotlin-xml.
Given local storage's domain and protocol scoping, the nature of the
key that's used for storage will allow a user's selections to be
applied across all documentation hosted on https://docs.spring.io that
offer the same options.
Closes gh-24481
2020-02-07 12:16:02 +01:00
Christoph Dreis
15b651cdfe
Polish documentation format
...
See gh-24460
2020-01-31 08:55:52 +01:00
Sam Brannen
2c86d6ded2
Polishing
2020-01-28 10:50:15 +01:00
Sviatoslav
eeaae16b17
Remove dated mention of "local" bean attribute
...
Closes gh-24430
2020-01-27 17:47:48 +00:00
Anton
c1218615df
Update integration.adoc
...
Fix typo
2020-01-27 16:21:16 +00:00
Rob Winch
ab70acb325
Fix Additional Asciidoctor Warnings
...
Fix "unknown style for example block: INFO"
Issue gh-24427
2020-01-24 09:29:13 -06:00
Sam Brannen
75a1395226
Link to BeanShell homepage
2020-01-24 16:20:02 +01:00
Rob Winch
754a8ca05a
Fix Asciidoctor Warnings
...
- Fix "possible invalid reference" errors
- Add <filename>.adoc where necessary
- Remove invalid link to beans-servicelocator This section no longer exists
- Fix "skipping reference to missing attribute" errors
- Add pass macro to escape literals interpreted as attributes
- Add missing :api-spring-framework: attribute
- Remove invalid {JB} attribute
Closes gh-24427
2020-01-24 09:14:07 -06:00
Juergen Hoeller
60c7af3625
Mention HikariCP next to DBCP and C3P0 in connection pool notes
...
Closes gh-24405
2020-01-24 14:54:02 +01:00
Rossen Stoyanchev
c69703ffdb
Deprecate path extension strategies
...
This commit deprecates PathExtensionContentNegotiationStrategy and
ServletPathExtensionContentNegotiationStrategy and also updates code
that depends on them internally to remove that dependence.
See gh-24179
2020-01-22 13:35:09 +00:00
Rossen Stoyanchev
3d33cf3764
Updates to Validation section in reference
...
Closes gh-24338
2020-01-16 15:42:28 +00:00
Sam Brannen
3b983e2165
Include Objenesis NOTICE file contents in binary distributions
...
Closes gh-24326
2020-01-15 14:18:30 +01:00
Sam Brannen
152254ab0a
Document supported characters for identifiers in SpEL expressions
...
Closes gh-24359
2020-01-15 13:53:22 +01:00
Rossen Stoyanchev
8740c2dc18
Warning against split URL handling in docs
...
Closes gh-24304
2020-01-13 21:33:11 +00:00
Sam Brannen
850cbf032b
Document Objenesis license in license.txt
...
Closes gh-24340
2020-01-13 14:42:04 +01:00
Sam Brannen
a566083a07
Update ASM and CBLIB versions in license.txt
2020-01-13 13:16:50 +01:00
Sam Brannen
e3e7d90415
Improve documentation for FullyQualifiedAnnotationBeanNameGenerator
...
See gh-24114
2020-01-08 16:47:39 +01:00
Rossen Stoyanchev
68f9f8116c
Fix typo in RSocket reference
...
See gh-24245
2020-01-03 08:11:14 +00:00
Sam Brannen
5718bf424b
Use Gradle test fixture support for spring-core
...
See gh-23550
2020-01-02 16:01:34 +01:00
Honnix
8082b338e2
Document that SpEL supports symbolic logical operators
...
Make it clear that symbolic logical operators are supported.
Closes gh-24276
2019-12-31 18:58:48 +01:00
Ferdinand Jacobs
0b5ad09394
Fix example in RSocket docs
...
Closes gh-24245
2019-12-22 16:48:58 +01:00
Rossen Stoyanchev
dd9b6287b4
Expose ClientCodecConfigurer in WebClient.Builder
...
Using Consumer<ClientCodecConfigurer> instead of
Consumer<ExchangeStrategies> eliminates one level of nesting that is
also unnecessary since codecs are the only strategy at present.
Closes gh-24124
2019-12-12 21:58:14 +00:00
Rossen Stoyanchev
70a0c93d69
Correct WebFlux docs on BindingResult with @RequestBody
...
Closes gh-22997
2019-12-10 16:01:33 +00:00