-
Notifications
You must be signed in to change notification settings - Fork 3
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
Xalan is available but without source 2.7.3 #14
Comments
That is very weird as I thought one of the checks for maven central is that sources were included. If it helps here is the link to the official download that has the sources too - https://www.apache.org/dyn/closer.cgi/xalan/xalan-j/ - since there is no OSGi headers I guess some repackaging is going to happen anyway so I hope that is useful to you. |
Here are the supposed requirements: https://central.sonatype.org/publish/requirements/#supply-javadoc-and-sources |
Indeed it's strange and very annoying. We perhaps need to do something more like we did for Ant. 🤮 Or we pretend that source doesn't matter. 😱 |
What still depends on xalan? |
FWIW, Sirius master (future version 7.2.2, not yet released), no longer depends on Xalan since eclipse-sirius/sirius-desktop@9a10a98 (pushed on Sep 15). GMF Runtime (and Sirius) are still using Batik 1.16 at the moment. I see that Ed has contributed Batik 1.17 to Orbit recently, and I assume it doe not depend on Xalan anymore, but I have yet to update GMF and Sirius to that new version. I will not have time to work on this until after EclipseCon at best. |
The issue is that the Apache Software Foundation uses its own Nexus instance which lacks the verification rules: https://issues.apache.org/jira/browse/INFRA-24555 |
Thank you for sharing that information. I see similar problems with derby where also the OSGi bundle information is invalid. 😱 |
This issue is also apparently related: |
The latest version of Xalan available at Maven Central does not provide source
https://repo1.maven.org/maven2/xalan/xalan/2.7.3/
We are current providing a much older version:
https://repo1.maven.org/maven2/xalan/xalan/2.7.2/
The text was updated successfully, but these errors were encountered: