influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
430 stars 129 forks source link

please consider support GraalVM native-image #672

Open pigeon2049 opened 7 months ago

pigeon2049 commented 7 months ago

Proposal: Short summary of the feature.

MissingReflectionRegistrationUtils.forProxy com.influxdb.client.service.HealthService

please consider add native support https://github.com/oracle/graalvm-reachability-metadata

thank you Current behavior: Describe what currently happens.

Desired behavior: Describe what you want.

please consider add native support https://github.com/oracle/graalvm-reachability-metadata

Alternatives considered: Describe other solutions or features you considered.

Use case: Why is this important (helps with prioritizing requests)?

bednar commented 7 months ago

Hi @pigeon2049,

thanks for your suggestions.

Is this something you would be willing to help with? All PR is welcome and we will be happy to review your submission.

Regards