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

COLLECTIONS-803: prevent duplicate call to convertKey on put for CaseInsensitiveMap #276

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    3ff965d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065dd8b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    d33ddb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ac374a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    70e7b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce8d7ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae40690 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    651d7a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cf07ca View commit details
    Browse the repository at this point in the history
  6. Merge branch 'COLLECTIONS-803-improve-performance-caseinsensitivemap-…

    …put' of https://github.com/Simulant87/commons-collections into COLLECTIONS-803-improve-performance-caseinsensitivemap-put
    Simulant87 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2193363 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    7f7b52f View commit details
    Browse the repository at this point in the history
  2. [COLLECTIONS-803] make private methods protected for CaseInsensitiveMap

    in order to allow overwrites by subclasses.
    Updated JavaDoc and parameter names to point out required key conversion.
    Simulant87 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1134908 View commit details
    Browse the repository at this point in the history