Skip to content

Commit

Permalink
Merge branch 'opensearch-project:main' into moving-zstd-out-of-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakaggarwal97 committed Jun 27, 2023
2 parents ca81774 + 9d9a143 commit 97de18c
Show file tree
Hide file tree
Showing 64 changed files with 325 additions and 133 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `netty` from 4.1.91.Final to 4.1.93.Final ([#7901](https://github.com/opensearch-project/OpenSearch/pull/7901))
- Bump `com.amazonaws` 1.12.270 to `software.amazon.awssdk` 2.20.55 ([7372](https://github.com/opensearch-project/OpenSearch/pull/7372/))
- Add `org.reactivestreams` 1.0.4 ([7372](https://github.com/opensearch-project/OpenSearch/pull/7372/))
- Bump `com.networknt:json-schema-validator` from 1.0.81 to 1.0.83 ([7968](https://github.com/opensearch-project/OpenSearch/pull/7968))
- Bump `com.networknt:json-schema-validator` from 1.0.81 to 1.0.85 ([7968], #8255)
- Bump `com.netflix.nebula:gradle-extra-configurations-plugin` from 9.0.0 to 10.0.0 in /buildSrc ([#7068](https://github.com/opensearch-project/OpenSearch/pull/7068))
- Bump `com.google.guava:guava` from 32.0.0-jre to 32.0.1-jre (#8009)
- Bump `commons-io:commons-io` from 2.12.0 to 2.13.0 (#8014, #8013, #8010)
- Bump `com.diffplug.spotless` from 6.18.0 to 6.19.0 (#8007)
- Bump `'com.azure:azure-storage-blob` to 12.22.2 from 12.21.1 ([#8043](https://github.com/opensearch-project/OpenSearch/pull/8043))
- Bump `org.jruby.joni:joni` from 2.1.48 to 2.2.1 (#8015)
- Bump `org.jruby.joni:joni` from 2.1.48 to 2.2.1 (#8015, #8254)
- Bump `com.google.guava:guava` from 32.0.0-jre to 32.0.1-jre ([#8011](https://github.com/opensearch-project/OpenSearch/pull/8011), [#8012](https://github.com/opensearch-project/OpenSearch/pull/8012), [#8107](https://github.com/opensearch-project/OpenSearch/pull/8107))
- Bump `io.projectreactor:reactor-core` from 3.4.18 to 3.5.6 in /plugins/repository-azure ([#8016](https://github.com/opensearch-project/OpenSearch/pull/8016))
- Bump `spock-core` from 2.1-groovy-3.0 to 2.3-groovy-3.0 ([#8122](https://github.com/opensearch-project/OpenSearch/pull/8122))
Expand All @@ -110,6 +110,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `commons-io:commons-io` from 2.12.0 to 2.13.0 in /plugins/discovery-azure-classic ([#8140](https://github.com/opensearch-project/OpenSearch/pull/8140))
- Bump `mockito` from 5.2.0 to 5.4.0 ([#8181](https://github.com/opensearch-project/OpenSearch/pull/8181))
- Bump `netty` from 4.1.93.Final to 4.1.94.Final ([#8191](https://github.com/opensearch-project/OpenSearch/pull/8191))
- Bump `org.apache.hadoop:hadoop-minicluster` from 3.3.5 to 3.3.6 (#8257)
- Bump `io.projectreactor.netty:reactor-netty-http` from 1.1.7 to 1.1.8 (#8256)
- [Upgrade] Lucene 9.7.0 release (#8272)

### Changed
- Replace jboss-annotations-api_1.2_spec with jakarta.annotation-api ([#7836](https://github.com/opensearch-project/OpenSearch/pull/7836))
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ dependencies {
api 'com.avast.gradle:gradle-docker-compose-plugin:0.16.12'
api "org.yaml:snakeyaml:${props.getProperty('snakeyaml')}"
api 'org.apache.maven:maven-model:3.9.2'
api 'com.networknt:json-schema-validator:1.0.84'
api 'com.networknt:json-schema-validator:1.0.85'
api 'org.jruby.jcodings:jcodings:1.0.58'
api 'org.jruby.joni:joni:2.1.48'
api 'org.jruby.joni:joni:2.2.1'
api "com.fasterxml.jackson.core:jackson-databind:${props.getProperty('jackson_databind')}"
api "org.ajoberstar.grgit:grgit-core:5.2.0"

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opensearch = 3.0.0
lucene = 9.7.0-snapshot-204acc3
lucene = 9.7.0

bundled_jdk_vendor = adoptium
bundled_jdk = 20.0.1+9
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions libs/core/licenses/lucene-core-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ad391210ffd806931334be9670a35af00c56f959

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
297e1cfade4ef71466cc9d4f361d81807c8dc4c8

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
94293b169fb8572f440a5a4a523320ecf9778ffe

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2df800a38b64867b8dcd61fc2cd986114e4a80cb

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a01e8153f34d72e8c8c0180c1dea5b10f677dd3a

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b7d47d54683b0b1e09b271c32d1b7d3eb1990f49

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5e68b9816e6cff8ee15f5b350cf2ffa54f9828b7

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d23b1f05b471e05d0d6068b3ece7c8c65672eae7

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dfb4313f3c68d337310522840d7144c1605d084a
2 changes: 1 addition & 1 deletion plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
api 'io.projectreactor:reactor-core:3.5.6'
api 'io.projectreactor.netty:reactor-netty:1.1.7'
api 'io.projectreactor.netty:reactor-netty-core:1.1.7'
api 'io.projectreactor.netty:reactor-netty-http:1.1.7'
api 'io.projectreactor.netty:reactor-netty-http:1.1.8'
api "org.slf4j:slf4j-api:${versions.slf4j}"
api "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
696ea25658295e49906c6aad13fa70acbdeb2359

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-analysis-common-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
27ba6caaa4587a982cd451f7217b5a982bcfc44a

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-backward-codecs-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6389463bfbfcf902c8d31d12e9513a6818ac9d5e

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-core-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ad391210ffd806931334be9670a35af00c56f959

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-grouping-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8e6f0c229f4861be641047c33b05067176e4279c

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-highlighter-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
facb7c7ee0f75ed457a2d98f10d6430e25a53691

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-join-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d041bdc0947a14223cf68357407ee18b21027587

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-memory-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0fade51ee353e15ddbbc45262aafe6f99ed020f1

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-misc-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7fcf451e2376526c3a027958812866cc5b0ff13f

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-queries-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
126989d4622419aa06fcbf3a342e859cab8c8799

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-queryparser-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6e77bde908ff698354e4a2149e6dd4658b56d7b0

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-sandbox-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9f3e8e1947f2f1c5784132444af51a060ff0b4bf

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-spatial-extras-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01b0bc7a407d8c35a70a1adf7966bb3e7caae928

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-spatial3d-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7c6b1b6e0a70c9cd177371e648648c2f896742a2

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/lucene-suggest-9.7.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5c37fd9a5d71dc87fe1cd4c18ff295ec8cfac170
Loading

0 comments on commit 97de18c

Please sign in to comment.