Skip to content

Commit 4cf4719

Browse files
committed
[XPACK] Updates warning messaging
1 parent a639aa1 commit 4cf4719

File tree

1 file changed

+1
-1
lines changed
  • elasticsearch-xpack/lib/elasticsearch

1 file changed

+1
-1
lines changed

elasticsearch-xpack/lib/elasticsearch/xpack.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def xpack
6363
unless @xpack
6464
warn(
6565
'Deprecation notice: The elasticsearch-xpack gem will be deprecated and all the ' \
66-
"functionality will be available from elasticsearch-api.\n" \
66+
"functionality will be available from elasticsearch-api starting in 8.0.0.\n" \
6767
'See https://github.com/elastic/elasticsearch-ruby/issues/1274'
6868
)
6969
end

0 commit comments

Comments
 (0)