spring-data-solr icon indicating copy to clipboard operation
spring-data-solr copied to clipboard

DATASOLR-333 - Make solr-cloud support basic Auth.

Open parisni opened this issue 6 years ago • 0 comments

This PR provides the support for basic auth in solr-cloud connection. This does not add a new class and uses the httpSolrClientFactory wich allready works with solr-cloud and also add the support for basic auth.

  • [x] You have read the Spring Data contribution guidelines.
  • [x] There is a ticket in the bug tracker for the project in our JIRA.
  • [x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [x] You submit test cases (unit or integration tests) that back your changes.
  • [ ] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

parisni avatar Sep 26 '19 20:09 parisni