| Summary: | maven-doxia-1.5 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | maven-doxia | Assignee: | Michael Simacek <msimacek> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | akurtako, java-sig-commits, mefoster, mizdebsk, msimacek, msrb, sochotni |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-11 09:11:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1034825 | ||
| Bug Blocks: | |||
|
Description
Upstream Release Monitoring
2013-11-18 11:23:14 UTC
Packages dependent on maven-doxia that fail to build with version 1.5: maven-changes-plugin maven-checkstyle-plugin maven-dependency-plugin maven-doxia-sitetools maven-doxia-tools maven-invoker-plugin maven-javadoc-plugin maven-project-info-reports-plugin maven-reporting-api maven-reporting-impl maven-site-plugin maven-surefire maven-plugin-tools This is caused by missing class org.apache.maven.doxia.sink.render .RenderingContext, which was moved to doxia-sitetools subproject (packaged as maven-doxia-sitetools). The class remains in the same Java package, so patching dependent packages shouldn't be necessary if they already depend on maven-doxia-sitetools. But maven-doxia-sitetools need to be updated first. Unfortunately, AFAIK upstream didn't make a new release of doxia-sitetools yet and current release (1.4) doesn't contain required class. From my experience, if the new doxia has been released, doxia-sitetools will follow soon. I would wait till then. From recent commit message in doxia-sitetools svn: drop Doxia Site Tools version 1.5, we'll go directly to Doxia Site Tools 1.6 [1] Since doxia-sitetools is not going to be updated very soon, I think it would be better to put the moved class back where it was, which could fix the broken packages [1] - http://svn.apache.org/viewvc?view=revision&revision=1544751 maven-doxia-1.5 is now available in rawhide. I'm keeping RenderingContext in maven-doxia until the new doxia-sitetools package is released. |