Skip to content

Commit 41d4921

Browse files
authored
[doc] Add known issue to all affected versions due to jackson parsing bug (#93915) (#94055)
relates #92480 relates #92984
1 parent 2b284d6 commit 41d4921

File tree

6 files changed

+26
-0
lines changed

6 files changed

+26
-0
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
@@ -3,7 +3,11 @@
33

44

55
Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
6+
[[known-issues-8.1.3]]
7+
[float]
8+
=== Known issues
69

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

0 commit comments

Comments
 (0)