File tree Expand file tree Collapse file tree 11 files changed +457
-208
lines changed
Block/Adminhtml/System/Config
Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver
dev/tests/integration/testsuite/Magento/Framework/Composer/_files Expand file tree Collapse file tree 11 files changed +457
-208
lines changed Original file line number Diff line number Diff line change 1212 "magento/module-store" : " *" ,
1313 "magento/module-catalog-inventory" : " *" ,
1414 "magento/framework" : " *" ,
15- "elasticsearch/elasticsearch" : " ~ 7.6"
15+ "elasticsearch/elasticsearch" : " 7.6.* "
1616 },
1717 "suggest" : {
1818 "magento/module-config" : " *"
Original file line number Diff line number Diff line change 77
88/**
99 * Elasticsearch 6.x test connection block
10+ * @deprecated the new minor release supports compatibility with Elasticsearch 7
1011 */
1112class TestConnection extends \Magento \AdvancedSearch \Block \Adminhtml \System \Config \TestConnection
1213{
Original file line number Diff line number Diff line change 1212
1313/**
1414 * Default name resolver.
15+ *
16+ * @deprecated the new minor release supports compatibility with Elasticsearch 7
1517 */
1618class DefaultResolver extends Base
1719{
Original file line number Diff line number Diff line change 1111
1212/**
1313 * Elasticsearch client
14+ *
15+ * @deprecated the new minor release supports compatibility with Elasticsearch 7
1416 */
1517class Elasticsearch implements ClientInterface
1618{
Original file line number Diff line number Diff line change 88 "magento/module-catalog-search" : " *" ,
99 "magento/module-search" : " *" ,
1010 "magento/module-elasticsearch" : " *" ,
11- "elasticsearch/elasticsearch" : " ~ 7.6"
11+ "elasticsearch/elasticsearch" : " 7.6.* "
1212 },
1313 "suggest" : {
1414 "magento/module-config" : " *"
Original file line number Diff line number Diff line change 1717 <type name =" Magento\Search\Model\Adminhtml\System\Config\Source\Engine" >
1818 <arguments >
1919 <argument name =" engines" xsi : type =" array" >
20- <item sortOrder =" 20" name =" elasticsearch6" xsi : type =" string" >Elasticsearch 6.x</item >
20+ <item sortOrder =" 20" name =" elasticsearch6" xsi : type =" string" >Elasticsearch 6.x (Deprecated) </item >
2121 </argument >
2222 </arguments >
2323 </type >
Original file line number Diff line number Diff line change 55 "php" : " ~7.3.0||~7.4.0" ,
66 "magento/framework" : " *" ,
77 "magento/module-elasticsearch" : " *" ,
8- "elasticsearch/elasticsearch" : " ~ 7.6" ,
8+ "elasticsearch/elasticsearch" : " 7.6.* " ,
99 "magento/module-advanced-search" : " *" ,
1010 "magento/module-catalog-search" : " *"
1111 },
Original file line number Diff line number Diff line change 3333 "colinmollenhour/credis" : " 1.11.1" ,
3434 "colinmollenhour/php-redis-session-abstract" : " ~1.4.0" ,
3535 "composer/composer" : " ^1.9" ,
36- "elasticsearch/elasticsearch" : " ~ 7.6" ,
36+ "elasticsearch/elasticsearch" : " 7.6.* " ,
3737 "guzzlehttp/guzzle" : " ^6.3.3" ,
3838 "laminas/laminas-captcha" : " ^2.7.1" ,
3939 "laminas/laminas-code" : " ~3.4.1" ,
You can’t perform that action at this time.
0 commit comments