Commit graph

4 commits

Author SHA1 Message Date
Rene Groeschke
3909b5eaf9
Add verification metadata for dependencies (#88814)
Removing the custom dependency checksum functionality in favor of Gradle build-in dependency verification support. 

- Use sha256 in favor of sha1 as sha1 is not considered safe these days.

Closes https://github.com/elastic/elasticsearch/issues/69736
2022-08-04 09:51:16 +02:00
Martijn van Groningen
785cf6bd44
Upgrade joni from 2.1.6 to 2.1.29 (#47374)
Changed the Grok class to use searchInterruptible(...) instead of search(...)
otherwise we can't interrupt long running matching via the thread watch
dog.

Joni now also provides another way to interrupt long running matches.
By invoking the interrupt() method on the Matcher. We need then to refactor
the watch thread dog to keep track of Matchers instead of Threads, but
it is a better way of doing this, since interrupting would be more direct
(not every 30k iterations) and efficient (checking a volatile field).
This work needs to be done in a follow up.
2019-10-04 06:30:41 -05:00
Alexander Reelsen
08a3549a1e
Upgrade jcodings dependency to 1.0.44 (#43334) 2019-06-26 10:03:16 +02:00
Martijn van Groningen
3fad16e76c renamed module 2018-02-20 08:02:02 +01:00