Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DependencyComputer missing bundles when they have different versions
Currently the DependencyComputer sorts only by bundle name (even though the comment for the code mentions the version as well) this can lead to the situation that if a bundle requires the same bundle in different versions (e.g. because it has actually different package names like javax -> jakarta) it only gets one of both on the classpath even though the P2 input suggests both. This simply enhances the used key in the mak with the version as already suggested by the java comment.
- Loading branch information