[reactor-optional] Make 'Project Reactor' optional dependency#3731
Draft
[reactor-optional] Make 'Project Reactor' optional dependency#3731
Conversation
… resolution in connection plumbing (#3697) * introduce async socket adress resolver elements * - clean up abstract client * replace reactor types with async in cluster client * revisit connectionbuilder and watchdog implementations for async use * update javadocs * back to original naming * format * drop mono imports * fix tests * drop tuple2 * clear mono import * - feedbacks from @a-TODO-rov and ai * - feedback from cursor, introduce exception handling * exception handling for initializeChannelAsync0 * format * - feedback from @tishun, @cursor * handle possible reconnect0 failure * remove dead code
…ependency on Reactor (#3708) * implement trace context propagation (for use of reactive commands) without hard dependency to reactor in tracexontextprovider * - feedbacks form @tishun, @a-TODO-rov * tracing integration tests with async and reactive commands * fix javadoc Co-authored-by: Copilot <copilot@github.com> * format --------- Co-authored-by: Copilot <copilot@github.com>
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
…pend (#3719) * - avoid initializing reactive commands checking availability of reactor type * - exception with proper message when reactive method issued but reactor is not available * Format --------- Co-authored-by: aleksandar.todorov <a_t_todorov@yahoo.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
DO NOT MERGE!!
PR used to keep up to date reactor-optional-1 branch against main.
This is part of the initiative to provide the Lettuce with truly optional Project Reactor dependency, so that users who don't use reactive APIs won't need reactive dependencies or binaries at all.
Make sure that:
mvn formatter:formattarget. Don’t submit any formatting related changes.