Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

DATASOLR-276 - Use Set to store qualifiers in CDI extension. #72

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

Commits on Sep 22, 2016

  1. DATASOLR-276 - CDI support can fail due to Set.toString() used as Map…

    … key.
    
    Prepare issue branch.
    mp911de committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    b2cd2ee View commit details
    Browse the repository at this point in the history
  2. DATASOLR-276 - Use Set to store qualifiers in CDI extension.

    Qualifiers are now stored in their original set instead of using the toString representation.
    mp911de committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    128eb8f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. DATASOLR-516 - URL Cleanup.

    This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
    
    # Fixed URLs
    
    ## Fixed Success
    These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
    
    * http://build.spring.io/browse/DATASOLR with 1 occurrences migrated to:
      https://build.spring.io/browse/DATASOLR ([https](https://build.spring.io/browse/DATASOLR) result 200).
    * http://github.com/spring-projects/spring-data-solr with 1 occurrences migrated to:
      https://github.com/spring-projects/spring-data-solr ([https](https://github.com/spring-projects/spring-data-solr) result 200).
    * http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
      https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
    
    # Ignored
    These URLs were intentionally ignored.
    
    * http://maven.apache.org/POM/4.0.0 with 2 occurrences
    * http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
    
    Original Pull Request: #91
    Spring Operator authored and christophstrobl committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    ca13218 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. DATASOLR-516 - URL Cleanup.

    This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
    
    # Fixed URLs
    
    ## Fixed Success
    These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
    
    * [ ] http://www.apache.org/licenses/ with 2 occurrences migrated to:
      https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
    * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 306 occurrences migrated to:
      https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
    
    Original Pull Request: #107
    Spring Operator authored and christophstrobl committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    dca6bb1 View commit details
    Browse the repository at this point in the history