added graalvm native image reflect config for a seamless experience#578
added graalvm native image reflect config for a seamless experience#578cmdjulian wants to merge 2 commits intohivemq:masterfrom
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @cmdjulian on file. In order for us to review and merge your code, please sign our Contributor License Agreement to get yourself added. You'll find the CLA and more information here: https://github.com/hivemq/hivemq-community/blob/master/CONTRIBUTING.adoc#contributor-license-agreement |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
Thank you for your contribution @cmdjulian! |
|
Yeah you right. Thanks for pointing this out. |
Description
This changes adds the required graalvm reflection config for the two missing fields. This config is picked up by graalvm during native compilation and registers the two fields for reflective access on the compiled native image java app.
See here for more details.
Related Issue
#448
Type of Change
Checklist