Skip to content

GH-39654: [Java] Upgrade to Netty 4.1.105.Final#39655

Merged
lidavidm merged 1 commit intoapache:mainfrom
jbonofre:GH-39654
Jan 17, 2024
Merged

GH-39654: [Java] Upgrade to Netty 4.1.105.Final#39655
lidavidm merged 1 commit intoapache:mainfrom
jbonofre:GH-39654

Conversation

@jbonofre
Copy link
Copy Markdown
Member

@jbonofre jbonofre commented Jan 17, 2024

Rationale for this change

Netty 4.1.105.Final brings few fixes that would be good to have in Arrow, especially:

  • DNS error improvements
  • Fix exception on HTTP chunk size overflow
  • Save HTTP2 pseudo-header lower-case validation

The release news is there: https://netty.io/news/2024/01/16/4-1-105-Final.html
and the full Release Notes here: https://github.com/netty/netty/issues?q=milestone%3A4.1.105.Final+is%3Aclosed

What changes are included in this PR?

Netty 4.1.105.Final update.

Are these changes tested?

Yes tested locally.

Are there any user-facing changes?

Not directly.

@jbonofre jbonofre requested a review from lidavidm as a code owner January 17, 2024 10:04
@github-actions
Copy link
Copy Markdown

⚠️ GitHub issue #39654 has been automatically assigned in GitHub to PR creator.

@lidavidm lidavidm merged commit 1076229 into apache:main Jan 17, 2024
@lidavidm lidavidm removed the awaiting review Awaiting review label Jan 17, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jan 17, 2024
@jbonofre jbonofre deleted the GH-39654 branch January 17, 2024 13:40
@conbench-apache-arrow
Copy link
Copy Markdown

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
### Rationale for this change

Netty 4.1.105.Final brings few fixes that would be good to have in Arrow, especially:

- DNS error improvements
- Fix exception on HTTP chunk size overflow
- Save HTTP2 pseudo-header lower-case validation

The release news is there: https://netty.io/news/2024/01/16/4-1-105-Final.html
and the full Release Notes here: https://github.com/netty/netty/issues?q=milestone%3A4.1.105.Final+is%3Aclosed

### What changes are included in this PR?

Netty 4.1.105.Final update.

### Are these changes tested?

Yes tested locally.

### Are there any user-facing changes?

Not directly.

* Closes: apache#39654

Authored-by: JB Onofré <jbonofre@apache.org>
Signed-off-by: David Li <li.davidm96@gmail.com>
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
### Rationale for this change

Netty 4.1.105.Final brings few fixes that would be good to have in Arrow, especially:

- DNS error improvements
- Fix exception on HTTP chunk size overflow
- Save HTTP2 pseudo-header lower-case validation

The release news is there: https://netty.io/news/2024/01/16/4-1-105-Final.html
and the full Release Notes here: https://github.com/netty/netty/issues?q=milestone%3A4.1.105.Final+is%3Aclosed

### What changes are included in this PR?

Netty 4.1.105.Final update.

### Are these changes tested?

Yes tested locally.

### Are there any user-facing changes?

Not directly.

* Closes: apache#39654

Authored-by: JB Onofré <jbonofre@apache.org>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Java] Upgrade to Netty 4.1.105.Final

2 participants