OpenSearch/modules
Ryan Ernst 3046656ab1
Scripting: Rework joda time backcompat (#33486)
This commit switches the joda time backcompat in scripting to use
augmentation over ZonedDateTime. The augmentation methods provide
compatibility with the missing methods between joda's DateTime and
java's ZonedDateTime. Due to getDayOfWeek returning an enum in the java
API, ZonedDateTime is wrapped so that the method can return int like the
joda time does. The java time api version is renamed to
getDayOfWeekEnum, which will be kept through 7.x for compatibility while
users switch back to getDayOfWeek once joda compatibility is removed.
2018-09-16 19:18:00 -07:00
..
aggs-matrix-stats Upgrade to a Lucene 8 snapshot (#33310) 2018-09-06 14:42:06 +02:00
analysis-common Add predicate_token_filter (#33431) 2018-09-11 09:16:39 +01:00
ingest-common INGEST: Allow Repeated Invocation of Pipeline (#33419) 2018-09-05 22:04:53 +02:00
lang-expression Upgrade to latest Lucene snapshot (#33505) 2018-09-10 20:51:55 +01:00
lang-mustache Switch remaining LLREST usage to new style Requests (#33171) 2018-08-28 14:20:14 -04:00
lang-painless Scripting: Rework joda time backcompat (#33486) 2018-09-16 19:18:00 -07:00
mapper-extras Simplify the return type of FieldMapper#parse. (#32654) 2018-09-04 01:15:19 +00:00
parent-join [Docs] Minor fix in `has_child` javadoc comment (#33674) 2018-09-14 09:41:20 +02:00
percolator Upgrade to a Lucene 8 snapshot (#33310) 2018-09-06 14:42:06 +02:00
rank-eval Rank-Eval: Reduce scope of an unchecked supression 2018-07-26 11:16:01 +02:00
reindex [Test] Remove duplicate method in TestShardRouting (#32815) 2018-09-10 18:29:00 +02:00
repository-url Use generic AcknowledgedResponse instead of extended classes (#32859) 2018-08-15 08:06:14 -06:00
transport-netty4 Introduce `TransportLogger` for common logging (#32725) 2018-09-05 16:12:37 -06:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00