Data stream lifecycle class names (#97381)

This commit is contained in:
Mary Gouseti 2023-07-05 12:28:32 +03:00 committed by GitHub
parent ed451a7047
commit a432313ff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
94 changed files with 1260 additions and 1088 deletions

View file

@ -370,7 +370,7 @@ module org.elasticsearch.server {
opens org.elasticsearch.common.logging to org.apache.logging.log4j.core;
exports org.elasticsearch.action.dlm;
exports org.elasticsearch.action.datastreams.lifecycle;
exports org.elasticsearch.action.downsample;
provides java.util.spi.CalendarDataProvider with org.elasticsearch.common.time.IsoCalendarDataProvider;