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
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
6 years ago
Christoph Dreis
15b651cdfe
Polish documentation format
...
See gh-24460
6 years ago
Sam Brannen
2c86d6ded2
Polishing
6 years ago
Sviatoslav
eeaae16b17
Remove dated mention of "local" bean attribute
...
Closes gh-24430
6 years ago
Anton
c1218615df
Update integration.adoc
...
Fix typo
6 years ago
Rob Winch
ab70acb325
Fix Additional Asciidoctor Warnings
...
Fix "unknown style for example block: INFO"
Issue gh-24427
6 years ago
Sam Brannen
75a1395226
Link to BeanShell homepage
6 years ago
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
6 years ago
Juergen Hoeller
60c7af3625
Mention HikariCP next to DBCP and C3P0 in connection pool notes
...
Closes gh-24405
6 years ago
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
6 years ago
Rossen Stoyanchev
3d33cf3764
Updates to Validation section in reference
...
Closes gh-24338
6 years ago
Sam Brannen
3b983e2165
Include Objenesis NOTICE file contents in binary distributions
...
Closes gh-24326
6 years ago
Sam Brannen
152254ab0a
Document supported characters for identifiers in SpEL expressions
...
Closes gh-24359
6 years ago
Rossen Stoyanchev
8740c2dc18
Warning against split URL handling in docs
...
Closes gh-24304
6 years ago
Sam Brannen
850cbf032b
Document Objenesis license in license.txt
...
Closes gh-24340
6 years ago
Sam Brannen
a566083a07
Update ASM and CBLIB versions in license.txt
6 years ago
Sam Brannen
e3e7d90415
Improve documentation for FullyQualifiedAnnotationBeanNameGenerator
...
See gh-24114
6 years ago
Rossen Stoyanchev
68f9f8116c
Fix typo in RSocket reference
...
See gh-24245
6 years ago
Sam Brannen
5718bf424b
Use Gradle test fixture support for spring-core
...
See gh-23550
6 years ago
Honnix
8082b338e2
Document that SpEL supports symbolic logical operators
...
Make it clear that symbolic logical operators are supported.
Closes gh-24276
6 years ago
Ferdinand Jacobs
0b5ad09394
Fix example in RSocket docs
...
Closes gh-24245
6 years ago
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
6 years ago
Rossen Stoyanchev
70a0c93d69
Correct WebFlux docs on BindingResult with @RequestBody
...
Closes gh-22997
6 years ago
Sam Brannen
de8a6c8c57
Polishing
6 years ago
Eric Helgeson
d4d940e6e3
Add missing backtick in WebSocket documentation
...
Closes gh-24155
6 years ago
Johnny Lim
14ce84cebb
Fix status code in webflux.adoc
6 years ago
Rossen Stoyanchev
828fe39523
Consistently use releaseBody in DefaultWebClient
...
See gh-24125
6 years ago
Rossen Stoyanchev
797f618f2b
Remove mismatched marker in core-beans.adoc
...
Closes gh-24132
6 years ago
Brian Clozel
decbb9ccf9
Provide default codecs config callback to custom codecs
...
As a follow-up of gh-23961, this change provides a way for custom codecs
to align with the default codecs' behavior on common features like
buffer size limits and logging request details.
Closes gh-24118
Co-authored-by: Rossen Stoyanchev <rstoyanchev@pivotal.io>
6 years ago
Wang Xuesong
d1ab81587c
[*.*] is displayed as [bold .] and needs to be escaped
...
execution(* com.xyz.service.*.*(..)) -> execution(* com.xyz.service.\*.*(..))
Closes gh-24108
6 years ago