--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/be440423-7564-2784-e0cb-ba38279cc99b%40xup.nl.
Well, I guess I am the one to step forward, since I am probably the first to need it.
I tried registering additional dependencies for indexing in application.properties, but that only brought me to the next issue. Now I get the following:
Error: com.oracle.svm.hosted.substitute.DeletedElementException:
Unsupported type java.lang.invoke.MemberName is reachable: All
methods from java.lang.invoke should have been replaced during
image building.
To diagnose the issue, you can add the option
--report-unsupported-elements-at-runtime. The unsupported element
is then reported at run time when it is accessed the first time.
Detailed message:
Trace:
at parsing
java.lang.invoke.MethodHandles$Lookup.unreflectSpecial(MethodHandles.java:1233)
Call path from entry point to
java.lang.invoke.MethodHandles$Lookup.unreflectSpecial(Method,
Class):
at
java.lang.invoke.MethodHandles$Lookup.unreflectSpecial(MethodHandles.java:1231)
at
retrofit2.Platform$Java8.invokeDefaultMethod(Platform.java:102)
at retrofit2.Retrofit$1.invoke(Retrofit.java:147)
at com.sun.proxy.$Proxy273.toString(Unknown Source)
at java.lang.String.valueOf(String.java:2994)
at java.lang.StringBuilder.append(StringBuilder.java:131)
at
com.oracle.svm.core.amd64.AMD64CPUFeatureAccess.verifyHostSupportsArchitecture(AMD64CPUFeatureAccess.java:179)
at
com.oracle.svm.core.JavaMainWrapper.runCore(JavaMainWrapper.java:129)
at
com.oracle.svm.core.JavaMainWrapper.run(JavaMainWrapper.java:186)
at
com.oracle.svm.core.code.IsolateEnterStub.JavaMainWrapper_run_5087f5482cc9a6abc971913ece43acb471d2631b(generated:0)
This actually is not an issue with InfluxDB itself, but rather with Retrofit. So I guess it makes more sense to create a Retrofit extension instead.
Is there an extension doing similar things like Retrofit, for me to have a look at and/or steal from ;-) ?
Regards,
Minto
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/03827aea-6077-4819-6812-ed511445f281%40xup.nl.
Hi,I realy ike retrofit, and Quarkus has a rest client that works close to it API wise : https://quarkus.io/guides/rest-clientYou can use it instead of retrofit.
Thanks Mathieu,
Like Georgios already said, I am using InfluxDB client with
relies on Retrofit.
I will have look at rest-client.
regards,
Minto
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAJLxjVEzEETpf-RHBVi71JdyL5ZN-8fksPwY2ZbVfYWQm6c5yA%40mail.gmail.com.
Thanks for these pointers, but both seem to be geared to sending data to InfluxDB only. Besides sending I am also querying. So I am afraid both will not work for me.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAJLxjVGQkhMrMwfNhvAsD-v6ofDJtpktUe_XJEzVoZRHgv09tA%40mail.gmail.com.
Regards,
Loïc
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/be440423-7564-2784-e0cb-ba38279cc99b%40xup.nl.
-- Minto van der Sluis, Msc Mobile: +31 6 26 01 45 41 Skype: mintovandersluis
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/03827aea-6077-4819-6812-ed511445f281%40xup.nl.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAJLxjVGQkhMrMwfNhvAsD-v6ofDJtpktUe_XJEzVoZRHgv09tA%40mail.gmail.com.
Hi Ken,
Unfortunately I have not yet had the time. For my current project
priority has shifted. We can live with JVM for the time being.
Thanks for introducing the rxjava client to me. I will most
definitely have a look at it.
Regards,
Misl
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/18b61a3c-0f5b-45e7-89f5-eab648c14bb5%40googlegroups.com.