Recently a high priority bug was fixed https://issues.apache.org/jira/browse/FELIX-4069. I was wondering what the release schedule is like for SCR as while we can use a snapshot build for now ideally we would like the bug to be officially rolled out. I was hoping someone could help me understand when the next maintenance release is likely to be shipped?
My concern at the moment is that the unit tests locally fail with the below error so I am not sure if that means the current state of scr is that it is "broken" or if I can just skip the tests and run with the snap shot as the below error is due to my dev environment setup. [org.apache.felix.scr.integration.components.concurrency.C] (exit)log level: 4 D=13:20:10,796 T=Thread[Thread-4,5,main]: [org.apache.felix.scr.integration.components.concurrency.C(21310)] Unset and deconfigured implementationobject for component org.apache.felix.scr.integration.components.concurrency.C in deleteComponent for reason Component disabledlog level: 4 D=13:20:10,796 T=Thread[Thread-4,5,main]: [org.apache.felix.scr.integration.components.concurrency.C(21310)] Deactivating dependency managerslog level: 4 D=13:20:10,796 T=Thread[Thread-4,5,main]: [org.apache.felix.scr.integration.components.concurrency.C(21310)] Disabling dependency managersResults :Tests run: 17, Failures: 0, Errors: 0, Skipped: 0[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 8:16.128s[INFO] Finished at: Tue May 21 13:27:10 EDT 2013[INFO] Final Memory: 12M/247M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.12:integration-test (default) on project org.apache.felix.scr: Execution default of goal org.apache.maven.plugins:maven-failsafe-plugin:2.12:integration-test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1][ERROR][ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR][ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException thanks Adam Purkiss

