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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to