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/11/16 08:57:56 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #3189: [camel 3.13] NativeImageResourceBuildItem fails for Atlasmap extension

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


   > In other hands, on native image, NativeImageResourceBuildItem, we get same name & path of URL for all the files in the different atlasmap modules. Always beginning from META-INF, so same URL.
   
   I'd say it works as designed in native mode and it is hard to even conceive that it could work differently. Just think of it: what is the native executable produced by `native-image`? It is a BLOB containing a minimal VM plus the whole application code. There are no separate jars there. So the classpath has to be flat and all resources have to be accessible through a single classloader.
   
   


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