Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps io.netty:netty-bom from 4.1.114.Final to 4.1.115.Final.

Commits
  • 04f9b4a [maven-release-plugin] prepare release netty-4.1.115.Final
  • fbf7a70 Merge commit from fork
  • 7b4fe3d Specialize Adaptive's allocator Recycler based on magazine's owner (#14421)
  • 9f3699e Explicit specify the platform for Docker files (#14448)
  • 3520fc7 Ensure netty-all generation does not override other snapshot jars (#14450)
  • 925064e Preserve ordering of default named groups during conversation (#14447)
  • 837b738 Make JMH executor threads look like event loop threads (#14444)
  • a434eef AdaptiveByteBufAllocator: Make pooling of AdaptiveByteBuf magazine local (#14...
  • 16123be Allow to set used named groups per OpenSslContext (#14433)
  • dadbf58 Correctly detect if KeyManager is not supported by OpenSSL version (#14437)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.114.Final to 4.1.115.Final.
- [Commits](netty/netty@netty-4.1.114.Final...netty-4.1.115.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from lidavidm as a code owner November 18, 2024 17:20
@dependabot dependabot bot added dependencies Dependabot-only java Dependabot-only labels Nov 18, 2024
@kou
Copy link
Member

kou commented Nov 18, 2024

@github-actions crossbow submit -g java

@github-actions
Copy link

Revision: 16f63e3

Submitted crossbow builds: ursacomputing/crossbow @ actions-d1aac3b346

Task Status
java-jars GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
verify-rc-source-java-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-java-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-java-macos-amd64 GitHub Actions

@vibhatha
Copy link
Collaborator

@kou the issue is in the upload artifacts. I think that's not related to this change.

@kou
Copy link
Member

kou commented Nov 19, 2024

Right. Let's merge this.

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit 6134b2e into main Nov 19, 2024
16 checks passed
@kou kou removed the awaiting review Awaiting review label Nov 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/java/io.netty-netty-bom-4.1.115.Final branch November 19, 2024 01:32
@github-actions github-actions bot added the awaiting merge Awaiting merge label Nov 19, 2024
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 6134b2e.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…inal in /java (apache#44777)

Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.114.Final to 4.1.115.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/netty/netty/commit/04f9b4a827d992ad439823eeba85d65d3a89c265"><code>04f9b4a</code></a> [maven-release-plugin] prepare release netty-4.1.115.Final</li>
<li><a href="https://github.com/netty/netty/commit/fbf7a704a82e7449b48bd0bbb679f5661c6d61a3"><code>fbf7a70</code></a> Merge commit from fork</li>
<li><a href="https://github.com/netty/netty/commit/7b4fe3d25c01576636985320ebf16393cd21c13c"><code>7b4fe3d</code></a> Specialize Adaptive's allocator Recycler based on magazine's owner (<a href="https://redirect.github.com/netty/netty/issues/14421">#14421</a>)</li>
<li><a href="https://github.com/netty/netty/commit/9f3699e899a0e61ae2a2212252aa64832b9fb86a"><code>9f3699e</code></a> Explicit specify the platform for Docker files (<a href="https://redirect.github.com/netty/netty/issues/14448">#14448</a>)</li>
<li><a href="https://github.com/netty/netty/commit/3520fc75e4390851dca94e87dd1a0ca7bedbd648"><code>3520fc7</code></a> Ensure netty-all generation does not override other snapshot jars (<a href="https://redirect.github.com/netty/netty/issues/14450">#14450</a>)</li>
<li><a href="https://github.com/netty/netty/commit/925064ecf191936d7316732167805c6ecbacd469"><code>925064e</code></a> Preserve ordering of default named groups during conversation (<a href="https://redirect.github.com/netty/netty/issues/14447">#14447</a>)</li>
<li><a href="https://github.com/netty/netty/commit/837b73846d875f21de31efc5a157cf3060770f53"><code>837b738</code></a> Make JMH executor threads look like event loop threads (<a href="https://redirect.github.com/netty/netty/issues/14444">#14444</a>)</li>
<li><a href="https://github.com/netty/netty/commit/a434eef727be3622aa6ff9247bf0714dd427cb86"><code>a434eef</code></a> AdaptiveByteBufAllocator: Make pooling of AdaptiveByteBuf magazine local (<a href="https://redirect.github.com/netty/netty/issues/14">#14</a>...</li>
<li><a href="https://github.com/netty/netty/commit/16123beacc87b02f04b52e03c350d67a26c570ba"><code>16123be</code></a> Allow to set used named groups per OpenSslContext (<a href="https://redirect.github.com/netty/netty/issues/14433">#14433</a>)</li>
<li><a href="https://github.com/netty/netty/commit/dadbf589ff51a229e157ef73e4abe2ad158eb81f"><code>dadbf58</code></a> Correctly detect if KeyManager is not supported by OpenSSL version (<a href="https://redirect.github.com/netty/netty/issues/14437">#14437</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom&package-manager=maven&previous-version=4.1.114.Final&new-version=4.1.115.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge Awaiting merge Component: Java dependencies Dependabot-only java Dependabot-only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants