-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code review cleanup for dynamic migration/index
- Loading branch information
1 parent
51a3fe0
commit 8ae4c50
Showing
4 changed files
with
10 additions
and
36 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
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
33 changes: 1 addition & 32 deletions
33
build-tools-internal/src/main/resources/templates/migration-index.asciidoc
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 |
---|---|---|
@@ -1,35 +1,4 @@ | ||
[[breaking-changes]] | ||
= Migration guide | ||
|
||
This section discusses the changes that you need to be aware of to migrate | ||
your application to {version}. For more information about what's new in this | ||
release, see the <<release-highlights>> and <<es-release-notes>>. | ||
|
||
As {es} introduces new features and improves existing ones, the changes | ||
sometimes make older settings, APIs, and parameters obsolete. We typically | ||
deprecate obsolete functionality as part of a release. If possible, we support | ||
the deprecated functionality for several subsequent releases before removing it. | ||
This enables applications to continue working unchanged while you prepare to | ||
migrate away from the deprecated functionality. | ||
|
||
To get the most out of {es} and facilitate future upgrades, we strongly | ||
encourage migrating away from using deprecated functionality as soon as | ||
possible. | ||
|
||
To give you insight into what deprecated features you're using, {es}: | ||
|
||
- Returns a `Warn` HTTP header whenever you | ||
submit a request that uses deprecated functionality. | ||
- <<deprecation-logging, Logs deprecation warnings>> when | ||
deprecated functionality is used. | ||
- <<migration-api-deprecation, Provides a deprecation info API>> | ||
that scans a cluster's configuration | ||
and mappings for deprecated functionality. | ||
|
||
For more information about {minor-version}, | ||
see the <<release-highlights>> and <<es-release-notes>>. | ||
For information about how to upgrade your cluster, see <<setup-upgrade>>. | ||
include::migration_intro.asciidoc[] | ||
|
||
<% versions.each { print "* <<migrating-${ it },Migrating to ${ it }>>\n" } %> | ||
|
||
<% includeVersions.each { print "include::migrate_${ it }.asciidoc[]\n" } %> |
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