OpenSearch/modules
Tanguy Leroux e4c7d8183e XContentBuilder: Avoid building self-referencing objects (#20550)
Some objects like maps, iterables or arrays of objects can self-reference themselves. This is mostly due to a bug in code but the XContentBuilder should be able to detect such situations and throws an IllegalArgumentException instead of building objects over and over until a stackoverflow occurs.

closes #20540
closes #19475
2016-10-11 11:41:54 +02:00
..
aggs-matrix-stats Switch aggregation registration for push to pull 2016-08-16 09:08:36 -04:00
ingest-common docs: marked `foreach` processor as experimental 2016-09-30 12:23:42 +02:00
lang-expression Upgrade to Lucene 6.2.0 2016-08-24 17:26:28 -04:00
lang-groovy Fix wrong logger usages 2016-09-21 14:45:28 +02:00
lang-mustache Remove SearchContext#current and all it's threadlocals (#20778) 2016-10-06 19:51:54 +02:00
lang-painless XContentBuilder: Avoid building self-referencing objects (#20550) 2016-10-11 11:41:54 +02:00
percolator Replace org.elasticsearch.common.lucene.search.MatchNoDocsQuery with its Lucene version (org.apache.lucene.search.MatchNoDocsQuery) (#20832) 2016-10-10 17:45:19 +02:00
reindex Simplify TransportAddress (#20798) 2016-10-07 15:56:54 +02:00
transport-netty3 Prevent AbstractArrays from release bytes more than once (#20819) 2016-10-10 17:30:37 +02:00
transport-netty4 Prevent AbstractArrays from release bytes more than once (#20819) 2016-10-10 17:30:37 +02:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00