Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Backport #1388 to fix Netty native build failure #1444

Closed
sdeleuze opened this issue Jan 12, 2022 · 1 comment
Closed

Backport #1388 to fix Netty native build failure #1444

sdeleuze opened this issue Jan 12, 2022 · 1 comment
Labels
type: compatibility Native image compatibility issue
Milestone

Comments

@sdeleuze
Copy link
Contributor

See #1388, Spring Boot 2.5 is impacted as well.

@sdeleuze sdeleuze added the type: compatibility Native image compatibility issue label Jan 12, 2022
@sdeleuze sdeleuze added this to the 0.10.6 milestone Jan 12, 2022
@sdeleuze
Copy link
Contributor Author

Users impacted could likely workaround with:

@InitializationHint(initTime=InitializationTime.RUN,
		packageNames = { "io.netty.channel.epoll", "io.netty.internal.tcnative" },
		types = {
				DefaultChannelId.class,
				Socket.class,
				CleartextHttp2ServerUpgradeHandler.class,
				Http2ConnectionHandler.class,
				HostsFileEntriesResolver.class,
				BrotliDecoder.class,
				OpenSslPrivateKeyMethod.class,
				OpenSslAsyncPrivateKeyMethod.class,
				ReferenceCountedOpenSslEngine.class
		})

sdeleuze added a commit to sdeleuze/spring-native that referenced this issue Jan 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: compatibility Native image compatibility issue
Development

No branches or pull requests

1 participant