Sam Brannen
7a9bf1578e
Link to SpringProperties Javadoc from the Testing chapter
...
Closes gh-26492
5 years ago
Sam Brannen
94ac2e4de7
Fix UriComponentsBuilder examples in ref docs
...
Closes gh-26453
5 years ago
Sam Brannen
619a3edae5
Fix syntax in Kotlin example
5 years ago
Juergen Hoeller
a7efa9659a
Clarify intended advice execution behavior (includes related polishing)
...
Closes gh-26202
(cherry picked from commit 834032df1f )
5 years ago
Juergen Hoeller
7c33c70742
Polishing
5 years ago
Sam Brannen
346445ee7e
Fix broken links to XSD schemas in ref docs
...
Closes gh-26129
5 years ago
Juergen Hoeller
322babc04a
Document that @Transactional does not propagate to new threads
...
Closes gh-25439
5 years ago
Stephane Nicoll
af1d721aa3
Fix a broken Asciidoctor syntax in core-resources.adoc
...
Closes gh-26000
5 years ago
Rossen Stoyanchev
4726663f81
Correct Javadoc link core-resources.adoc
...
Closes gh-25970
5 years ago
Rossen Stoyanchev
86af93a504
Correct sample in webmvc.adoc
...
Closes gh-25965
5 years ago
Juergen Hoeller
e417318915
Revise native Hibernate 5 bootstrapping with JTA transaction manager
...
Closes gh-25858
6 years ago
Juergen Hoeller
d022fcf32f
Explicit note on TransactionalEventListener versus reactive transactions
...
Closes gh-25805
6 years ago
Sam Brannen
a5a4960859
Do not generate reference docs for include-files
...
Prior to this commit, the Asciidoctor Gradle tasks generated top-level
HTML and PDF documents for AsciiDoc files that are included in other
top-level documents. This causes slower builds and results in each
include-file being published twice:
1) inline in the including document (as intended)
2) as a top-level document but missing surrounding context (unintended)
The reason these include-files are generated as top-level documents is
that the asciidoctor and asciidoctorPdf Gradle tasks are configured to
use '*.adoc' as the input source files.
This commit addresses this issue by moving the following include-files
to new subdirectories. Locating the include-files in the subdirectories
causes them to be ignored in the '*.adoc' pattern used to identify
input source files.
- data-access-appendix.adoc -> data-access/data-access-appendix.adoc
- integration-appendix.adoc -> integration/integration-appendix.adoc
- testing-webtestclient.adoc -> testing/testing-webtestclient.adoc
Closes gh-25783
6 years ago
Juergen Hoeller
3c84863271
Polishing
6 years ago
Rossen Stoyanchev
94c91c9e9c
Explain how to provide serialization view programmatically
...
Closes gh-25596
6 years ago
Juergen Hoeller
939c76c4a5
Revise documentation notes on getParameterType performance issues
...
See gh-25679
6 years ago
diguage
0501999e43
Fix comment syntax in xml examples
...
See gh-25537
6 years ago
diguage
5cb2cc2466
Fix asciidoctor syntax for source
...
See gh-25539
6 years ago
Jay Bryant
1c83b3fc22
Wording changes
...
Replace potentially insensitive language with more neutral language.
Closes gh-25314
6 years ago
Sam Brannen
8734c64b75
Remove invalid import from Kotlin example
6 years ago
Sam Brannen
8be2a43d52
Rename SystemArchitecture aspect to CommonPointcuts in AOP ref doc
...
See gh-25357
6 years ago
Sam Brannen
52c2ca610b
Polish AOP reference documentation
...
- fix formatting
- fix syntax
- use consistent example package name
6 years ago
Maksim
008a0a1bdd
Fix interface and class names in examples in core-aop doc
...
Closes gh-25351
6 years ago
DK Lee
6419b18bee
Fix typo in Java example for handler class
...
Closes gh-25302
6 years ago
Juergen Hoeller
9e12a20324
Polishing
6 years ago
Sam Brannen
80d1aaec0c
Add spring-r2dbc and spring-rsocket to Stack Overflow tags
6 years ago
Sam Brannen
0a208a4941
Fix broken link to Stack Overflow tags
6 years ago
Sam Brannen
46c786167e
Replace "blacklist" with alternative words
...
See gh-25262
6 years ago
Sam Brannen
d51abe462e
Upgrade to nohttp 0.0.5
...
Closes gh-25266
6 years ago
Sam Brannen
9acb5b1a4a
Replace "black box" with alternative term
...
See gh-25262
6 years ago
wonwoo
fd7e6486de
Fix syntax in validation examples
...
Closes gh-25251
6 years ago
Rossen Stoyanchev
a2d516d526
Replace "whitelist" with alternative words
6 years ago
Sam Brannen
721fd20708
Document advice precedence in reference manual
...
This commit documents the precedence for advice declared within the
same @Aspect class or within the same <aop:aspect> element.
See gh-25186
6 years ago
Sam Brannen
0b760c15ea
Polish AOP chapter in reference manual
6 years ago
Rossen Stoyanchev
9e1121fd8d
Document behavior on reactive tx cancellation
...
Closes gh-25091
6 years ago
Juergen Hoeller
196bb6fe32
Support for shared GroovyClassLoader in GroovyScriptFactory
...
Exposes setClassLoader method in ConfigurableApplicationContext interface as obvious first-class configuration option.
Closes gh-25177
6 years ago
Sam Brannen
3cbc297fc6
Polish contribution
...
See gh-25137
6 years ago
limo520
d6cab259c3
Fix URI pattern example in webflux.adoc
...
Closes gh-25137
6 years ago
Juergen Hoeller
28177ad91b
Explicit notes on access to standard context beans in SpEL expressions
...
Closes gh-25037
6 years ago
Yanming Zhou
9d429e30de
Fix SpelEvaluationException with example code
...
org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property or field 'name' cannot be found on null
6 years ago
Sam Brannen
0f22a5e409
Update Javadoc regarding reactive tx mgmt support
...
See gh-25030
6 years ago
Sam Brannen
e1b2cafb33
Polish reactive transaction mgmt documentation in reference manual
...
See gh-25030
6 years ago
Mark Paluch
7fbdc3ad11
Document ReactiveTransactionManager support in reference manual
...
See gh-25030.
6 years ago
Rossen Stoyanchev
53e018362f
Update samples to latest RSocket API
...
A follow-up fix on the upgrade to 1.0 RC7 in gh-24934,
6 years ago
swapy
9288067ea8
Add missing @PathVariable declarations in examples
...
Closes gh-25006
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