PengZheng commented on issue #479: URL: https://github.com/apache/celix/issues/479#issuecomment-1437771844
It's known that import/export of bundle libraries does not work: https://github.com/apache/celix/blob/5d9beec921c734999dd5ba478d185e008d26244c/RELEASE_NOTES#L18-L21 ## Previous Discussions https://github.com/apache/celix/pull/306 https://github.com/apache/celix/pull/441 We have discussed several possible solutions (patchelf/two-level-namespace/rtld-audit) here: https://github.com/apache/celix/pull/441#issuecomment-1241842269 It seems that for Linux only `man 7 rtld-audit` can provide us the similar control as we have with Java class loader. I inclined to remove this prototyping feature and make it clear that we don't support import/export of libraries in our documentation. Feel free to re-open it if you want to propose some solution to this issue. -- 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...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org