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
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