You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/10 11:00:52 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #534: Investigate removal of KParameter class generation

jamesnetherton opened a new issue #534: Investigate removal of KParameter class generation
URL: https://github.com/apache/camel-quarkus/issues/534
 
 
   For the SQL extension I had to [work around](https://github.com/apache/camel-quarkus/blob/master/extensions/sql/deployment/src/main/java/org/apache/camel/quarkus/component/sql/deployment/SqlProcessor.java#L56-L67) a problem with a `NoClassDefFoundError` for a Kotlin class: `KParameter`.
   
   I never got to the bottom of what was causing it. `KParameter` is only referenced in a few places which I added substitutions for.
   
   It would be good to see if the problem can be resolved and the workaround removed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services