Skip to content

Commit 80578a4

Browse files
committed
AC-8767::ES 7 deprecation and ES 8 upgrade
1 parent 7a5925c commit 80578a4

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/ProductFieldMapperProxy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function __construct(
3838

3939
/**
4040
* Get Product Field Mapper
41+
*
4142
* @return FieldMapperInterface
4243
*/
4344
private function getProductFieldMapper()

app/code/Magento/Elasticsearch7/Block/Adminhtml/System/Config/TestConnection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
/**
1111
* Elasticsearch 7.x test connection block
12-
* @deprecated because of EOL for Elasticsearch7
12+
* @deprecated 100.3.0 because of EOL for Elasticsearch7
13+
* @see this class will be responsible for ES7 only
1314
*/
1415
class TestConnection extends \Magento\AdvancedSearch\Block\Adminhtml\System\Config\TestConnection
1516
{

app/code/Magento/Elasticsearch7/Model/Adapter/DynamicTemplatesProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
/**
1414
* Elasticsearch dynamic templates provider.
15-
* @deprecated because of EOL for Elasticsearch7
15+
* @deprecated 100.3.0 because of EOL for Elasticsearch7
16+
* @see this class will be responsible for ES7 only
1617
*/
1718
class DynamicTemplatesProvider
1819
{

app/code/Magento/Elasticsearch7/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/DefaultResolver.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
/**
1414
* Default name resolver for Elasticsearch 7
15-
* @deprecated because of EOL for Elasticsearch7
15+
* @deprecated 100.3.0 because of EOL for Elasticsearch7
16+
* @see this class will be responsible for ES7 only
1617
*/
1718
class DefaultResolver implements ResolverInterface
1819
{

app/code/Magento/Elasticsearch7/Model/Client/Elasticsearch.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
/**
1717
* Elasticsearch client
18-
* @deprecated because of EOL for Elasticsearch7
18+
* @deprecated 100.3.0 because of EOL for Elasticsearch7
19+
* @see this class will be responsible for ES7 only
1920
*/
2021
class Elasticsearch implements ClientInterface
2122
{

app/code/Magento/Elasticsearch7/SearchAdapter/Adapter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
/**
2020
* Elasticsearch Search Adapter
21-
* @deprecated because of EOL for Elasticsearch7
21+
* @deprecated 100.3.0 because of EOL for Elasticsearch7
22+
* @see this class will be responsible for ES7 only
2223
*/
2324
class Adapter implements AdapterInterface
2425
{

app/code/Magento/Elasticsearch7/SearchAdapter/Mapper.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
/**
1414
* Elasticsearch7 mapper class
15-
* @deprecated because of EOL for Elasticsearch7
15+
* @deprecated 100.3.0 because of EOL for Elasticsearch7
16+
* @see this class will be responsible for ES7 only
1617
*/
1718
class Mapper
1819
{

0 commit comments

Comments
 (0)