wilx commented on PR #215: URL: https://github.com/apache/aries/pull/215#issuecomment-1495427913
Not everyone using this is running Java 8+ code. I have some legacy apps that use OSGi that use SPI Fly where I had this issue because they are using components compiled as Java 5 (or older). They are using [Doug Lea's concurrency](http://gee.cs.oswego.edu/dl/). Rewriting the code to use modern concurrency classes is not an option, unfortunately. Beside some Java 5 (or older), many of the dependencies are Java 6 or 7, too. I appreciate that my case is not typical. But if it can be supported with little to no penalty, that would be great. -- 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]
