JiriOndrusek commented on issue #1050: InfluxDB native support #1036
URL: https://github.com/apache/camel-quarkus/pull/1050#issuecomment-610365090
 
 
   @ppalaga 
   I'm stuck because of error:
   > Proxy class defined by interfaces [interface 
org.influxdb.impl.InfluxDBService] not found. Generating proxy classes at 
runtime is not supported. Proxy classes need to be defined at image build time 
by specifying the list of interfaces that they implement. To define proxy 
classes use -H:DynamicProxyConfigurationFiles=<comma-separated-config-files> 
and -H:DynamicProxyConfigurationResources=<comma-separated-config-resources> 
options.
   
   To allow graalVM to run successfully, I need to define which class is used 
as a proxy. Bur proxying seems to be done dynamic: 
https://github.com/square/retrofit/blob/master/retrofit/src/main/java/retrofit2/Retrofit.java#L133
   
   Do you know about some solutions for such a case?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to