Skip to content

Commit 7d66883

Browse files
authored
[DOCS] Add deprecation docs for transport profile types (#77780) (#77876)
We deprecated the `transport.profiles.*.xpack.security.type` setting in 7.3 with PR #43237 However, we didn't add a related item to the 7.3 deprecation docs. This adds the missing item. Relates to #43236.
1 parent de49fa4 commit 7d66883

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/reference/migration/migrate_7_3.asciidoc

+18-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,21 @@ that the total number of hits is not tracked.
7777

7878
Aliases are now replicated to a follower from its leader, so directly modifying
7979
aliases on follower indices is no longer allowed.
80-
// end::notable-breaking-changes[]
80+
81+
[discrete]
82+
[[breaking_73_security_deprecations]]
83+
=== Security deprecations
84+
85+
[discrete]
86+
[[deprecate-transport-profile-sec-type]]
87+
==== The `transport.profiles.*.xpack.security.type` setting is deprecated.
88+
89+
The `transport.profiles.*.xpack.security.type` setting is now deprecated. In
90+
8.0, the Java transport client will be removed. All client traffic will use the
91+
HTTP interface instead.
92+
93+
To avoid deprecation warnings,
94+
{java-rest}/java-rest-high-level-migration.html[migrate any code for the Java
95+
transport client]. Then remove any transport profiles using the deprecated
96+
setting.
97+
// end::notable-breaking-changes[]

0 commit comments

Comments
 (0)