rmannibucau commented on PR #34:
URL: https://github.com/apache/geronimo-xbean/pull/34#issuecomment-1345631321

   Open point to maybe discuss (can be on the list): do we want to deprecate 
`public JarArchive(ClassLoader loader, URL url) {` and promote a `public 
JarArchive(ClassLoader loader, File jarPath) {`? Can solve this issue by not 
letting the `JarArchive` handle this unwrapping which is highly caller related.
   For standalone we can move the logic to 
`org.apache.xbean.finder.archive.ClasspathArchive#archive`, sounds more 
relevant IMHO.


-- 
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: dev-unsubscr...@geronimo.apache.org

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

Reply via email to