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

Include native-image properties in the netty-all jar #9518

Merged
merged 1 commit into from
Aug 28, 2019

Conversation

normanmaurer
Copy link
Member

Motivation:

We need to also include the native-image configuration files in the netty all jar to be able to use it with GraalVM native.

Modifications:

Add files in META-INF/native-image as well

Result:

Fixes #9514

Motivation:

We need to also include the native-image configuration files in the netty all jar to be able to use it with GraalVM native.

Modifications:

Add files in META-INF/native-image as well

Result:

Fixes #9514
@normanmaurer
Copy link
Member Author

@cstancu @pmlopes PTAL

@normanmaurer
Copy link
Member Author

This also includes the "reflection-config.json" which was missing as well it seems.

@cstancu
Copy link
Contributor

cstancu commented Aug 27, 2019

@normanmaurer I can confirm that this works as expected and fixes the reported problem. Thanks!

@normanmaurer normanmaurer merged commit cfcf20a into 4.1 Aug 28, 2019
@normanmaurer normanmaurer deleted the native_image_properties branch August 28, 2019 06:09
normanmaurer added a commit that referenced this pull request Aug 28, 2019
Motivation:

We need to also include the native-image configuration files in the netty all jar to be able to use it with GraalVM native.

Modifications:

Add files in META-INF/native-image as well

Result:

Fixes #9514
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The netty-all.jar is missing the native-image.properties files from sub-modules
2 participants