Skip to content

Commit f195e36

Browse files
authored
[8.4][doc] Add known issue to all affected versions due to jackson parsing bug (#93915) (#94058)
relates #92480 relates #92984
1 parent b772620 commit f195e36

18 files changed

+74
-2
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
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
== {es} version 8.3.0
33

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

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

docs/reference/release-notes/8.3.1.asciidoc

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

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

9+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
610
[[bug-8.3.1]]
711
[float]
812
=== 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

docs/reference/release-notes/8.4.0.asciidoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Also see <<breaking-changes-8.4,Breaking changes in 8.4>>.
1111
* {ml-cap} {dfeeds} cannot be listed if any are not modified since version 6.x
1212
+
1313
If you have a {dfeed} that was created in version 5.x or 6.x and has not
14-
been updated since 7.0, it is not possible to list {dfeeds} in
14+
been updated since 7.0, it is not possible to list {dfeeds} in
1515
8.4 and 8.5. This means that {anomaly-jobs} cannot be managed using
1616
{kib}. This issue is fixed in 8.6.0.
1717
+
@@ -28,6 +28,8 @@ To resolve the deadlock, remove the `settings.json` file and restart the
2828
affected node.
2929
// end::file-based-settings-deadlock-known-issue[]
3030

31+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
32+
3133
[[bug-8.4.0]]
3234
[float]
3335
=== Bug fixes

docs/reference/release-notes/8.4.1.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
1111

1212
include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue]
1313

14+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
15+
1416
[[bug-8.4.1]]
1517
[float]
1618
=== Bug fixes

docs/reference/release-notes/8.4.2.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ an incorrectly parsed date could be used. The workaround is to use date pattern
2323
include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
2424

2525
include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue]
26+
27+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
28+
2629
[[bug-8.4.2]]
2730
[float]
2831
=== Bug fixes

docs/reference/release-notes/8.4.3.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
1414

1515
include::8.4.0.asciidoc[tag=file-based-settings-deadlock-known-issue]
1616

17+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
18+
1719
[[bug-8.4.3]]
1820
[float]
1921
=== Bug fixes

0 commit comments

Comments
 (0)