Sam Brannen
af977c0891
Improve documentation for @EnabledIf and @DisabledIf test support
...
Closes gh-28157
4 years ago
Sam Brannen
a2f02dbfc0
Improve documentation for TestContext events
...
This commit improves the documentation for test execution events,
especially with regard to the fact that, by default, a
BeforeTestClassEvent is not published for the first test class using a
particular ApplicationContext.
This commit also introduces tests that verify the default behavior and
the ability to change the default behavior with a custom
TestExecutionListener that eagerly loads the context.
Closes gh-27757
4 years ago
Sam Brannen
8cbb188455
Fix links to Spring Security in the reference guide
...
Closes gh-28135
4 years ago
Sam Brannen
bc973d7001
Fix broken link to "CORS WebFilter" in ref docs
4 years ago
Sam Brannen
fa3130d716
Document that TX rollback rules may result in unintentional matches
...
Closes gh-28125
4 years ago
Stephane Nicoll
453c6d41f7
Fix Objenesis version
...
See gh-28100
4 years ago
Pavel Anisimov
05d3e820f9
Polish reference to ManagedBean annotation
...
See gh-28004
4 years ago
Sam Brannen
0e670b1c15
Polish contribution
...
See gh-27984
4 years ago
wkwkhautbois
fadfcf4e43
Fix ServletUriComponentsBuilder examples in ref docs
...
Closes gh-27984
4 years ago
Sam Brannen
6647023151
Document how to register annotated classes in a GenericWebApplicationContext
...
Closes gh-27778
4 years ago
Sam Brannen
7f65e17ff2
Improve documentation for implementing AspectJ around advice
...
Closes gh-27980
4 years ago
Sam Brannen
9095f1d584
Polish AspectJ documentation
4 years ago
Antoine Rey
316764cad0
Fix CaffeineCacheManager configuration example in reference doc
...
See gh-27967
4 years ago
rstoyanchev
01231fe923
Minor refactoring in STOMP documentation
...
Closes gh-27906
4 years ago
waahhh
edabde8a11
Fix syntax in WebFlux Validation example
...
Closes gh-27907
4 years ago
Sam Brannen
709a41fd43
Fix broken links to WebSocket support in Spring Security & Spring Session
4 years ago
Johannes Wengert
fdd6e50721
Correct not compiling example code in Data Access docs
...
The EntityManager interface does not implement AutoCloseable until
JPA 3.1.
This commit therefore partially reverts 189e1afc6e so that the
example code compiles with the supported JPA version.
See gh-22269
Closes gh-27886
4 years ago
Juergen Hoeller
d7b9270672
Clarify SchedulerFactoryBean's LocalDataSourceJobStore overriding
...
Includes clarification of interface-level cache annotations for target-class proxies.
Closes gh-27709
See gh-27726
4 years ago
Stephane Nicoll
98ce171b30
Revert "Mention explicitly that @EventListener should be put on public methods"
...
This reverts commit 57a5370eec .
See gh-27777
4 years ago
Stephane Nicoll
57a5370eec
Mention explicitly that @EventListener should be put on public methods
...
Closes gh-27777
4 years ago
Rossen Stoyanchev
5649a6f8ef
Update exchangeToMono Javadoc
...
This time showing a more representative example.
See gh-27645
4 years ago
Arjen Poutsma
be6eeafe78
Revert change createException to createError
...
createError is not available in 5.3.
See gh-27645
4 years ago
Arjen Poutsma
b77b45434f
Change createException to createError
...
See gh-27645
4 years ago
Rossen Stoyanchev
8b89128c7b
Update createException example for WebClient
...
Closes gh-27645
4 years ago
Rossen Stoyanchev
0d478ca8dd
Add link to WebSocket scope from the Spring Core section
...
Closes gh-25172
4 years ago
Rossen Stoyanchev
445c0def0c
Update docs on heartbeats with simple broker
...
Closes gh-27746
4 years ago
julianladisch
1e0bdf95d0
Fix simple data format in appendix
...
See gh-1025
4 years ago
Thomas Darimont
767299c6dd
Document @Bean definitions via default methods
...
See gh-767
Co-authored-by: Stephane Nicoll <snicoll@vmware.com>
4 years ago
Yanming Zhou
b4b3c2ead6
Fix typo
...
See gh-27699
4 years ago
Juergen Hoeller
2a268701c4
Introduce optimizeLocations flag for resource location filtering on startup
...
This flag is off by default since it requires jar files with directory entries.
Closes gh-27624
4 years ago
Juergen Hoeller
9bc09631d6
Recommend ObjectProvider as alternative to @Lazy for optional dependencies
...
Closes gh-27649
4 years ago
Abdullah Khan
6ac780d595
Fix grammar in webflux-webclient.adoc
...
Closes gh-27657
4 years ago
Sam Brannen
6fa6bfe421
Fix link to Spring Framework project page in Javadoc overview
5 years ago
Sam Brannen
678fd8344e
Polishing
5 years ago
Sam Brannen
fd11789db9
Polish JSR-107 caching ref docs
5 years ago
Jens Schauder
d6ec6f0fe9
Remove remark about missing caching API.
5 years ago
Juergen Hoeller
b0c424b376
Deprecate RxJava 2 in favor of RxJava 3
...
Closes gh-27474
5 years ago
Rossen Stoyanchev
93f8706dd3
Update docs for ControllerAdvice
...
In 5.3 it became possible to handle exceptions from any handler through
ExceptionHandler's in a ControllerAdvice class, but this is not
mentioned in the docs
See gh-22619, gh-27338
5 years ago
Sam Brannen
008aa48d5c
Fix formatting for SQL `IN` clause example in ref docs
...
See gh-27388
5 years ago
Sam Brannen
813dbbce58
Polish contribution
...
See gh-27388
5 years ago
Dmitriy Bogdanov
c46cc666d6
Fix some typos and mistakes in ref docs
...
Closes gh-27388
5 years ago
Radek Crlik
78dd219787
Fix misplaced comma in AOP doc
...
See gh-27387
5 years ago
Grant Fleming
8f33450df2
Fix typo in core-beans.adoc
...
Closes gh-27377
5 years ago
Rossen Stoyanchev
a3655c4858
Add tip related to user destinations in STOMP
...
See gh-26986
5 years ago
Manish
9cf8cca96d
Minor language corrections.
5 years ago
Sam Brannen
310bdbb1b2
Fix error in ApplicationEvents example
5 years ago
Georgi Ushev
e5a5f8b20b
Remove unnecessary brace in websocket documenation
...
Closes gh-#27339
5 years ago
Steve Wei
b120e0b8f4
Fix Kotlin example for filtering handler functions
...
Closes gh-#27337
5 years ago
Sam Brannen
bd72e4498b
Revise and document TimeUnit support in @Scheduled
...
This commit also fixes a bug introduced in commit e99b43b91e , where
java.time.Duration strings were converted to milliseconds and then
converted again using the configured TimeUnit.
See gh-27309
5 years ago
Sam Brannen
3c2dfebf4e
Polish soft assertion support for WebTestClient
...
See gh-26969
5 years ago