Rossen Stoyanchev
147b8fb755
Turn off use of path extensions by default
...
Closes gh-23915
6 years ago
swapy
9288067ea8
Add missing @PathVariable declarations in examples
...
Closes gh-25006
6 years ago
Sam Brannen
1b4b4c3302
Support @TestConstructor config via JUnit Platform config param
...
This commit introduces support for setting the
spring.test.constructor.autowire.mode property via a JUnit Platform
configuration parameter -- for example, via the
junit-platform.properties file.
Closes gh-24285
6 years ago
Sam Brannen
69b4f33cfa
Move spring-framework.png to src/docs folder
...
Since the spring-framework.png file is not used in the generated
reference manual, this commit moves the spring-framework.png file from
the src/docs/asciidoc/images folder up to the src/docs folder.
6 years ago
Sam Brannen
48d06a4291
Prune images folder for reference manual
...
This commit deletes unused files in the asciidoc/images folder.
6 years ago
martin-tarjanyi
3bc1d42dcd
Integrate Apache http client with WebClient
...
This commit introduces a ClientHttpConnector implementation backed by
Apache HttpComponents HttpClient 5.0.
Fixes gh-24700
6 years ago
rahulmlokurte
0e9da17910
Fix typo in webmvc-functional.adoc
...
Closes gh-24968
6 years ago
Brian Clozel
dc4cda1b13
WARN against invalid patterns with PathPatternParser
...
As of gh-24952, `PathPatternParser` will strictly reject patterns with
`"**"` in the middle of them. `"**"` is only allowed at the end of the
pattern for matching multiple path segments until the end of the path.
Currently, if `"**"` is used in the middle of a pattern it will be
considered as a single `"*"` instead. Rejecting such cases should
clarify the situation.
This commit prepares for that upcoming change and:
* logs a warning message if such a case is used by an application
* expands the MVC and WebFlux documentation about URI matching in
general
Closes gh-24958
6 years ago
Brian Hartung
1658223e58
Fixed typo
...
Fixed another small documentation typo.
6 years ago
Brian Hartung
89775844ed
Fixed typos
...
Fixed a couple of minor documentation typos
6 years ago
onnadi-sa
75457c440c
Fix typo in webflux-functional.adoc
...
Closes gh-24906
6 years ago
Sam Brannen
6c26765985
Document default constructor as fallback for non-@Autowired constructors
...
Prior to this commit, it was unclear in the documentation that a default
constructor will be used by default for autowiring if multiple
constructors are present and none of them is annotated with @Autowired .
This commit improves the documentation in this regard.
Closes gh-24838
6 years ago
Juergen Hoeller
151a18d691
Explicit notes on BeanFactory.getType vs bean class in bean definition
...
Closes gh-24816
6 years ago
Sam Brannen
a842434bff
Document precedence for @DynamicPropertySource
...
Closes gh-24837
6 years ago
Rossen Stoyanchev
99c2b1e242
Add snippet for maxInMemorySize config
...
See gh-23961
6 years ago
Sam Brannen
e26764d249
Remove duplicate words in documentation and polish Javadoc
6 years ago
Taehee Kim
8b3521d2bf
Fix typo in webflux-cors.adoc
...
Closes gh-24815
6 years ago
Mikael Elm
822ca0130a
Fix typos and improve readability in Webflux documentation
...
Closes gh-24781
6 years ago
Arjen Poutsma
9fb614a5c6
Clarify the role of views with Spring MVC
...
This commit adds a section to the reference docs that explains
views live within the trust boundary of the application, and the
security implications thereof.
Closes gh-24777
6 years ago
Sam Brannen
c24fa22a1b
Polishing
6 years ago
Sam Brannen
4be358e47f
Cross reference Dynamic Property Sources section
6 years ago
Sébastien Deleuze
1cd0e720f7
Specify that Kotlin code samples leverage kotlin-allopen
6 years ago
Sébastien Deleuze
60dca027e7
Add Kotlin documentation and tests for @DynamicPropertySource
...
See gh-24540
6 years ago
Sam Brannen
ac0363c94e
Document @DynamicPropertySource support in the reference manual
...
Closes gh-24540
6 years ago
Sam Brannen
a90716522c
Include Testcontainers in Further Resources section
6 years ago
Juergen Hoeller
bb1699a9d3
Revise documentation for autowiring with annotated constructors
...
Closes gh-24711
6 years ago
Sam Brannen
5be0db9259
Consistently refer to `t_actor` table
6 years ago
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
6 years ago
Sam Brannen
edb5e73d48
Update Kotlin example based on feedback from @lnhrdt
...
See gh-24398
6 years ago
Sam Brannen
14f5032e97
Update Kotlin example
...
See gh-gh-24398
6 years ago
Sam Brannen
7dea2686b8
Polish contribution
...
See gh-24398
6 years ago
maxxedev
9b827283f1
Use more lambda expressions in data-access code examples
...
Closes gh-24398
6 years ago
Sviatoslav Hryb
018ba92214
Fix formatting in AOP examples in documentation
6 years ago
Sviatoslav Hryb
f5195887c9
Fix ampersands in AOP examples in documentation
6 years ago
Qimiao Chen
7ce22e2f3a
Update IntroductionInfo example in reference manual
...
Closes gh-24650
6 years ago
Rossen Stoyanchev
e1b0296f9e
Polishing contribution
...
See gh-24589
6 years ago
陈其苗
771fbde951
Fix URL to Spring Tool Suite
...
See gh-24589
6 years ago
Yoo In Keun
e706fcba1f
Fix typo in testing.adoc
...
Closes gh-24627
6 years ago
Sviatoslav Hryb
60fd95a354
Fix formatting for pointcut expression examples in documentation
...
Closes gh-24621
6 years ago
Andreas Volkmann
b30f9a1308
Fix typo in core-aop.adoc
...
Closes gh-24602
6 years ago
Florian Berger
d4de3396f7
Fix typo about URI Encoding in docs
...
Closes gh-24603
6 years ago
wonwoo
5c2d65b8ef
Fix typo in reference manual
...
Closes gh-24597
6 years ago
Qimiao Chen
8cf70fe509
Improve documentation for @Autowired/@Value in @Configuration classes
...
Closes gh-24585
6 years ago
Rossen Stoyanchev
7e402ba4fe
Improve docs on date and time formatting
...
Closes gh-24370
6 years ago
Qimiao Chen
1de2e0a4a7
Fix formatting in webflux-webclient.adoc
...
Closes gh-24578
6 years ago
Rossen Stoyanchev
96e77d417b
Update WebFlux section on HTTP/2
...
Closes gh-24558
6 years ago
Sviatoslav Hryb
2ad4602ca0
Correct Ant-style Patterns example in documentation
...
Closes gh-24552
6 years ago
Rossen Stoyanchev
df1145b797
Correct documentation error in section on BeanWrapper
...
Closes gh-24510
6 years ago
Sviatoslav Hryb
9e7ab4d308
Correct formatting of MessageSource example in documentation
...
Closes gh-24531
6 years ago
Rossen Stoyanchev
e35d3b8bb5
Update advice on RestTemplate
...
Closes gh-24503
6 years ago