elasticsearch/modules/lang-expression
Artem Prigoda 763d6d510f
Use Java 15 text blocks for JSON and multiline strings (#80751)
The ES code base is quite JSON heavy. It uses a lot of multi-line JSON requests in tests which need to be escaped and concatenated which in turn makes them hard to read. Let's try to leverage Java 15 text blocks for representing them.
2021-12-15 18:01:28 +01:00
..
licenses Upgrade to released lucene 9.0.0 (#81426) 2021-12-07 14:19:56 +00:00
src Use Java 15 text blocks for JSON and multiline strings (#80751) 2021-12-15 18:01:28 +01:00
build.gradle Introduce simple public yaml-rest-test plugin (#76554) 2021-08-31 08:45:52 +02:00