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

Update all non-major dependencies #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

isle-buildkit-renovate[bot]
Copy link
Contributor

@isle-buildkit-renovate isle-buildkit-renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Update Change
apache-solr minor 9.7.0 -> 9.8.0
apache-tomcat patch 9.0.98 -> 9.0.99
custom-composer patch 2.8.4 -> 2.8.5
islandora-starter-site digest 082032e -> b723fb8
jdbc-mysql minor 9.1.0 -> 9.2.0

Release Notes

apache/solr (apache-solr)

v9.8.0

Compare Source

apache/tomcat (apache-tomcat)

v9.0.99

Compare Source

composer/composer (custom-composer)

v2.8.5

Compare Source

  • Added build provenance attestation so you can also now download and verify phar files from GitHub releases:

      gh release --repo composer/composer download --pattern composer.phar
      gh attestation verify --repo composer/composer composer.phar
    
    • Fixed unsupported funding values causing parse errors in packages (#​12247)
    • Fixed support for a few newer funding formats (#​12257)
    • Fixed InstalledVersions regression from 2.8.4 when reload() is used (#​12269)
    • Fixed psr-0/psr-4 rules having unstable order in vendor/composer/autoload*.php (#​12263)
    • Fixed a few warnings happening incorrectly in edge cases (#​12284, #​12268, #​12283)
mysql/mysql-connector-j (jdbc-mysql)

v9.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@isle-buildkit-renovate isle-buildkit-renovate bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
@joecorall
Copy link
Contributor

joecorall commented Jan 30, 2025

I'll look into why solr tests are failing.

Regardless, we will want to wait until dbmdz/solr-ocrhighlighting#477 merges and we pickup its changes before merging this PR, along with dbmdz/solr-ocrhighlighting#478 being sure to address the NOTE

    NOTE: When using Solr >=9.8, you need to start it with `-Dsolr.config.lib.enabled=true`
          for this to work

@joecorall
Copy link
Contributor

We need to remove jetty opts for solr 9.8 to start OK. Renovate is going to rebase this PR next week. THe patch is this

From 7da673dcb5158292fe2465bda4803f665d2b213a Mon Sep 17 00:00:00 2001
From: Joe Corall <jjc223@lehigh.edu>
Date: Fri, 7 Feb 2025 10:07:17 -0500
Subject: [PATCH] Add config lib and remove jetty opts

---
 solr/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/solr/Dockerfile b/solr/Dockerfile
index 222937ce..41de0537 100644
--- a/solr/Dockerfile
+++ b/solr/Dockerfile
@@ -44,8 +44,9 @@ RUN create-service-user.sh --name solr /data && \
 
 # Defaults environment variables to be overloaded.
 ENV \
+    SOLR_CONFIG_LIB_ENABLED=true \
     SOLR_JAVA_OPTS= \
-    SOLR_JETTY_OPTS=-Dsolr.jetty.host=0.0.0.0 \
+    SOLR_JETTY_OPTS= \
     SOLR_LOG_LEVEL=INFO \
     SOLR_MEMORY=512m

@isle-buildkit-renovate isle-buildkit-renovate bot force-pushed the renovate.all-non-major-dependencies branch 5 times, most recently from b7a6756 to 847eed4 Compare February 12, 2025 07:03
@isle-buildkit-renovate isle-buildkit-renovate bot force-pushed the renovate.all-non-major-dependencies branch from 847eed4 to 52dd0b6 Compare February 12, 2025 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant