Skip to content
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

updates reactor-core dependency for the feign-reactive-wrappers #1930

Merged
merged 3 commits into from
Feb 12, 2023

Commits on Feb 8, 2023

  1. updates reactor-core dependency for the feign-reactive-wrappers

    removed deprecated usage of <code>Schedulers.elastic()</code> and using <code>Schedulers.boundedElastic()</code> instead
    
    Fixes OpenFeign#1711
    nlsbchmnn committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f6a8da0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    86ef9e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. moved scheduler initialization to constructor

    Created a second builder method which allows to configure the scheduler as a parameter. The default builder method now uses the non deprecated <code>Schedulers.boundedElastic()</code>
    
    Fixes OpenFeign#1711
    nlsbchmnn committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    e1c9145 View commit details
    Browse the repository at this point in the history