-
Notifications
You must be signed in to change notification settings - Fork 22
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
[minor] Update all non-major dependencies #372
Conversation
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
|
fb6c2c4
to
9e99582
Compare
a803fb6
to
85f960d
Compare
b5a3020
to
70a6cfa
Compare
70a6cfa
to
565bbfd
Compare
cb3e632
to
734ef21
Compare
@@ -4,7 +4,7 @@ set -e | |||
ARGS=(-m "${SOLR_MEMORY}") | |||
|
|||
if [[ -n "${SOLR_JETTY_OPTS}" ]]; then | |||
ARGS+=(-j "${SOLR_JETTY_OPTS}") | |||
ARGS+=(--jvm-opts "${SOLR_JETTY_OPTS}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure when solr changed this; must have been in 9.8 bump. Using -j
solr would fail to start with
ERROR: Jetty config is required when using the -j option!
Usage: solr start [-f] [-c] [--host host] [-p port] [--server-dir directory] [-z zkHost] [-m memory] [-e example] [--solr-home solr.solr.home] [--data-home solr.data.home] [--jvm-opts "jvm-opts"] [-V]
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally just to be sure, all looks good.
This PR contains the following updates:
9.7.0
->9.8.0
9.0.98
->9.0.100
2.8.4
->2.8.6
082032e
->b723fb8
9.1.0
->9.2.0
0.9.1
->0.9.2
Release Notes
apache/solr (apache-solr)
v9.8.0
Compare Source
apache/tomcat (apache-tomcat)
v9.0.100
Compare Source
v9.0.99
Compare Source
composer/composer (custom-composer)
v2.8.6
Compare Source
COMPOSER_WITH_DEPENDENCIES
andCOMPOSER_WITH_ALL_DEPENDENCIES
env vars to enable the--with[-all]-dependencies
flags (#12289)COMPOSER_SKIP_SCRIPTS
env var to tell Composer to skip certain script handlers by script names (comma separated) (#12290)v2.8.5
Compare Source
Added build provenance attestation so you can also now download and verify phar files from GitHub releases:
funding
values causing parse errors in packages (#12247)reload()
is used (#12269)vendor/composer/autoload*.php
(#12263)mysql/mysql-connector-j (jdbc-mysql)
v9.2.0
Compare Source
dbmdz/solr-ocrhighlighting (solr-ocrhighlighting)
v0.9.2
: : Solr 9.8 compatibility, MiniOCR improvementsCompare Source
Breaking Changes
<lib>
directive, the Solr JVM needs to be launched with-Dsolr.config.lib.enabled=true
for the plugin to workChanged
util/miniocr.py
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.
This PR has been generated by Renovate Bot.