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
Sam Brannen
b823c46aae
Revise SpEL Evaluation documentation
2 years ago
Sam Brannen
785598629a
Make max length of SpEL expressions in an ApplicationContext configurable
...
This commit introduces support for a Spring property named
`spring.context.expression.maxLength`. When set, the value of that
property is used internally in StandardBeanExpressionResolver to
configure the SpelParserConfiguration used when evaluating String
values in bean definitions, @Value, etc.
Closes gh-31952
2 years ago
Suhas Kowligi
f4a9b12340
Add missing preposition
...
See gh-31977
2 years ago
slovenlyimp
a51c22b266
Fix a typo in kotlin.adoc
...
Closes gh-31958
2 years ago
Sébastien Deleuze
19a87e968e
Update outdated elements in Kotlin reference documentation
...
Closes gh-31943
2 years ago
Sébastien Deleuze
207b9a14f4
Improve the documentation and discoverability of CoWebFilter
...
Closes gh-31877
2 years ago
Dávid Csákvári
50069ef029
Update autowired-qualifiers.adoc
2 years ago
Jan Jouke Tjalsma
b692c0ed03
Fix Kotlin example for simpler SELECT variant using IN
...
Removed unused code, fixed bind parameter name.
See gh-31932
2 years ago
Stéphane Nicoll
321de9ab9b
Update copyright year to 2024
2 years ago
Brian Clozel
ec5f566ba5
Fix Scheduled observation convention for lambdas
...
Prior to this commit, the `DefaultScheduledTaskObservationConvention`
would fail as it tried to add a `KeyValue` to the observation context
that is `null`. This is rejected by the observation registry and should
be prevented. This happened when registered scheduled methods were
lambdas or part of anonymous classes. Those types do not have a
canonical name and return `null` as a value there.
This commit ensures that for these cases, the default convetion uses a
`"ANONYMOUS"` value as the `"code.namespace"` keyvalue.
Fixes gh-31918
2 years ago
Stéphane Nicoll
b1c0b65666
Polish "Fix usage of WebClientAdapter in reference documentation"
...
See gh-31917
2 years ago
Gihwan Kim
490aaa1ed8
Fix usage of WebClientAdapter in reference documentation
...
See gh-31917
2 years ago
Juergen Hoeller
a155a6b3e2
Document target method expectations for ReactiveTransactionManager
...
Closes gh-23277
2 years ago
Juergen Hoeller
a338a16b29
Polishing
2 years ago
Juergen Hoeller
7613bdfdf9
Document thread safety and visibility for Spring-managed bean instances
...
Closes gh-8986
2 years ago
Juergen Hoeller
57f27fa42f
Document autowiring of request/session proxies into Spring-managed beans
...
Closes gh-26201
2 years ago
Kai Zander
4c6ca05af5
Fix formatting in scheduling.adoc
2 years ago
Juergen Hoeller
17d362fa85
Document limited concurrency with fixed-delay tasks on virtual threads
...
Closes gh-31900
2 years ago
Stéphane Nicoll
5caf714ff4
Document CGLIB restriction with methods that are effectively private
...
Closes gh-28973
2 years ago
Gabriel Ramirez
d919930d83
Fix link text in WebFlux @HttpExchange section of reference docs
...
Closes gh-31796
2 years ago
Stéphane Nicoll
2eba3510f7
Annotate generated classes with @Generated
...
This commit annotates every generated class with `@Generated` so that
build tools can recognize and ignore those types if necessary.
Closes gh-30824
2 years ago
Juergen Hoeller
3b4c7a8906
Revise LazyConnectionDataSourceProxy for late connection properties check
...
Includes special support for a read-only DataSource in addition to the regular target DataSource, avoiding the overhead of switching the Connection's read-only flag at the beginning and end of every transaction.
Closes gh-29931
Closes gh-31785
Closes gh-19688
Closes gh-21415
2 years ago
Sam Brannen
bf6cb7cd89
Delete manually crafted section summary for Java-based Container Config
...
Closes gh-31777
2 years ago
Sam Brannen
2c053b34f0
Delete manually crafted section summary for the SpEL Language Reference
...
Closes gh-31776
2 years ago
Sam Brannen
f14b122c9c
Fix #this and #root variable examples in SpEL documentation
...
This commit actually introduces a new example for #root variable usage,
which was previously missing.
Closes gh-31770
2 years ago
Sam Brannen
9f305bfaab
Polish SpEL examples and tests
2 years ago
Sam Brannen
fdcea58a53
Polishing
2 years ago
Sébastien Deleuze
2e3d13331a
Document `@ModelAttribute` usage with native images
...
Closes gh-31765
2 years ago
Sam Brannen
8ed04b5dd1
Polish contribution
...
See gh-31723
2 years ago
Per Lundberg
87d37a21aa
Link to spring.factories used in the TestContext framework in the ref docs
...
Closes gh-31723
2 years ago
Sam Brannen
eee2569bff
Polishing
2 years ago
Stéphane Nicoll
dbec3f1fa1
Polish
2 years ago
Sam Brannen
a506238ef6
Polishing
2 years ago
Sébastien Deleuze
f77713b7e0
Document testing automatic checkpoint/restore at startup
...
Closes gh-31724
2 years ago
Stéphane Nicoll
dc5bef16b4
Polish Default Profile section
...
Closes gh-30319
2 years ago
Sam Brannen
0cbbd3a0d5
Polishing
2 years ago
rstoyanchev
54ecbb2bc8
Update link to stompjs library
...
Closes gh-28409
2 years ago