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

SOLR-14680: Remove SimpleMap (affects NamedList) #2856

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 9, 2024

  1. SOLR-14680: Remove SimpleMap (affects NamedList)

    and the rest of SolrJ org.apache.solr.cluster.api
    
    NamedList:
    * new getOrDefault
    * remove forEachEntry, forEachKey, abortableForEachKey, abortableForEach
    * remove asMap, get(key, default)
    dsmiley committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8596dfc View commit details
    Browse the repository at this point in the history
  2. forEach

    dsmiley committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    5e8a5c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    6b3f5d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into noSimpleMap

    # Conflicts:
    #	solr/solrj-zookeeper/src/java/org/apache/solr/common/LazySolrCluster.java
    dsmiley committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0fba181 View commit details
    Browse the repository at this point in the history
  3. Fix SpatialHeatmapFacetsTest

    dsmiley committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6370577 View commit details
    Browse the repository at this point in the history