Skip to content

Commit

Permalink
[DOCS] Add deprecation docs for transport profile types (elastic#77780)
Browse files Browse the repository at this point in the history
We deprecated the `transport.profiles.*.xpack.security.type` setting in 7.3 with PR elastic#43237
However, we didn't add a related item to the 7.3 deprecation docs. This adds the
missing item.

Relates to elastic#43236.
  • Loading branch information
jrodewig authored Sep 16, 2021
1 parent fe5da7e commit d1ec9ef
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/reference/migration/migrate_7_3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,21 @@ that the total number of hits is not tracked.

Aliases are now replicated to a follower from its leader, so directly modifying
aliases on follower indices is no longer allowed.
// end::notable-breaking-changes[]

[discrete]
[[breaking_73_security_deprecations]]
=== Security deprecations

[discrete]
[[deprecate-transport-profile-sec-type]]
==== The `transport.profiles.*.xpack.security.type` setting is deprecated.

The `transport.profiles.*.xpack.security.type` setting is now deprecated. In
8.0, the Java transport client will be removed. All client traffic will use the
HTTP interface instead.

To avoid deprecation warnings,
{java-rest}/java-rest-high-level-migration.html[migrate any code for the Java
transport client]. Then remove any transport profiles using the deprecated
setting.
// end::notable-breaking-changes[]

0 comments on commit d1ec9ef

Please sign in to comment.