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

Refactor HiveMQ-MQTT-Client library to be usable with GraalVM #11

Closed
ahelmbr opened this issue Jul 29, 2019 · 3 comments
Closed

Refactor HiveMQ-MQTT-Client library to be usable with GraalVM #11

ahelmbr opened this issue Jul 29, 2019 · 3 comments
Assignees
Labels
feature New feature

Comments

@ahelmbr
Copy link
Contributor

ahelmbr commented Jul 29, 2019

The current mqtt-client lib is not usable within graalVM native-image,
because of reflection and dependenciy injection via guice and netty.

Second problem is the usage of netty - initializer must be declared within the library.

  • talk to @SgtSilvio when MQTT lib is available for this

  • make cli graalVM able

  • add documentation for graalVM support

@ahelmbr ahelmbr added the feature New feature label Jul 29, 2019
@SgtSilvio
Copy link
Member

The HiveMQ MQTT Client library does not use guice dependency injection

@ahelmbr
Copy link
Contributor Author

ahelmbr commented Aug 7, 2019

Open am Issue on
oracle/graal#1572

@ahelmbr ahelmbr self-assigned this Aug 8, 2019
@ahelmbr ahelmbr closed this as completed Sep 25, 2019
@sbaier1
Copy link

sbaier1 commented Oct 2, 2019

@gitseti just wondering why this was closed? is there a follow up ticket? AFAIK the current status is that the image is working (including jline), just need to test and add SSL support

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

No branches or pull requests

3 participants