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

[Upgrade] ICU4j from 68.2 to 70.1 #2504

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

nknize
Copy link
Collaborator

@nknize nknize commented Mar 18, 2022

Upgrades ICU4j to 70.1 to be consistent with Lucene 9.1 dependency.

Upgrade ICU4j to 70.1 to be consistent with Lucene 9.1 dependency.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
@nknize nknize added v2.0.0 Version 2.0.0 non-issue bugs / unexpected behaviors that end up non issues; audit trail simple changes that aren't issues >upgrade Label used when upgrading library dependencies (e.g., Lucene) labels Mar 18, 2022
@nknize nknize requested a review from a team as a code owner March 18, 2022 15:32
@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success 991bc8e
Log 3512

Reports 3512

@nknize nknize merged commit e0ebf40 into opensearch-project:main Mar 18, 2022
@dreamer-89 dreamer-89 added the backport 1.3 Backport to 1.3 branch label Jun 2, 2022
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

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

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-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-2504-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e0ebf409648e69f9b4bf9c7c83bdea783c066d67
# Push it to GitHub
git push --set-upstream origin backport/backport-2504-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-2504-to-1.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 Backport to 1.3 branch non-issue bugs / unexpected behaviors that end up non issues; audit trail simple changes that aren't issues >upgrade Label used when upgrading library dependencies (e.g., Lucene) v2.0.0 Version 2.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants