Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-server/pull/560
This now extracts classpath folders to a temp folder on the filespace.
Builds on #485 (using an intermediate JAR) for simplicity. Assuming the `@`
escaping was the cause of orphans this should fix it -- in any case it improves
the hacky `getFile()` done on a classpath resource URL.
Note #485 needs review first now. Personally I think that PR should be
simpler than it has been as it's a pretty clear improvement and further PRs can
improve it further -- but if it's contentious I can refactor this to avoid the
intermediate archive and thus the dependency (though personally not convinced
it's worth it).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---