elasticsearch/modules/ingest-user-agent
Armin Braun 49f1b5b787
Make sure to close XContentParser in more spots (#103504)
We're leaking quite a few of these parsers. That doesn't seem to be much
of a problem but results in some memory inefficiencies in Jackson here
and there. This PR bulk fixes a bunch of instances that I could easily
automatically fix. I'll open a follow-up for closing the parser on the
document parsing context which also suffers from this but is non-trivial
to fix.
2023-12-19 10:26:06 +01:00
..
src Make sure to close XContentParser in more spots (#103504) 2023-12-19 10:26:06 +01:00
build.gradle Update ingest-user-agent module to use new rest test framework (#100736) 2023-10-30 13:42:49 -04:00