Commit 0a07043
authored
This reverts commit 08a3549 and adds a
test that demonstrates that grok with ignore case fails with the new
dependency (jcodings 1.0.44 has a breaking change compared to 1.0.12,
also requiring an upgrade of joni).
This would crash ES with a `NoSuchFieldErrror` when using case insensitive
matching.
1 parent 1f9ee18 commit 0a07043
File tree
4 files changed
+12
-2
lines changed- libs/grok
- licenses
- modules/ingest-common/src/test/java/org/elasticsearch/ingest/common
4 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
48 | 58 | | |
49 | 59 | | |
50 | 60 | | |
| |||
0 commit comments