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 2022/12/07 11:29:48 UTC

[GitHub] [camel-quarkus] zhfeng opened a new issue, #4326: Investigate graalvm-reachability-metadata tools

zhfeng opened a new issue, #4326:
URL: https://github.com/apache/camel-quarkus/issues/4326

   The GraalVM Reachability Metadata Repository enables Native Image users to share and reuse metadata for libraries and frameworks in the Java ecosystem, and thus simplify maintaining third-party dependencies. 
   
   It could be worth to investigate if we can leverage on these metadata in the camel-quarkus. 
   
   - https://github.com/apache/camel-quarkus/issues/1638


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] ppalaga commented on issue #4326: Investigate graalvm-reachability-metadata tools

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #4326:
URL: https://github.com/apache/camel-quarkus/issues/4326#issuecomment-1340876210

   @aloubyansky @maxandersen are there any plans to leverage GraalVM Reachability Metadata in Quarkus tooling?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] maxandersen commented on issue #4326: Investigate graalvm-reachability-metadata tools

Posted by GitBox <gi...@apache.org>.
maxandersen commented on issue #4326:
URL: https://github.com/apache/camel-quarkus/issues/4326#issuecomment-1341633222

   We discussed it in past and it is possible to integrate it but the metadata we've thus far seen published been very ineffecient and resulting in too High RSS and/or faulty execution. 
   Plus they don't work standalone as can't have all metadata published.
   
   Thus we haven't had a good reason to use it as it would mean we get inefficient usage of the libraries. 
   
   If you find libraries that has usable metadata that provides value we can look again. 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org