OpenSearch/modules/lang-mustache/src
Simon Willnauer 9c9afe3f01 Remove SearchContext#current and all it's threadlocals (#20778)
Today SearchContext expose the current context as a thread local which makes any kind of sane interface design very very hard. This PR removes the thread local entirely and instead passes the relevant context anywhere needed. This simplifies state management dramatically and will allow for a much leaner SearchContext interface down the road.
2016-10-06 19:51:54 +02:00
..
main add extra safety when accessing scripts or now and reqeusts are cached 2016-10-05 09:41:48 +02:00
test Remove SearchContext#current and all it's threadlocals (#20778) 2016-10-06 19:51:54 +02:00