-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bump reactor_netty from 1.1.27 to 1.2.3 #17377
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
Conversation
❌ Gradle check result for 62f2b3c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
62f2b3c
to
347751f
Compare
❌ Gradle check result for 52d10c5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 52d10c5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 46d1918: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 46d1918: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
46d1918
to
a663cb6
Compare
❕ Gradle check result for a663cb6: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17377 +/- ##
============================================
+ Coverage 72.38% 72.41% +0.02%
+ Complexity 66063 66038 -25
============================================
Files 5358 5358
Lines 306485 306485
Branches 44402 44402
============================================
+ Hits 221854 221936 +82
+ Misses 66435 66343 -92
- Partials 18196 18206 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
❌ Gradle check result for acbdae2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for acbdae2: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
acbdae2
to
ccd25ac
Compare
❌ Gradle check result for ccd25ac: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
ccd25ac
to
f8fd542
Compare
Bumps `reactor_netty` from 1.1.27 to 1.2.3. Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.27 to 1.2.3 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.1.27...v1.2.3) Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.27 to 1.2.3 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.1.27...v1.2.3) --- updated-dependencies: - dependency-name: io.projectreactor.netty:reactor-netty-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.projectreactor.netty:reactor-netty-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Binlong Gao <[email protected]>
Signed-off-by: Binlong Gao <[email protected]>
f8fd542
to
87db417
Compare
❕ Gradle check result for 87db417: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-17377-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 eb905709242eff2f95807f74981590251dad85e7
# Push it to GitHub
git push --set-upstream origin backport/backport-17377-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x Then, create a pull request where the |
Bumps
reactor_netty
from 1.1.27 to 1.2.3.Updates
io.projectreactor.netty:reactor-netty-core
from 1.1.27 to 1.2.3Release notes
Sourced from io.projectreactor.netty:reactor-netty-core's releases.
... (truncated)
Commits
4e2176e
[release] Prepare and release 1.2.30251007
Merge-ignore release 1.1.27 into 1.2.33217e35
[release] Back to snapshots, next is 1.1.28-SNAPSHOT18d7ce2
Merge #3624 into 1.2.3d90ddb9
Merge #3623 into 1.2.37de5e89
Merge #3622 into 1.2.3bd98c1d
Bump com.github.luben:zstd-jni from 1.5.6-9 to 1.5.6-10 (#3621)c17c1e6
Merge #3619 into 1.2.305f8046
Merge #3618 into 1.2.3a2bccdc
Update CodeQL badgeUpdates
io.projectreactor.netty:reactor-netty-http
from 1.1.27 to 1.2.3Release notes
Sourced from io.projectreactor.netty:reactor-netty-http's releases.
... (truncated)
Commits
4e2176e
[release] Prepare and release 1.2.30251007
Merge-ignore release 1.1.27 into 1.2.33217e35
[release] Back to snapshots, next is 1.1.28-SNAPSHOT18d7ce2
Merge #3624 into 1.2.3d90ddb9
Merge #3623 into 1.2.37de5e89
Merge #3622 into 1.2.3bd98c1d
Bump com.github.luben:zstd-jni from 1.5.6-9 to 1.5.6-10 (#3621)c17c1e6
Merge #3619 into 1.2.305f8046
Merge #3618 into 1.2.3a2bccdc
Update CodeQL badgeYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)