Bug 1031598

Summary: maven-doxia-1.5 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: maven-doxiaAssignee: Michael Simacek <msimacek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
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

Comment 1 Michael Simacek 2013-11-26 16:34:17 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.

Comment 2 Michal Srb 2013-11-27 05:44:11 UTC
From my experience, if the new doxia has been released, doxia-sitetools will follow soon. I would wait till then.

Comment 3 Michael Simacek 2013-12-02 13:13:43 UTC
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

Comment 4 Michael Simacek 2013-12-11 09:11:25 UTC
maven-doxia-1.5 is now available in rawhide.

I'm keeping RenderingContext in maven-doxia until the new doxia-sitetools package is released.