Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update to solr 9, and wiremock 3 due to jetty versions. Update some commons usages which were referencing libraries pulled in by old solr versons * Update solr config, make paths absolute since it is now required, and don't double load config * Switch over to wiremock-jre8-standalone to avoid jetty version conflicts with solr * Running solr 9 in docker for the integration tests that ran it in jetty, since it was failing to start. Add solr logging config * Adjusting ghactions * Try solr as docker run * Reenable build * Explicitly add solr-api as compile scope, otherwise solr-core pulls it in as test. Add commons-codec directly in a lower module, since it was previously being imported via transitive dependencies, but no longer is
- Loading branch information