Skip to content

Commit

Permalink
Fixed deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Nov 9, 2023
1 parent aa82131 commit 1e89b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Resources/config/container/solr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
deprecated:
version: 'eZ Platform 3.2.0'
package: 'ibexa/solr'
message: 'The "%service_id%" service is deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0., use ezpublish.search.solr.result_extractor.content.native or ezpublish.search.solr.result_extractor.location.native instead.'
message: 'The "%service_id%" service is deprecated since eZ Platform 3.2.0, to be removed in Ibexa DXP 5.0.0. Use ibexa.solr.result_extractor.content.native or ibexa.solr.result_extractor.location.native instead.'

ibexa.solr.result_extractor.content.native:
class: Ibexa\Solr\ResultExtractor\NativeResultExtractor
Expand All @@ -85,7 +85,7 @@ services:
deprecated:
version: 'eZ Platform 3.2.0'
package: 'ibexa/solr'
message: 'The "%alias_id%" alias is deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0. Use ezpublish.search.solr.result_extractor.content or ezpublish.search.solr.result_extractor.location instead'
message: 'The "%alias_id%" alias is deprecated since eZ Platform 3.2.0, to be removed in Ibexa DXP 5.0.0. Use ibexa.solr.result_extractor.content or ibexa.solr.result_extractor.location instead'

ibexa.solr.result_extractor.content:
alias: ibexa.solr.result_extractor.content.native
Expand Down

0 comments on commit 1e89b9e

Please sign in to comment.