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

增加weixin-graal模块,配合graal以产生native-image配置。 #1392

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Commits on Jan 30, 2020

  1. 增加weixin-graal模块,配合graal以产生native-image配置。

    目的:解决native-image中gson功能无效的问题。
    
    可以通过项目的 native-image Profile 来启用:
    mvn -P native-image -Dmaven.test.skip=true clean source:jar install
    
    编译时会在各包中增加2个文件:
    META-INF/native-image/.../reflection-config.json
    META-INF/native-image/.../native-image.properties
    outersky committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    3f7cc3c View commit details
    Browse the repository at this point in the history