tjwatson opened a new pull request #32: URL: https://github.com/apache/felix-atomos/pull/32
The Atomos maven plugin was using parallel streams in several places. Unfortunately many of the consumers called in the parallel streams are not thread safe. This can lead to unpredictable behavior. For example, randomly the plugin would omit a few bundles to include in the processing. This change also sorts the atomos index file to be in bundle symbolic name order. This allows for a consistent install order for images that use the Atomos index. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
