mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Updating deprecation message wording based on docs team feedback (#79387)
This commit updates deprecation info API wording based on feedback from the docs team.
This commit is contained in:
parent
69cf4a3154
commit
f662dc1cf3
9 changed files with 556 additions and 520 deletions
|
@ -41,7 +41,7 @@ public class MigrationIT extends ESRestHighLevelClientTestCase {
|
|||
List<DeprecationInfoResponse.DeprecationIssue> nodeSettingsIssues = response.getNodeSettingsIssues();
|
||||
if (JavaVersion.current().compareTo(JavaVersion.parse("11")) < 0) {
|
||||
nodeSettingsIssues = nodeSettingsIssues.stream()
|
||||
.filter(each -> each.getMessage().equals("Java 11 is required") == false)
|
||||
.filter(each -> each.getMessage().equals("Java 11 is required in 8.0") == false)
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue