Pin dependencies to java 11 for Solrbot - #4732
Closed
epugh wants to merge 2686 commits into
Closed
Conversation
…ch name (apache#3809) (cherry picked from commit 65b0f7b)
…pache#3817) (cherry picked from commit d229ee4)
* Update install_solr_service.sh, adding Amazon Linux as known distro --------- Co-authored-by: Eric Pugh <epugh@opensourceconnections.com>
Remove SOLR-16667 from 9x changelog Add missing dependency changelog for 9.8 Remove duplicate SOLR-17304 changelog Added SOLR-16986 changelog to branch_9x
* SOLR-17619 Cleanup after logchange cutover * Exclude generated archive.md files from license checks * Fix generate-filename * Incorporate David's suggestion. * Fixes precommit Fixes apache#3818 (cherry picked from commit fb74fa8)
- Port tool parseContributorsFromChanges.py to use logchange - Release Wizard improvements for 9.10.0: - support for persisting vars in commands - changed logchange steps - Many improvements in the 1-time changes2logchange.py utility - Bug fix changes2html.py to handle ALPHA/BETA releases - New validateChangelogs.py tool
…he#3831) - Authors with url and github nick handled - Plain PR ref `apache#123` detected as PR#123 with github link - Correct a changelog yaml missing JIRA issue - Fix links in dev-docs/changelog.adoc - Describe logchangeArchive task. - Remove mention of Perl as a requirement for build (cherry picked from commit 19ec326)
…icy (apache#3848) (cherry picked from commit 616c7d6)
(cherry picked from commit a72691c)
(cherry picked from commit 87785bb)
(cherry picked from commit 09fd8d2)
…on same node (apache#2503) (cherry picked from commit 5e58e05)
(cherry picked from commit 1aa47ef)
(cherry picked from commit 3c9fcc1)
…-up to apache#4609) These files are not "released" (not in the source or any other release), mirroring the exclusion main gained via apache#4569's broader RAT overhaul. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
These files are not "released" (not in the source or any other release anymore). (cherry picked from commit bfd7ff1)
… expressions (apache#4691) (cherry picked from commit 5c28547)
Co-authored-by: Eric Pugh <epugh@opensourceconnections.com>
Co-authored-by: Eric Pugh <epugh@opensourceconnections.com>
Contributor
Author
|
crap, made this to main, not branch_9x. That get's me all the damn time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Solrbot doesn't know that some dependencies have been moved to Java versions newer than 11, but branch_9x must stay at 11.
For example: #4719
Solution
Pin the dependencies so they don't get updated.