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 2021/08/03 09:45:42 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #2969: Cannot register java.lang. classes via quarkus.camel.native.reflection.include-patterns

ppalaga commented on issue #2969:
URL: https://github.com/apache/camel-quarkus/issues/2969#issuecomment-891701173


   This hint from @mkouba might be useful:
   
   > if you need to index JDK classes you can try to use CombinedIndexBuildItem.getComputingIndex() or BeanArchiveIndexBuildItem.getIndex() which is computing by default
   > computing means that if not found the class is additionaly indexed and cached,
   > so that the next time you request the class a cache entry can be used
   > oh and I forgot to mention that not all operations perform the additional computation ofc
   > e.g. getClassByName() does but getKnownClasses() does not... for obvious reasons ;-)


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