You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By leveraging SubstrateVMs native image feature, we can package the MQTT CLI into a single binary, removing the immediate dependency on a local Java installation and greatly improve the startup time of the CLI, making scripted and non-shell usage more attractive.
The existing implementation of this feature (current state is at #140 ) is unstable and not ready for release.
Preferred solution or suggestions
Improve the configuration of the already included native image task
Fix known issues
Add tests to CI that verify that the native image is operational after build
build native image in travis build
execute tests (shell script based? simple unit test? unclear what technology to use here yet. needs to be able to test interactive shell mode!)
Update to the latest GraalVM version
Release native image for linux, darwin and windows with each release
Problem or use case
By leveraging SubstrateVMs native image feature, we can package the MQTT CLI into a single binary, removing the immediate dependency on a local Java installation and greatly improve the startup time of the CLI, making scripted and non-shell usage more attractive.
The existing implementation of this feature (current state is at #140 ) is unstable and not ready for release.
Preferred solution or suggestions
Known Issues
help pub
in shell mode do not behave as expected:Unmatched argument at index 1: 'pub'
The text was updated successfully, but these errors were encountered: