Skip to content

Commit 0ae5eac

Browse files
authored
Merge branch 'main' into main
2 parents 8ef7b24 + a4c3073 commit 0ae5eac

File tree

232 files changed

+8420
-940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+8420
-940
lines changed

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ BWC_VERSION:
1313
- "2.4.1"
1414
- "2.4.2"
1515
- "2.5.0"
16+
- "2.6.0"

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @reta @anasalkouz @andrross @reta @Bukhtawar @CEHENKLE @dblock @setiah @kartg @kotwanikunal @mch2 @nknize @owaiskazi19 @adnapibar @Rishikesh1159 @ryanbogan @saratvemulapalli @shwetathareja @dreamer-89 @tlfeng @VachaShah @xuezhou25
1+
* @reta @anasalkouz @andrross @reta @Bukhtawar @CEHENKLE @dblock @gbbafna @setiah @kartg @kotwanikunal @mch2 @nknize @owaiskazi19 @adnapibar @Rishikesh1159 @ryanbogan @saratvemulapalli @shwetathareja @dreamer-89 @tlfeng @VachaShah @xuezhou25

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased 3.0]
88
### Added
9+
- Add support of default replica count cluster setting ([#5610](https://github.com/opensearch-project/OpenSearch/pull/5610))
910
- Hardened token permissions in GitHub workflows ([#4587](https://github.com/opensearch-project/OpenSearch/pull/4587))
1011
- Support for HTTP/2 (server-side) ([#3847](https://github.com/opensearch-project/OpenSearch/pull/3847))
1112
- Add getter for path field in NestedQueryBuilder ([#4636](https://github.com/opensearch-project/OpenSearch/pull/4636))
@@ -19,7 +20,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1920
- Added experimental support for extensions ([#5347](https://github.com/opensearch-project/OpenSearch/pull/5347)), ([#5518](https://github.com/opensearch-project/OpenSearch/pull/5518), ([#5597](https://github.com/opensearch-project/OpenSearch/pull/5597)), ([#5615](https://github.com/opensearch-project/OpenSearch/pull/5615)))
2021
- Add CI bundle pattern to distribution download ([#5348](https://github.com/opensearch-project/OpenSearch/pull/5348))
2122
- Add support for ppc64le architecture ([#5459](https://github.com/opensearch-project/OpenSearch/pull/5459))
22-
23+
- Support versioning for Weighted routing apis([#5255](https://github.com/opensearch-project/OpenSearch/pull/5255))
24+
- Added @gbbafna as an OpenSearch maintainer ([#5668](https://github.com/opensearch-project/OpenSearch/pull/5668))
25+
- Add support for discovered cluster manager and remove local weights ([#5680](https://github.com/opensearch-project/OpenSearch/pull/5680))
26+
- Added support for feature flags in opensearch.yml ([#4959](https://github.com/opensearch-project/OpenSearch/pull/4959))
27+
- Add query for initialized extensions ([#5658](https://github.com/opensearch-project/OpenSearch/pull/5658))
2328

2429
### Dependencies
2530
- Bumps `log4j-core` from 2.18.0 to 2.19.0
@@ -30,31 +35,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3035
- Bumps `avro` from 1.11.0 to 1.11.1
3136
- Bumps `woodstox-core` from 6.3.0 to 6.3.1
3237
- Bumps `xmlbeans` from 5.1.0 to 5.1.1 ([#4354](https://github.com/opensearch-project/OpenSearch/pull/4354))
33-
- Bumps `azure-core-http-netty` from 1.12.0 to 1.12.4 ([#4160](https://github.com/opensearch-project/OpenSearch/pull/4160))
3438
- Bumps `azure-storage-common` from 12.18.0 to 12.18.1 ([#4164](https://github.com/opensearch-project/OpenSearch/pull/4664))
3539
- Bumps `org.gradle.test-retry` from 1.4.0 to 1.4.1 ([#4411](https://github.com/opensearch-project/OpenSearch/pull/4411))
3640
- Bumps `reactor-netty-core` from 1.0.19 to 1.0.22 ([#4447](https://github.com/opensearch-project/OpenSearch/pull/4447))
3741
- Bumps `reactive-streams` from 1.0.3 to 1.0.4 ([#4488](https://github.com/opensearch-project/OpenSearch/pull/4488))
3842
- Bumps `com.diffplug.spotless` from 6.10.0 to 6.11.0 ([#4547](https://github.com/opensearch-project/OpenSearch/pull/4547))
39-
- Bumps `reactor-core` from 3.4.18 to 3.4.23 ([#4548](https://github.com/opensearch-project/OpenSearch/pull/4548))
43+
- Bumps `reactor-core` from 3.4.23 to 3.5.1 ([#5604](https://github.com/opensearch-project/OpenSearch/pull/5604))
4044
- Bumps `jempbox` from 1.8.16 to 1.8.17 ([#4550](https://github.com/opensearch-project/OpenSearch/pull/4550))
4145
- Bumps `commons-compress` from 1.21 to 1.22
4246
- Bumps `jcodings` from 1.0.57 to 1.0.58 ([#5233](https://github.com/opensearch-project/OpenSearch/pull/5233))
4347
- Bumps `google-http-client-jackson2` from 1.35.0 to 1.42.3 ([#5234](https://github.com/opensearch-project/OpenSearch/pull/5234))
4448
- Bumps `azure-core` from 1.33.0 to 1.34.0 ([#5235](https://github.com/opensearch-project/OpenSearch/pull/5235))
4549
- Bumps `azure-core-http-netty` from 1.12.4 to 1.12.7 ([#5235](https://github.com/opensearch-project/OpenSearch/pull/5235))
46-
- Bumps `spock-core` from from 2.1-groovy-3.0 to 2.3-groovy-3.0 ([#5315](https://github.com/opensearch-project/OpenSearch/pull/5315))
50+
- Bumps `spock-core` from 2.1-groovy-3.0 to 2.3-groovy-3.0 ([#5315](https://github.com/opensearch-project/OpenSearch/pull/5315))
4751
- Bumps `json-schema-validator` from 1.0.69 to 1.0.73 ([#5316](https://github.com/opensearch-project/OpenSearch/pull/5316))
4852
- Bumps `proto-google-common-protos` from 2.8.0 to 2.10.0 ([#5318](https://github.com/opensearch-project/OpenSearch/pull/5318))
49-
- Bumps `protobuf-java` from 3.21.7 to 3.21.9 ([#5319](https://github.com/opensearch-project/OpenSearch/pull/5319))
50-
- Update Apache Lucene to 9.5.0-snapshot-a4ef70f ([#4979](https://github.com/opensearch-project/OpenSearch/pull/4979))
5153
- Update to Gradle 7.6 and JDK-19 ([#4973](https://github.com/opensearch-project/OpenSearch/pull/4973))
52-
- Bumps `protobuf-java` from 3.21.9 to 3.21.11 in /plugins/repository-hdfs ([#5519](https://github.com/opensearch-project/OpenSearch/pull/5519))
5354
- Update Apache Lucene to 9.5.0-snapshot-d5cef1c ([#5570](https://github.com/opensearch-project/OpenSearch/pull/5570))
5455
- Bump antlr4 from 4.9.3 to 4.11.1 ([#4546](https://github.com/opensearch-project/OpenSearch/pull/4546))
5556
- Bumps `maven-model` from 3.6.2 to 3.8.6 ([#5599](https://github.com/opensearch-project/OpenSearch/pull/5599))
5657
- Bumps `maxmind-db` from 2.1.0 to 3.0.0 ([#5601](https://github.com/opensearch-project/OpenSearch/pull/5601))
5758
- Bumps `protobuf-java` from 3.21.11 to 3.21.12 ([#5603](https://github.com/opensearch-project/OpenSearch/pull/5603))
59+
- Update nebula-publishing-plugin to 19.2.0 ([#5704](https://github.com/opensearch-project/OpenSearch/pull/5704))
5860

5961
### Changed
6062
- [CCR] Add getHistoryOperationsFromTranslog method to fetch the history snapshot from translogs ([#3948](https://github.com/opensearch-project/OpenSearch/pull/3948))
@@ -88,6 +90,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8890
- Fixed compression support for h2c protocol ([#4944](https://github.com/opensearch-project/OpenSearch/pull/4944))
8991
- Reject bulk requests with invalid actions ([#5299](https://github.com/opensearch-project/OpenSearch/issues/5299))
9092
- Support OpenSSL Provider with default Netty allocator ([#5460](https://github.com/opensearch-project/OpenSearch/pull/5460))
93+
- Increasing timeout of testQuorumRecovery to 90 seconds from 30 ([#5651](https://github.com/opensearch-project/OpenSearch/pull/5651))
94+
- [Segment Replication] Fix for peer recovery ([#5344](https://github.com/opensearch-project/OpenSearch/pull/5344))
95+
- [Test] Renaming PIT tests to IT to fix intermittent test failures ([#5750](https://github.com/opensearch-project/OpenSearch/pull/5750))
9196

9297
### Security
9398

@@ -96,17 +101,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
96101
- Prevent deletion of snapshots that are backing searchable snapshot indexes ([#5069](https://github.com/opensearch-project/OpenSearch/pull/5069))
97102
- Add max_shard_size parameter for shrink API ([#5229](https://github.com/opensearch-project/OpenSearch/pull/5229))
98103
- Add GeoTile and GeoHash Grid aggregations on GeoShapes. ([#5589](https://github.com/opensearch-project/OpenSearch/pull/5589))
104+
- Added support to apply index create block ([#4603](https://github.com/opensearch-project/OpenSearch/issues/4603))
105+
- Support request level durability for remote-backed indexes ([#5671](https://github.com/opensearch-project/OpenSearch/issues/5671))
99106

100107
### Dependencies
101108
- Bumps `bcpg-fips` from 1.0.5.1 to 1.0.7.1
102109
- Bumps `azure-storage-blob` from 12.16.1 to 12.20.0 ([#4995](https://github.com/opensearch-project/OpenSearch/pull/4995))
103110
- Bumps `commons-compress` from 1.21 to 1.22 ([#5104](https://github.com/opensearch-project/OpenSearch/pull/5104))
104111
- Bump `opencensus-contrib-http-util` from 0.18.0 to 0.31.1 ([#3633](https://github.com/opensearch-project/OpenSearch/pull/3633))
105-
- Bump `geoip2` from 3.0.1 to 3.0.2 ([#5103](https://github.com/opensearch-project/OpenSearch/pull/5103))
112+
- Bump `geoip2` from 3.0.2 to 4.0.0 ([#5634](https://github.com/opensearch-project/OpenSearch/pull/5634))
106113
- Bump gradle-extra-configurations-plugin from 7.0.0 to 8.0.0 ([#4808](https://github.com/opensearch-project/OpenSearch/pull/4808))
114+
- Bumps `gradle-info-plugin` from 11.3.3 to 12.0.0 ([#5600](https://github.com/opensearch-project/OpenSearch/pull/5600))
115+
- Bumps `apache-rat` from 0.13 to 0.15 ([#5675](https://github.com/opensearch-project/OpenSearch/pull/5675))
116+
- Bumps `reactor-netty` from 1.0.18 to 1.1.1 ([#5676](https://github.com/opensearch-project/OpenSearch/pull/5676))
107117

108118
### Changed
109119
- Add support for refresh level durability ([#5253](https://github.com/opensearch-project/OpenSearch/pull/5253))
120+
- Integrate remote segment store in the failover flow ([#5579](https://github.com/opensearch-project/OpenSearch/pull/5579))
110121

111122
### Deprecated
112123
- Refactor fuzziness interface on query builders ([#5433](https://github.com/opensearch-project/OpenSearch/pull/5433))
@@ -117,6 +128,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
117128
- Fix case sensitivity for wildcard queries ([#5462](https://github.com/opensearch-project/OpenSearch/pull/5462))
118129
- Apply cluster manager throttling settings during bootstrap ([#5524](https://github.com/opensearch-project/OpenSearch/pull/5524))
119130
- Update thresholds map when cluster manager throttling setting is removed ([#5524](https://github.com/opensearch-project/OpenSearch/pull/5524))
131+
- Fix backward compatibility for static cluster manager throttling threshold setting ([#5633](https://github.com/opensearch-project/OpenSearch/pull/5633))
132+
- Fix index exclusion behavior in snapshot restore and clone APIs ([#5626](https://github.com/opensearch-project/OpenSearch/pull/5626))
133+
- Fix graph filter error in search ([#5665](https://github.com/opensearch-project/OpenSearch/pull/5665))
120134
### Security
121135

122136
[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.4...HEAD

MAINTAINERS.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
- [Current Maintainers](#current-maintainers)
2-
- [Emeritus](#emeritus)
3-
1+
## Overview
2+
3+
This document contains a list of maintainers in this repo. See [opensearch-project/.github/RESPONSIBILITIES.md](https://github.com/opensearch-project/.github/blob/main/RESPONSIBILITIES.md#maintainer-responsibilities) that explains what the role of maintainer means, what maintainers do in this and other repos, and how they should be doing it. If you're interested in contributing, and becoming a maintainer, see [CONTRIBUTING](CONTRIBUTING.md).
4+
45
## Current Maintainers
56

6-
| Maintainer | GitHub ID | Affiliation |
7-
| --------------- | --------- | ----------- |
8-
| Anas Alkouz | [anasalkouz](https://github.com/anasalkouz) | Amazon |
9-
| Andrew Ross | [andrross](https://github.com/andrross)| Amazon |
10-
| Andriy Redko | [reta](https://github.com/reta) | Aiven |
11-
| Bukhtawar Khan | [Bukhtawar](https://github.com/Bukhtawar) | Amazon |
12-
| Charlotte Henkle | [CEHENKLE](https://github.com/CEHENKLE) | Amazon |
13-
| Daniel "dB." Doubrovkine | [dblock](https://github.com/dblock) | Amazon |
14-
| Himanshu Setia | [setiah](https://github.com/setiah) | Amazon |
15-
| Kartik Ganesh | [kartg](https://github.com/kartg) | Amazon |
16-
| Kunal Kotwani | [kotwanikunal](https://github.com/kotwanikunal) | Amazon |
17-
| Marc Handalian | [mch2](https://github.com/mch2) | Amazon |
18-
| Nick Knize | [nknize](https://github.com/nknize) | Amazon |
19-
| Owais Kazi | [owaiskazi19](https://github.com/owaiskazi19) | Amazon |
20-
| Rabi Panda | [adnapibar](https://github.com/adnapibar) | Amazon |
21-
| Rishikesh Pasham | [Rishikesh1159](https://github.com/Rishikesh1159) | Amazon|
22-
| Ryan Bogan | [ryanbogan](https://github.com/ryanbogan) | Amazon |
23-
| Sarat Vemulapalli | [saratvemulapalli](https://github.com/saratvemulapalli) | Amazon |
24-
| Shweta Thareja | [shwetathareja](https://github.com/shwetathareja) | Amazon |
25-
| Suraj Singh | [dreamer-89](https://github.com/dreamer-89) | Amazon |
26-
| Tianli Feng | [tlfeng](https://github.com/tlfeng) | Amazon |
27-
| Vacha Shah | [VachaShah](https://github.com/VachaShah) | Amazon |
28-
| Xue Zhou | [xuezhou25](https://github.com/xuezhou25) | Amazon |
7+
| Maintainer | GitHub ID | Affiliation |
8+
| ------------------------ | ------------------------------------------------------- | ----------- |
9+
| Anas Alkouz | [anasalkouz](https://github.com/anasalkouz) | Amazon |
10+
| Andrew Ross | [andrross](https://github.com/andrross) | Amazon |
11+
| Andriy Redko | [reta](https://github.com/reta) | Aiven |
12+
| Bukhtawar Khan | [Bukhtawar](https://github.com/Bukhtawar) | Amazon |
13+
| Charlotte Henkle | [CEHENKLE](https://github.com/CEHENKLE) | Amazon |
14+
| Daniel "dB." Doubrovkine | [dblock](https://github.com/dblock) | Amazon |
15+
| Gaurav Bafna | [gbbafna](https://github.com/gbbafna) | Amazon |
16+
| Himanshu Setia | [setiah](https://github.com/setiah) | Amazon |
17+
| Kartik Ganesh | [kartg](https://github.com/kartg) | Amazon |
18+
| Kunal Kotwani | [kotwanikunal](https://github.com/kotwanikunal) | Amazon |
19+
| Marc Handalian | [mch2](https://github.com/mch2) | Amazon |
20+
| Nick Knize | [nknize](https://github.com/nknize) | Amazon |
21+
| Owais Kazi | [owaiskazi19](https://github.com/owaiskazi19) | Amazon |
22+
| Rabi Panda | [adnapibar](https://github.com/adnapibar) | Amazon |
23+
| Rishikesh Pasham | [Rishikesh1159](https://github.com/Rishikesh1159) | Amazon |
24+
| Ryan Bogan | [ryanbogan](https://github.com/ryanbogan) | Amazon |
25+
| Sarat Vemulapalli | [saratvemulapalli](https://github.com/saratvemulapalli) | Amazon |
26+
| Shweta Thareja | [shwetathareja](https://github.com/shwetathareja) | Amazon |
27+
| Suraj Singh | [dreamer-89](https://github.com/dreamer-89) | Amazon |
28+
| Tianli Feng | [tlfeng](https://github.com/tlfeng) | Amazon |
29+
| Vacha Shah | [VachaShah](https://github.com/VachaShah) | Amazon |
30+
| Xue Zhou | [xuezhou25](https://github.com/xuezhou25) | Amazon |
2931

3032
## Emeritus
3133

32-
| Maintainer | GitHub ID | Affiliation |
33-
| --------------- | --------- | ----------- |
34-
| Abbas Hussain | [abbashus](https://github.com/abbashus) | Amazon |
35-
| Megha Sai Kavikondala | [meghasaik](https://github.com/meghasaik) | Amazon |
36-
37-
[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).
34+
| Maintainer | GitHub ID | Affiliation |
35+
| --------------------- | ----------------------------------------- | ----------- |
36+
| Abbas Hussain | [abbashus](https://github.com/abbashus) | Amazon |
37+
| Megha Sai Kavikondala | [meghasaik](https://github.com/meghasaik) | Amazon |

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,6 @@ gradle.projectsEvaluated {
413413
if (BuildParams.runtimeJavaVersion > JavaVersion.VERSION_17) {
414414
task.jvmArgs += ["-Djava.security.manager=allow"]
415415
}
416-
if (BuildParams.runtimeJavaVersion >= JavaVersion.VERSION_19) {
417-
task.jvmArgs += ["--enable-preview"]
418-
}
419416
}
420417
}
421418

buildSrc/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ dependencies {
106106
api 'org.apache.commons:commons-compress:1.22'
107107
api 'org.apache.ant:ant:1.10.12'
108108
api 'com.netflix.nebula:gradle-extra-configurations-plugin:8.0.0'
109-
api 'com.netflix.nebula:nebula-publishing-plugin:4.6.0'
110-
api 'com.netflix.nebula:gradle-info-plugin:11.3.3'
111-
api 'org.apache.rat:apache-rat:0.13'
109+
api 'com.netflix.nebula:nebula-publishing-plugin:19.2.0'
110+
api 'com.netflix.nebula:gradle-info-plugin:12.0.0'
111+
api 'org.apache.rat:apache-rat:0.15'
112112
api 'commons-io:commons-io:2.7'
113113
api "net.java.dev.jna:jna:5.11.0"
114114
api 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'

buildSrc/src/main/groovy/org/opensearch/gradle/plugin/PluginBuildPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class PluginBuildPlugin implements Plugin<Project> {
149149
private void configurePublishing(Project project, PluginPropertiesExtension extension) {
150150
// Only configure publishing if applied externally
151151
if (extension.hasClientJar) {
152-
project.pluginManager.apply('nebula.maven-base-publish')
152+
project.pluginManager.apply('com.netflix.nebula.maven-base-publish')
153153
// Only change Jar tasks, we don't want a -client zip so we can't change archivesBaseName
154154
project.tasks.withType(Jar) {
155155
archiveBaseName = archiveBaseName.get() + "-client"

buildSrc/src/main/java/org/opensearch/gradle/OpenSearchJavaPlugin.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,10 @@ private static void configureJarManifest(Project project) {
256256
);
257257
});
258258

259-
project.getPluginManager().apply("nebula.info-broker");
260-
project.getPluginManager().apply("nebula.info-basic");
261-
project.getPluginManager().apply("nebula.info-java");
262-
project.getPluginManager().apply("nebula.info-jar");
259+
project.getPluginManager().apply("com.netflix.nebula.info-broker");
260+
project.getPluginManager().apply("com.netflix.nebula.info-basic");
261+
project.getPluginManager().apply("com.netflix.nebula.info-java");
262+
project.getPluginManager().apply("com.netflix.nebula.info-jar");
263263
}
264264

265265
private static void configureJavadoc(Project project) {

buildSrc/src/main/java/org/opensearch/gradle/PublishPlugin.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ public class PublishPlugin implements Plugin<Project> {
6767

6868
@Override
6969
public void apply(Project project) {
70-
project.getPluginManager().apply("nebula.maven-base-publish");
70+
project.getPluginManager().apply("com.netflix.nebula.maven-base-publish");
71+
project.getPluginManager().apply("com.netflix.nebula.maven-nebula-publish");
7172
project.getPluginManager().apply(PomValidationPrecommitPlugin.class);
7273

7374
configureJavadocJar(project);
@@ -108,8 +109,12 @@ public String call() throws Exception {
108109
// Here we manually add any project dependencies in the "shadow" configuration to our generated POM
109110
publication.getPom().withXml(xml -> {
110111
Node root = xml.asNode();
111-
root.appendNode("name", project.getName());
112-
root.appendNode("description", project.getDescription());
112+
if (((NodeList) root.get("name")).isEmpty()) {
113+
root.appendNode("name", project.getName());
114+
}
115+
if (((NodeList) root.get("description")).isEmpty()) {
116+
root.appendNode("description", project.getDescription());
117+
}
113118
Node dependenciesNode = (Node) ((NodeList) root.get("dependencies")).get(0);
114119
project.getConfigurations().getByName(ShadowBasePlugin.CONFIGURATION_NAME).getAllDependencies().all(dependency -> {
115120
if (dependency instanceof ProjectDependency) {

buildSrc/src/main/java/org/opensearch/gradle/pluginzip/Publish.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private void addZipArtifact(Project project) {
5959

6060
@Override
6161
public void apply(Project project) {
62-
project.getPluginManager().apply("nebula.maven-base-publish");
62+
project.getPluginManager().apply("com.netflix.nebula.maven-nebula-publish");
6363
project.getPluginManager().apply(MavenPublishPlugin.class);
6464
project.afterEvaluate(evaluatedProject -> {
6565
if (isZipPublicationPresent(project)) {

0 commit comments

Comments
 (0)