-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecation info api for camel case date formats (#83839)
using camel case date formats was deprecated in #59949 but only using deprecation logger. This commit adds deprecation info checks
- Loading branch information
Showing
4 changed files
with
149 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pr: 83839 | ||
summary: Deprecation info api for camel case date formats | ||
area: Infra/Core | ||
type: deprecation | ||
issues: [] | ||
deprecation: | ||
title: Deprecation info api for camel case date formats | ||
area: Mappings | ||
body: |- | ||
The use of camel case patterns on date formats is deprecated | ||
and will be removed in {es} 8.0.0. | ||
The corresponding snake case pattern should be used instead. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters