Skip to content

Commit f180bca

Browse files
authored
[8.3][doc] Add known issue to all affected versions due to jackson parsing bug (#93915) (#94057)
relates #92480 relates #92984
1 parent 5884385 commit f180bca

14 files changed

+64
-3
lines changed

docs/reference/release-notes/8.0.0.asciidoc

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Then, create an enrollment token for {kib} with the
3131
bin/elasticsearch-create-enrollment-token -s kibana
3232
----
3333
--
34+
// tag::jackson-filtering-bug[]
35+
* Parsing a request when the last element in an array is filtered out
36+
(for instance using `_source_includes`) fails. This
37+
is due to https://github.com/FasterXML/jackson-core/issues/882[a bug in Jackson parser].
38+
Fixed in {es} 8.6.1 ({es-pull}92480[#91456])
39+
// end::jackson-filtering-bug[]
3440

3541

3642
[[breaking-8.0.0]]

docs/reference/release-notes/8.0.1.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.0.1
33

44
Also see <<breaking-changes-8.0,Breaking changes in 8.0>>.
5+
[[known-issues-8.0.1]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.0.1]]
711
[float]
812
=== Bug fixes

docs/reference/release-notes/8.1.0.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.1.0
33

44
Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
5+
[[known-issues-8.1.0]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[breaking-8.1.0]]
711
[float]
812
=== Breaking changes

docs/reference/release-notes/8.1.1.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.1.1
33

44
Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
5+
[[known-issues-8.1.1]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.1.1]]
711
[float]
812
=== Bug fixes

docs/reference/release-notes/8.1.2.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.1.2
33

44
Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
5+
[[known-issues-8.1.2]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.1.2]]
711
[float]
812
=== Bug fixes

docs/reference/release-notes/8.1.3.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.1.3
33

44
Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
5+
[[known-issues-8.1.3]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.1.3]]
711
[float]
812
=== Bug fixes

docs/reference/release-notes/8.2.0.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.2.0
33

44
// Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
5+
[[known-issues-8.2.0]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.2.0]]
711
[float]
812
=== Bug fixes

docs/reference/release-notes/8.2.1.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.2.1
33

44
Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
5+
[[known-issues-8.2.1]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.2.1]]
711
[float]
812
=== Bug fixes

docs/reference/release-notes/8.2.2.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.2.2
33

44
Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
5+
[[known-issues-8.2.2]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.2.2]]
711
[float]
812
=== Bug fixes

docs/reference/release-notes/8.2.3.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.2.3
33

44
Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
5+
[[known-issues-8.2.3]]
6+
[float]
7+
=== Known issues
58

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.2.3]]
711
[float]
812
=== Bug fixes

docs/reference/release-notes/8.3.0.asciidoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
66
[discrete]
77
=== Known issues
88

9-
* 8.3.0 has an issue that could cause creating and accessing snapshots against Azure snapshot repositories
10-
to fail authenticating when using SAS tokens. This impacts self-managed customers who have deployed 8.3.0.
9+
* 8.3.0 has an issue that could cause creating and accessing snapshots against Azure snapshot repositories
10+
to fail authenticating when using SAS tokens. This impacts self-managed customers who have deployed 8.3.0.
1111
Elastic Cloud Azure deployments are not currently being upgraded to 8.3.0 and are not impacted as a result (issue: {es-issue}88140[#88140])
1212

13+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
14+
1315
[[bug-8.3.0]]
1416
[float]
1517
=== Bug fixes

docs/reference/release-notes/8.3.1.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
coming[8.3.1]
55

66
Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
7+
[[known-issues-8.3.1]]
8+
[float]
9+
=== Known issues
710

11+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
812
[[bug-8.3.1]]
913
[float]
1014
=== Bug fixes

docs/reference/release-notes/8.3.2.asciidoc

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
55

66
{es} 8.3.2 is a version compatibility release for the {stack}.
77

8+
[[known-issues-8.3.2]]
9+
[float]
10+
=== Known issues
11+
12+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
13+
814
[[bug-8.3.2]]
915
[float]
1016
=== Bug fixes
@@ -17,4 +23,4 @@ Geo::
1723
=== New features
1824

1925
Heath::
20-
* Add user action for the `instance_has_master` indicator {es-pull}87963[#87963]
26+
* Add user action for the `instance_has_master` indicator {es-pull}87963[#87963]

docs/reference/release-notes/8.3.3.asciidoc

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
55

6+
[[known-issues-8.3.3]]
7+
[float]
8+
=== Known issues
9+
10+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
11+
12+
613
[[bug-8.3.3]]
714
[float]
815
=== Bug fixes

0 commit comments

Comments
 (0)