Skip to content

Commit 5b083e2

Browse files
authored
[doc] Add known issue to all affected versions due to jackson parsing bug (#93915)
relates #92480 relates #92984
1 parent 7b08eda commit 5b083e2

24 files changed

+82
-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
@@ -15,6 +15,8 @@ include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
1515

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

18+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
19+
1820
[[bug-8.4.1]]
1921
[float]
2022
=== Bug fixes

docs/reference/release-notes/8.4.2.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ 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]
2626

27+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
28+
2729
[[bug-8.4.2]]
2830
[float]
2931
=== Bug fixes

docs/reference/release-notes/8.4.3.asciidoc

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

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

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

docs/reference/release-notes/8.5.0.asciidoc

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

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

21+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
22+
2123
[[breaking-8.5.0]]
2224
[float]
2325
=== Breaking changes

docs/reference/release-notes/8.5.1.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
1212

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

15+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
1516
[[bug-8.5.1]]
1617
[float]
1718
=== Bug fixes

docs/reference/release-notes/8.5.2.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
1212

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

15+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
1516
[[bug-8.5.2]]
1617
[float]
1718
=== Bug fixes

docs/reference/release-notes/8.5.3.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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]
1415
[[bug-8.5.3]]
1516
[float]
1617
=== Bug fixes

docs/reference/release-notes/8.6.0.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
99

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

12+
include::8.0.0.asciidoc[tag=jackson-filtering-bug]
13+
1214
[[bug-8.6.0]]
1315
[float]
1416
=== Bug fixes

docs/reference/release-notes/8.6.1.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
1010
Data streams::
1111
* Fix wildcard expansion for delete-by-query on data streams {es-pull}92891[#92891]
1212
* Fix wildcard expansion for update-by-query on data streams {es-pull}92717[#92717] (issue: {es-issue}90272[#90272])
13+
* Patch jackson-core with locally modified class #92984
14+
This fixes an issue in jackson parsing (issue: {es-issue}92480[#92480])
1315

1416
Distributed::
1517
* Fix `ByteArrayIndexInput` with nonzero offset {es-pull}93205[#93205]

0 commit comments

Comments
 (0)