Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update com.networknt:json-schema-validator dependency from 1.0.81 to 1.0.83 #7933

Merged
merged 18 commits into from
Jun 8, 2023

Conversation

stephen-crawford
Copy link
Contributor

Description

#7809 failed so updates dependency com.networknt:json-schema-validator from 1.0.81 to 1.0.83 manually

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Stephen Crawford <[email protected]>
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Stephen Crawford <[email protected]>
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Stephen Crawford <[email protected]>
@github-actions
Copy link
Contributor

github-actions bot commented Jun 6, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Jun 6, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Jun 6, 2023

Gradle Check (Jenkins) Run Completed with:

@reta
Copy link
Collaborator

reta commented Jun 6, 2023

@scrawfor99 this one is problematic - there is a change in behaviour and our rest-api specs are failing validation

andrross and others added 4 commits June 7, 2023 16:05
Move entry for opensearch-project#7321 to correct section and fix the malformed entry
from opensearch-project#7452.

Signed-off-by: Andrew Ross <[email protected]>
…pensearch-project#7653)

* SegRep with Remote: Add Remote store as a segment replication source

Signed-off-by: Ankit Kala <[email protected]>

* Fix Gradle check

Signed-off-by: Ankit Kala <[email protected]>

* Retrying Gradle check

Signed-off-by: Ankit Kala <[email protected]>

---------

Signed-off-by: Ankit Kala <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
.ci/bwcVersions Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Stephen Crawford <[email protected]>
@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.search.backpressure.SearchBackpressureIT.testSearchShardTaskCancellationWithHighCpu

@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #7933 (31fa1ae) into main (2a3683e) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##               main    #7933   +/-   ##
=========================================
  Coverage     70.83%   70.83%           
+ Complexity    56340    56327   -13     
=========================================
  Files          4701     4701           
  Lines        266595   266596    +1     
  Branches      39101    39101           
=========================================
+ Hits         188834   188851   +17     
+ Misses        61803    61783   -20     
- Partials      15958    15962    +4     
Impacted Files Coverage Δ
...radle/precommit/ValidateJsonAgainstSchemaTask.java 0.00% <0.00%> (ø)

... and 451 files with indirect coverage changes

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.search.backpressure.SearchBackpressureIT.testSearchShardTaskCancellationWithHighCpu

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Stephen Crawford <[email protected]>
CHANGELOG.md Outdated Show resolved Hide resolved
@reta reta added backport 2.x Backport to 2.x branch dependencies Pull requests that update a dependency file labels Jun 8, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 8, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      2 org.opensearch.action.admin.cluster.node.tasks.ResourceAwareTasksTests.classMethod
      1 org.opensearch.search.backpressure.SearchBackpressureIT.testSearchTaskCancellationWithHighCpu
      1 org.opensearch.index.IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex
      1 org.opensearch.action.admin.cluster.node.tasks.ResourceAwareTasksTests.testTaskResourceTrackingDuringTaskCancellation

@reta reta merged commit c888fce into opensearch-project:main Jun 8, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-7933-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c888fce21385271f4bef35a16fd844370ad24f0d
# Push it to GitHub
git push --set-upstream origin backport/backport-7933-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-7933-to-2.x.

@reta
Copy link
Collaborator

reta commented Jun 8, 2023

@scrawfor99 would you take care of manual backport please? thank you

kotwanikunal pushed a commit that referenced this pull request Jun 8, 2023
…pendency from 1.0.81 to 1.0.83 (#7968)

* backport schema patch

Signed-off-by: Stephen Crawford <[email protected]>

* add pr number

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
dblock pushed a commit to dblock/OpenSearch that referenced this pull request Jun 8, 2023
…1.0.83 (opensearch-project#7933)

* Update network schema

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Add joni and jcoding to path

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update Apache Lucene to 9.7.0-snapshot-204acc3 (opensearch-project#7887)

Signed-off-by: Andriy Redko <[email protected]>

* Add bwc version 2.8.1 (opensearch-project#7942)

Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

* Fix changelog entries (opensearch-project#7946)

Move entry for opensearch-project#7321 to correct section and fix the malformed entry
from opensearch-project#7452.

Signed-off-by: Andrew Ross <[email protected]>

* SegRep with Remote: Add Remote store as a segment replication source (opensearch-project#7653)

* SegRep with Remote: Add Remote store as a segment replication source

Signed-off-by: Ankit Kala <[email protected]>

* Fix Gradle check

Signed-off-by: Ankit Kala <[email protected]>

* Retrying Gradle check

Signed-off-by: Ankit Kala <[email protected]>

---------

Signed-off-by: Ankit Kala <[email protected]>

* rebase

Signed-off-by: Stephen Crawford <[email protected]>

* remove empty line

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: Ankit Kala <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ross <[email protected]>
Co-authored-by: Ankit Kala <[email protected]>
sandeshkr419 pushed a commit to sandeshkr419/OpenSearch that referenced this pull request Jun 8, 2023
…1.0.83 (opensearch-project#7933)

* Update network schema

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Add joni and jcoding to path

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update Apache Lucene to 9.7.0-snapshot-204acc3 (opensearch-project#7887)

Signed-off-by: Andriy Redko <[email protected]>

* Add bwc version 2.8.1 (opensearch-project#7942)

Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

* Fix changelog entries (opensearch-project#7946)

Move entry for opensearch-project#7321 to correct section and fix the malformed entry
from opensearch-project#7452.

Signed-off-by: Andrew Ross <[email protected]>

* SegRep with Remote: Add Remote store as a segment replication source (opensearch-project#7653)

* SegRep with Remote: Add Remote store as a segment replication source

Signed-off-by: Ankit Kala <[email protected]>

* Fix Gradle check

Signed-off-by: Ankit Kala <[email protected]>

* Retrying Gradle check

Signed-off-by: Ankit Kala <[email protected]>

---------

Signed-off-by: Ankit Kala <[email protected]>

* rebase

Signed-off-by: Stephen Crawford <[email protected]>

* remove empty line

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: Ankit Kala <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ross <[email protected]>
Co-authored-by: Ankit Kala <[email protected]>
gaiksaya pushed a commit to gaiksaya/OpenSearch that referenced this pull request Jun 26, 2023
…chema-validator dependency from 1.0.81 to 1.0.83 (opensearch-project#7968)

* backport schema patch

Signed-off-by: Stephen Crawford <[email protected]>

* add pr number

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
imRishN pushed a commit to imRishN/OpenSearch that referenced this pull request Jun 27, 2023
…1.0.83 (opensearch-project#7933)

* Update network schema

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Add joni and jcoding to path

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update Apache Lucene to 9.7.0-snapshot-204acc3 (opensearch-project#7887)

Signed-off-by: Andriy Redko <[email protected]>

* Add bwc version 2.8.1 (opensearch-project#7942)

Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

* Fix changelog entries (opensearch-project#7946)

Move entry for opensearch-project#7321 to correct section and fix the malformed entry
from opensearch-project#7452.

Signed-off-by: Andrew Ross <[email protected]>

* SegRep with Remote: Add Remote store as a segment replication source (opensearch-project#7653)

* SegRep with Remote: Add Remote store as a segment replication source

Signed-off-by: Ankit Kala <[email protected]>

* Fix Gradle check

Signed-off-by: Ankit Kala <[email protected]>

* Retrying Gradle check

Signed-off-by: Ankit Kala <[email protected]>

---------

Signed-off-by: Ankit Kala <[email protected]>

* rebase

Signed-off-by: Stephen Crawford <[email protected]>

* remove empty line

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: Ankit Kala <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ross <[email protected]>
Co-authored-by: Ankit Kala <[email protected]>
Signed-off-by: Rishab Nahata <[email protected]>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…1.0.83 (opensearch-project#7933)

* Update network schema

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Add joni and jcoding to path

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update Apache Lucene to 9.7.0-snapshot-204acc3 (opensearch-project#7887)

Signed-off-by: Andriy Redko <[email protected]>

* Add bwc version 2.8.1 (opensearch-project#7942)

Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

* Fix changelog entries (opensearch-project#7946)

Move entry for opensearch-project#7321 to correct section and fix the malformed entry
from opensearch-project#7452.

Signed-off-by: Andrew Ross <[email protected]>

* SegRep with Remote: Add Remote store as a segment replication source (opensearch-project#7653)

* SegRep with Remote: Add Remote store as a segment replication source

Signed-off-by: Ankit Kala <[email protected]>

* Fix Gradle check

Signed-off-by: Ankit Kala <[email protected]>

* Retrying Gradle check

Signed-off-by: Ankit Kala <[email protected]>

---------

Signed-off-by: Ankit Kala <[email protected]>

* rebase

Signed-off-by: Stephen Crawford <[email protected]>

* remove empty line

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: Ankit Kala <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ross <[email protected]>
Co-authored-by: Ankit Kala <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants