Konrad Windszus

Results 602 comments of Konrad Windszus

What about leveraging tags for the classification? That way one can predefine a taxonomy of redirects. Also tags can be created ad hoc if the user has the necessary permission.

I would suggest requiring 6.5.x for ACS AEM Commons 6

@HannesWell https://issues.apache.org/jira/browse/MNG-7502 is required for Java 17 support. Not sure if https://github.com/eclipse/sisu.inject/commit/4790d3e28987ee4c2472d576e544c07028a85f42 is required as well (the latter would require a new sisu.inject release….

@HannesWell You need Guice 5.1 (part of upcoming Maven 3.9) as well.

@hboutemy I found https://issues.apache.org/jira/browse/MNG-5624 but I don't really see why the XSD should not be published. is this statement > the xsd generated by Modello is known as incomplete still...

I meanwhile figured out why the XSD is wrong and created https://github.com/codehaus-plexus/modello/issues/264 for that.

One can use bintray to host the p2 update site: https://blog.bintray.com/2014/03/11/hosting-your-eclipse-update-site-p2-on-bintray-com/. One example for this is at https://github.com/kwin/cppcheclipse/tree/master/com.googlecode.cppcheclipse.repository Maybe in the future one could use https://github.com/features/package-registry for the same but...

So how should the merge deal with a missing prefix? Throw an ISE or IAE? Where would the validator be hooked in?

Both issues are correct but are rather follow-ups to MNG-7375. My question is about how to deal with a missing prefix within `Metadata.merge` (this can happen even if the XSD...