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

Upgrade Solr version to 9.5.0 #56

Merged
merged 3 commits into from
Jun 19, 2024
Merged

Upgrade Solr version to 9.5.0 #56

merged 3 commits into from
Jun 19, 2024

Commits on Feb 28, 2024

  1. Upgrade Solr Docker base image version to 9.5.0

    The main addition for deployment is that `SOLR_*` environment variables
    will now be resolved by Solr to set the corresponding system properties,
    it makes using `environment` in Docker Compose files even more powerful.
    
    References:
    
    * https://solr.apache.org/guide/solr/9_5/upgrade-notes/major-changes-in-solr-9.html#solr-9-5
    * https://solr.apache.org/guide/solr/9_5/deployment-guide/solr-in-docker.html#solr-in-sh-configuration
    * https://github.com/metabrainz/musicbrainz-docker/tree/v-2024-02-16?tab=readme-ov-file#advanced-configuration
    yvanzo committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6db1ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b512df View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Prevent innocuous but annoying warning

    Starting from Solr 9.5.0, the following innocuous but annoying warning
    started to show up on server startup and when loading each core:
    
        java.lang.NoClassDefFoundError: jakarta/activation/DataSource
    
    It hasn’t been determined exactly why, but it is likely related to the
    changes made to resolve https://issues.apache.org/jira/browse/SOLR-17089
    yvanzo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e27f341 View commit details
    Browse the repository at this point in the history