ist-dresden / composum-nodes

Set of Apache Sling / AEM development tools: JCR browser, user and package management and more
https://www.composum.com/home/nodes.html
MIT License
55 stars 21 forks source link

Feature/packageregistry additionalviews #290

Closed stoerr closed 1 year ago

stoerr commented 1 year ago

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 https://github.com/ist-dresden/composum-nodes/issues/203 .

stoerr commented 1 year ago

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.

stoerr commented 1 year ago

Closed in favor of https://github.com/ist-dresden/composum-nodes/pull/291

stoerr commented 1 year ago

If a release is soon, we might merge this instead of https://github.com/ist-dresden/composum-nodes/pull/291 for now, since I still keep finding weird Javascript errors there in weird circumstances. 8-}

stoerr commented 1 year ago

I'll close this again in favor of https://github.com/ist-dresden/composum-nodes/pull/291 , since that seems stable enough now.