-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Support @Scheduled
on Reactive methods and Kotlin suspending functions
#29924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
simonbasle
wants to merge
19
commits into
spring-projects:main
from
simonbasle:23533-scheduledForPublishers
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
9d5831a
Support `@Scheduled` fixedDelay/fixedRate on Publisher-returning methods
simonbasle f5b03c5
Add tests + fix initialDelay.ZERO case
simonbasle 3c11661
fix checkpoint test and checkstyle polish
simonbasle 139f946
Add support for Kotlin suspending functions
simonbasle 2528ee3
Polish assertion messages and checkpoint message
simonbasle 3a9c6e2
Document reactive/kotlin support in javadoc of the annotations
simonbasle 837b76c
Document reactive Scheduled support in the reference guide
simonbasle 5d62e18
fix unclosed b tag in javadoc
simonbasle c90595e
Polish: use a single check for reactive and kotlin methods
simonbasle af9c88c
polish javadocs
simonbasle cfdc59b
Use ReactiveAdapterRegistry to cover more types, detect wrong param c…
simonbasle 4905576
Polish reference guide + annotation javadoc
simonbasle 37c1cfa
polish: remove FIXME
simonbasle ffdbc27
polish indentation
simonbasle a413f4f
Pivot to use the existing Runnable-based infrastructure
simonbasle 78a47c9
polish and fix tests
simonbasle 1f87111
Track active subscriptions as Runnable in the processor
simonbasle 5b3ae76
polish javadoc and fixmes
simonbasle ae3f208
improve testability of the subscribing runnables
simonbasle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.