Sam Brannen
4454b3b5ef
Polishing
2 years ago
Stéphane Nicoll
c46d6286ee
Review AOT recommendations in the reference guide
...
This commit focuses on improving the AOT section on programmatic
registration of additional beans. This makes it more clear that a
`BeanDefinitionRegistry` must be used and that singletons are not
processed.
Closes gh-32240
Closes gh-32241
2 years ago
Stéphane Nicoll
728d5eeb74
Polish "Document @RequestAttribute"
...
See gh-32231
2 years ago
Olga MaciaszekSharma
89e34ae5ff
Document @RequestAttribute
...
See gh-32231
2 years ago
Sam Brannen
4a3ef3e24a
Document safe navigation semantics within compound expressions in SpEL
...
Closes gh-21827
2 years ago
Sam Brannen
4a5dc7c1b0
Document null-safe collection selection/projection support in SpEL
...
Closes gh-32208
2 years ago
Sam Brannen
347d085020
Polishing
2 years ago
Stéphane Nicoll
b1f6401e4f
Polish "Fixes syntax error in JdbcClient examples"
...
See gh-32236
2 years ago
Spencer Gibb
169b9abeef
Fixes syntax error in JdbcClient examples
...
See gh-32236
2 years ago
John Gesimondo
2724c6d8fe
Update beanvalidation.adoc
...
FieldErrro to FieldError
2 years ago
anil.senocak
f7e5c9fbb2
In Kotlin variables should be defined as val or var. "mockMvc" was not defined properly
2 years ago
Sam Brannen
78c96b6d78
Fix SpEL collection selection/projection examples in reference manual
...
This commit also updates and polishes the documentation tests.
2 years ago
Sam Brannen
9b5febea20
Document SpEL limitations for minimum values for numeric literals
...
Closes gh-20779
2 years ago
Sam Brannen
7627d8c6fc
Improve layout for Literal Expressions section
2 years ago
Sam Brannen
20f91b7dc3
Fix tabs in SpEL "Classes Used in the Examples" section
2 years ago
Sam Brannen
7025b7aac2
Provide example for calculating Integer.MIN_VALUE with SpEL's power operator
2 years ago
Sam Brannen
1e432ff95d
Improve documentation for overloaded operators in SpEL
...
See gh-32182
2 years ago
Sam Brannen
af2934c09b
Document support for overloading operators in SpEL in reference manual
...
Closes gh-32182
2 years ago
Sam Brannen
17ee82e004
Organize and clean up SpEL documentation tests
2 years ago
Sam Brannen
a82108ec73
Clarify semantics of SpEL's between operator
...
See gh-32140
2 years ago
Sam Brannen
2367314b52
Polish SpEL chapter
2 years ago
Sam Brannen
80a3c1923f
Link to Jakarta EL instead of mentioning Unified EL in SpEL overview
...
As a bit of trivia, Jakarta EL was originally Unified EL, which was
originally JSP EL, which was originally SPEL.
SPEL: Simplest Possible Expression Language
SpEL: Spring Expression Language
So one could say that SPEL inspired SpEL.
2 years ago
Sam Brannen
84cce6018c
Document the between operator in SpEL
...
Closes gh-32140
2 years ago
Sam Brannen
e97fc7be38
Improve documentation for alternative textual operators in SpEL
2 years ago
Sébastien Deleuze
9c4b4ab81e
Update basics.adoc
...
Closes gh-32145
2 years ago
Sam Brannen
9b0162da49
Document increment and decrement operators in SpEL
...
Closes gh-32136
2 years ago
Sam Brannen
ab98210e6d
Polishing
2 years ago
Sam Brannen
24d6565cad
Provide example for SpEL's exponential power operator (^)
2 years ago
Sam Brannen
b9bad56fc1
Document repeat and characer subtraction String operators in SpEL
...
Closes gh-32137
2 years ago
Sam Brannen
fdf0a6f6c7
Polishing
2 years ago
Sam Brannen
86266b3d67
Update documentation for supported letters in variable names in SpEL
...
Closes gh-32138
2 years ago
Sam Brannen
00b07659d9
Polish SpEL documentation and tests
2 years ago
Yanming Zhou
6b3bf554ce
Fix typo
...
Introduced by commit f9726ae0c8
Closes gh-32111
2 years ago
rstoyanchev
f9726ae0c8
Update description of web validation in docs
...
Closes gh-32082
2 years ago
Sébastien Deleuze
88a7ca0b0a
Rename class-data-sharing.adoc to cds.adoc
...
Closes gh-32044
2 years ago
Sam Brannen
699da7c383
Log warning if multiple @RequestMapping annotations are declared
...
If multiple request mapping annotations are discovered, Spring MVC and
Spring WebFlux now log a warning similar to the following (without
newlines).
Multiple @RequestMapping annotations found on
void org.example.MyController.put(), but only the first will be used:
[
@org.springframework.web.bind.annotation.PutMapping(consumes={}, headers={}, name="", params={}, path={"/put"}, produces={}, value={"/put"}),
@org.springframework.web.bind.annotation.PostMapping(consumes={}, headers={}, name="", params={}, path={"/put"}, produces={}, value={"/put"})
]
Closes gh-31962
2 years ago
Sam Brannen
5bf74cae11
Polish documentation for @RequestMapping
2 years ago
Sam Brannen
46128cb4b9
Delete duplicate content
2 years ago
Sam Brannen
eeb145ee0b
Fix link to global appendix
2 years ago
Sam Brannen
9f5cda958e
Enable table striping by default in the reference manual
...
Closes gh-32022
2 years ago
rstoyanchev
65cb59517d
Polishing contribution
...
Closes gh-32008
2 years ago
Olga MaciaszekSharma
b729008f4d
Improve docs on server use of @HttpExchange
...
See gh-32008
2 years ago
Yanming Zhou
c868bc554f
Refine Kotlin internal modifier impact documentation
...
This commit is a refinement of 01b2856114 .
Closes gh-32010
2 years ago
Sam Brannen
f6e52900a2
Polish SpEL documentation
2 years ago
Sébastien Deleuze
1631be5660
Provide guidelines in AspectJ documentation to avoid dumps
...
Closes gh-27650
2 years ago
Sébastien Deleuze
01b2856114
Document Kotlin internal modifier impact on `@Bean`
...
Closes gh-31985
2 years ago
rstoyanchev
6dca7b28cc
Polishing contribution
...
Closes gh-31991
2 years ago
Olga MaciaszekSharma
864b1c95cd
Document exception handling for `RestClient` and `RestTemplate`-backed interface clients.
2 years ago
Sam Brannen
b1bf1b0c82
Update Spring Properties section of reference manual
...
This commit documents the following Spring properties in the reference
manual.
- spring.aot.enabled
- spring.cache.reactivestreams.ignore
- spring.classformat.ignore
- spring.context.checkpoint
- spring.context.exit
Closes gh-31987
2 years ago
Sam Brannen
5d45b94e93
Polishing
2 years ago