You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "James Netherton (Jira)" <ji...@apache.org> on 2020/06/01 13:40:00 UTC

[jira] [Created] (CAMEL-15144) Add capability to customize BindableService class generation

James Netherton created CAMEL-15144:
---------------------------------------

             Summary: Add capability to customize BindableService class generation 
                 Key: CAMEL-15144
                 URL: https://issues.apache.org/jira/browse/CAMEL-15144
             Project: Camel
          Issue Type: Improvement
          Components: camel-grpc
            Reporter: James Netherton
            Assignee: James Netherton
             Fix For: 3.4.0


camel-grpc uses Javassist to extend and proxy gRPC BindableService abstract classes.

This is problematic for Quarkus native support as the camel component dynamically creates and instantiates the class at runtime. It'd be nice if some abstraction existed to customize how this is done, as Quarkus has its own build time class generation tooling and therefore does not need Javassist.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)