Elasticsearch ~6.8 upgrade#25
Draft
kilgore5 wants to merge 3 commits into
Draft
Conversation
added 3 commits
January 24, 2024 21:46
``` Johns-MBP:elastic-press johnroyall$ bin/composer update elasticsearch/elasticsearch Loading composer repositories with package information Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/ Updating dependencies (including require-dev) Package operations: 2 installs, 1 update, 0 removals - Installing ezimuel/guzzlestreams (3.1.0): Downloading (100%) - Installing ezimuel/ringphp (1.1.2): Downloading (100%) - Updating elasticsearch/elasticsearch (v6.7.2 => v6.8.2): Downloading (100%) ``` ``` Johns-MBP:elastic-press johnroyall$ bin/composer remove guzzlehttp/ringphp guzzlehttp/ringphp is not required in your composer.json and has not been removed Loading composer repositories with package information Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/ Updating dependencies (including require-dev) Package operations: 0 installs, 1 update, 2 removals - Removing guzzlehttp/streams (3.0.0) - Removing guzzlehttp/ringphp (1.1.1) - Updating react/promise (v2.8.0 => v2.11.0): Downloading (100%) ```
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.
upgrade Elasticsearch 6.1 -> 6.8 (latest release compatible with elasticsearch 6)
guzzlehttp/ringphpthat we get warnings about plus, other dependencies of thattesting note
phpunittests running again #22 but there is a an existing broken test prior to the changes introduced in this PR