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

BXC-4701 - Update clients/tests to solr 9 #1791

Merged
merged 8 commits into from
Sep 4, 2024

Commits on Aug 27, 2024

  1. Update to solr 9, and wiremock 3 due to jetty versions. Update some c…

    …ommons usages which were referencing libraries pulled in by old solr versons
    bbpennel committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8d4dbe8 View commit details
    Browse the repository at this point in the history
  2. Update solr config, make paths absolute since it is now required, and…

    … don't double load config
    bbpennel committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    47ffe86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    421a100 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Running solr 9 in docker for the integration tests that ran it in jet…

    …ty, since it was failing to start. Add solr logging config
    bbpennel committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4239fde View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Adjusting ghactions

    bbpennel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    198e3ef View commit details
    Browse the repository at this point in the history
  2. Try solr as docker run

    bbpennel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    eccee81 View commit details
    Browse the repository at this point in the history
  3. Reenable build

    bbpennel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    84778a6 View commit details
    Browse the repository at this point in the history
  4. Explicitly add solr-api as compile scope, otherwise solr-core pulls i…

    …t in as test. Add commons-codec directly in a lower module, since it was previously being imported via transitive dependencies, but no longer is
    bbpennel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    099112b View commit details
    Browse the repository at this point in the history