-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/packageregistry additionalviews #290
Conversation
…version ordering
…esn't work for some reason
This now contains a fix for a very annoying and persistent ConcurrentModificationException in the maven-bundle-plugin I'm getting recently for some reason: setting the maven-bundle-plugin to version 5.1.4 . Now, that should (and is also) done in the parent in composum-meta, but I'd hesitate to update the parent-2-public version since this branch is supposed to be backwards compatible. |
Closed in favor of #291 |
If a release is soon, we might merge this instead of #291 for now, since I still keep finding weird Javascript errors there in weird circumstances. 8-} |
I'll close this again in favor of #291 , since that seems stable enough now. |
Implements some additional views for dealing with the package registry: provides views for a package showing the versions of the package that are present, and for folders (groups) showing all package with their versions.
Related to #203 .