Sébastien Deleuze
3a1681357c
Fix PathVariable reference documentation code snippets
...
Closes gh-30258
3 years ago
Kukri
b8c1255ee0
Fix anchor in link to "Web on Reactive Stack" chapter
...
Closes gh-30163
3 years ago
Sébastien Deleuze
44a6d13cc0
Fix minor spacings in webflux docs
...
Closes gh-30095
3 years ago
Sam Brannen
22bb76d326
Revise documentation for @AspectJ argument name resolution algorithm
...
Closes gh-30057
3 years ago
Sam Brannen
4dc45d551c
Update documentation for @AspectJ argument name resolution algorithm
...
Closes gh-30057
3 years ago
Sam Brannen
28d11aaf64
Polish contribution
...
See gh-30036
3 years ago
1993heqiang
02941127e1
Fix "Configuring a Global Date and Time Format" example
...
Closes gh-30036
3 years ago
Juergen Hoeller
0026338c00
Consistent @Bean method return type for equivalence with XML example
...
Closes gh-29970
3 years ago
Sam Brannen
c9841f37b6
Revise Testcontainers examples based on feedback
...
Closes gh-29940
3 years ago
Sam Brannen
782ee34cb7
Update @DynamicPropertySource examples regarding changes in Testcontainers
...
Closes gh-29939
3 years ago
Sam Brannen
f8fea013fc
Update Jakarta Mail info in ref docs
...
Closes gh-29708
3 years ago
Sam Brannen
916539178b
Improve documentation for literals in SpEL expressions
...
Closes gh-29701
3 years ago
Sam Brannen
f7f73439ab
Modify MBeanTestUtils to work on JDK 17+
3 years ago
Sébastien Deleuze
00da70e26b
Fix some typos in Kotlin WebClient example code
...
Closes gh-29542
3 years ago
divcon
cad6e8756d
Fix link to WebFlux section in reference manual
...
Closes gh-29526
3 years ago
Sam Brannen
c7bd685c54
Polishing
3 years ago
Sam Brannen
4f472d2ac4
Remove TODOs in WebFlux ref docs
3 years ago
Stephane Nicoll
a18842b72b
Fix link to WebFlux section
...
Closes gh-29517
3 years ago
Sam Brannen
ae9a9e3c06
Document TestSocketUtils in the testing chapter
3 years ago
67
3ff308403a
Fix two typos in integration.adoc and webflux.adoc
...
- Change "you ca" to "you can" in webflux.adoc
- English names can be used in "month" field instead of "day-of-month"
field in cron expressions in integration.adoc
Closes gh-29469
3 years ago
rstoyanchev
db9e89fba9
Update docs on web controller method return values
...
Closes gh-29349
3 years ago
Roy Lee
462d33e68d
Fix typo in WebSocket reference doc regarding subscription header
...
Closes gh-29228
3 years ago
David Costanzo
e1df056059
Fix typo: "as describe in" -> "as described in"
3 years ago
Sébastien Deleuze
1439c5bb8f
Document how to use WebJars without webjars-locator-core dependency
...
Closes gh-29322
3 years ago
Sam Brannen
a599601dd9
Document how to switch to the default set of TestExecutionListeners
...
Closes gh-29281
3 years ago
Sam Brannen
fee38175b3
Revert "Test encoding and Unicode normalization for scanned resources"
...
This reverts commit eb2c1cbcd4 .
3 years ago
Sam Brannen
eb2c1cbcd4
Test encoding and Unicode normalization for scanned resources
...
This commit introduces tests which serve as "regression tests" for the
behavior of PathMatchingResourcePatternResolver in Spring Framework
5.3.x with regard to URL-encoding and Unicode normalization of resource
paths.
Specifically, the new tests demonstrate that resource paths do NOT need
to be decoded or normalized in 5.3.x.
See gh-29243
3 years ago
Brian Clozel
777caef4f7
Upgrade to Gradle 7.5.1
3 years ago
inaba jun
ddef70935a
Fix MockMvc sample setup
...
See gh-29201
3 years ago
Sam Brannen
a879d18c9c
Reintroduce Caucho exclusion for 5.3.x
...
See gh-28876
3 years ago
Marc Wrobel
ce49068ff9
Fix links in Javadoc and reference docs
...
- Fix broken links (by using a new URL, an alternative URL, or a
Wayback Machine link)
- Use HTTPS where possible
- Remove https://issuetracker.springsource.com/browse/EBR-349 : this
link is dead and is also mentioned in
https://jira.spring.io/browse/SPR-8093
- Clean up nohttp allowlist.lines
Closes gh-28876
3 years ago
Marc Wrobel
92a231cf91
Fix typos in Javadoc, reference docs, and code
...
Closes gh-28822
3 years ago
Napster
d42f950a36
Pass headers to STOMP receipt callbacks
...
See gh-28715
3 years ago
jbotuck
597c687da8
Fix indentation in ref docs for RestTemplate
...
Closes gh-29014
3 years ago
heqiang
111a9902ac
Fix typo in data-access section
...
See gh-29048
3 years ago
Andy Wilkinson
d6b60046ce
Correct description of @RequestParam with WebFlux
...
See gh-28944
4 years ago
Chanhyeong Cho
8685b2f5bf
Fix broken kdoc-api links in kotlin.adoc
...
Fixes gh-28908
4 years ago
Stephane Nicoll
982d8ea84a
Polish "Clarify docs on JNDI properties in Servlet environment"
...
See gh-28488
4 years ago
Arend v. Reinersdorff
67eb2bbf19
Clarify docs on JNDI properties in Servlet environment
...
See gh-28488
4 years ago
Arjen Poutsma
3d4a778b73
Fix KDoc API link
4 years ago
arvyy
4383a673bb
Add missing closing parenthesis
...
See gh-28867
4 years ago
Jupiter
7fa9f1c9cf
Fix broken link to rsocket protocol page
...
Closes gh-28817
4 years ago
rstoyanchev
cdd4e8cd7f
Improve regex support for URL path matching
...
Closes gh-28815
4 years ago
Marc Wrobel
165fba868c
Fix typos in reference docs
...
Closes gh-28805
4 years ago
Sébastien Deleuze
c942c8d2cf
Fix expectations in MockMvc Kotlin documentation
...
Closes gh-28301
4 years ago
Sébastien Deleuze
1201af20e4
Improve consistency of Kotlin injection code samples
...
Closes gh-28596
4 years ago
Sébastien Deleuze
d1df4d3739
Fix Kotlin code snippets language
...
Closes gh-28810
4 years ago
Sébastien Deleuze
1ef8800c6c
Fix Kotlin example for custom @Production
...
Closes gh-28680
4 years ago
Sébastien Deleuze
4d7e4e0c58
Fix a typo
...
See gh-28630
4 years ago
Sam Brannen
fda3f8201a
Switch warning level for forbidden reference to INFO in Eclipse IDE
4 years ago