Merge main into multi-project

This commit is contained in:
Niels Bauman 2025-01-31 11:21:48 +10:00
commit da7d58c06c
140 changed files with 3585 additions and 2708 deletions

View file

@ -464,7 +464,8 @@ module org.elasticsearch.server {
with
org.elasticsearch.index.codec.Elasticsearch814Codec,
org.elasticsearch.index.codec.Elasticsearch816Codec,
org.elasticsearch.index.codec.Elasticsearch900Codec;
org.elasticsearch.index.codec.Elasticsearch900Codec,
org.elasticsearch.index.codec.Elasticsearch900Lucene101Codec;
provides org.apache.logging.log4j.core.util.ContextDataProvider with org.elasticsearch.common.logging.DynamicContextDataProvider;