diguage
0501999e43
Fix comment syntax in xml examples
...
See gh-25537
5 years ago
diguage
5cb2cc2466
Fix asciidoctor syntax for source
...
See gh-25539
5 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
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