Hide Forgot
Latest upstream release: 1.5 Current version/release in Fedora Rawhide: 1.4-4.fc21 URL: http://repo2.maven.org/maven2/org/apache/maven/doxia/doxia Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring
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.