elasticsearch/modules
Jack Conradson 7234730532
Replace bridge methods with filtered methods in Painless (#88100)
The invokedynamic instruction does not perfectly follow the Painless casting model opting to add 
bridge methods where necessary to ensure symmetric behavior between compile-time and run-time 
casting using boxed types. This change replaces the specialized class loader and bridge methods using 
filtered method handles instead. This reduces the overall complexity of runtime casting.
2022-07-05 11:59:04 -07:00
..
aggs-matrix-stats fix: extract matrix stats using bucket_selector buckets_path (#88271) 2022-07-05 18:02:31 +02:00
analysis-common Cleanup needless anonymous classes where lambdas suffice (#88154) 2022-06-29 20:18:33 +02:00
data-streams Skip backing indices with a disjoint range on @timestamp field. (#85162) 2022-07-04 05:38:46 -04:00
ingest-attachment Removing BouncyCastle dependencies from ingest-attachment plugin (#88031) 2022-06-28 11:00:17 -05:00
ingest-common Script: Add Metadata to ingest context. (#87309) 2022-06-29 15:32:53 -05:00
ingest-geoip Geoip processor should respect the ignore_missing parameter in case of missing database (#87793) 2022-06-27 05:46:21 -04:00
ingest-user-agent Modularize the ingest-user-agent component (#87747) 2022-06-16 17:27:14 +01:00
kibana Prevent migration of system indices that match templates (#87933) 2022-06-23 10:59:12 -04:00
lang-expression Upgrade to new Lucene snapshot (#87932) 2022-06-23 12:18:27 -04:00
lang-mustache Modularize the lang-mustache component (#87789) 2022-06-17 14:25:06 +01:00
lang-painless Replace bridge methods with filtered methods in Painless (#88100) 2022-07-05 11:59:04 -07:00
legacy-geo Upgrade to new Lucene snapshot (#87932) 2022-06-23 12:18:27 -04:00
mapper-extras Speed up synthetic keyword, ip, and text fields (#87930) 2022-06-24 08:25:56 -04:00
parent-join Modularize the kibana, mapper-extras, parent-join, and systemd, components (#87794) 2022-06-17 14:12:27 +01:00
percolator Remove default-value parameters from non-core queries (#87813) 2022-06-20 12:43:41 +01:00
rank-eval Dry up collection writing to StreamOutput (#86386) 2022-05-24 07:30:34 +02:00
reindex Include the calling transport task in the method for individual node task operations (#88081) 2022-06-28 11:55:22 -04:00
repository-azure Upgrade to Log4J 2.18.0 (#88237) 2022-07-04 11:30:38 +01:00
repository-gcs Upgrade to Log4J 2.18.0 (#88237) 2022-07-04 11:30:38 +01:00
repository-s3 Upgrade to Log4J 2.18.0 (#88237) 2022-07-04 11:30:38 +01:00
repository-url Upgrade to Log4J 2.18.0 (#88237) 2022-07-04 11:30:38 +01:00
runtime-fields-common Apply precommit checks for non productive projects (#85533) 2022-04-20 08:54:56 +02:00
systemd Modularize the kibana, mapper-extras, parent-join, and systemd, components (#87794) 2022-06-17 14:12:27 +01:00
transport-netty4 Upgrade to Netty 4.1.77 (#86630) 2022-06-17 14:53:26 +02:00
build.gradle Convert repository plugins to modules (#81870) 2022-01-10 10:45:42 +00:00