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

Make the FieldQueryMapEncoder encoder thread safe #1369

Merged
merged 3 commits into from
Apr 22, 2021

Commits on Feb 27, 2021

  1. Make the FieldQueryMapEncoder encoder thread safe

    Change the caching map to be concurrent and only
    insert items that are missing to the map.
    Fixes OpenFeign#1257
    Budlee committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    002e660 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

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

Commits on Mar 26, 2021

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