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

3.x: Upgrade Netty to 4.1.100.Final #7818

Merged
merged 4 commits into from
Oct 18, 2023

Conversation

barchetta
Copy link
Member

Description

  • Upgrade Netty to 4.1.100.Final
  • Don't manage netty-tcnative-boringssl-static because it is already managed by Netty BOM

Documentation

No impact

@barchetta barchetta added dependencies Pull requests that update a dependency file 3.x Issues for 3.x version branch labels Oct 17, 2023
@barchetta barchetta added this to the 3.2.3 milestone Oct 17, 2023
@barchetta barchetta self-assigned this Oct 17, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 17, 2023
@barchetta barchetta changed the title 3.x netty 4.1.100.Final 3.x: netty 4.1.100.Final Oct 17, 2023
danielkec
danielkec previously approved these changes Oct 17, 2023
@barchetta barchetta changed the title 3.x: netty 4.1.100.Final 3.x: Upgrade Netty to 4.1.100.Final Oct 17, 2023
@barchetta
Copy link
Member Author

barchetta commented Oct 17, 2023

Native image build failing with:

Caused by: org.graalvm.compiler.java.BytecodeParser$BytecodeParserError: 
com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: 
    No instances of java.net.Inet6Address are allowed in the image heap as this class should be initialized at image runtime. To see how this object got instantiated use --trace-object-instantiation=java.net.Inet6Address.
	at parsing io.netty.handler.pcap.PcapWriteHandler.getLocalAddress(PcapWriteHandler.java:559)

@barchetta barchetta merged commit 63da0f2 into helidon-io:helidon-3.x Oct 18, 2023
12 checks passed
@barchetta barchetta deleted the 3.x-netty-4.1.100 branch January 11, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch dependencies Pull requests that update a dependency file OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants