Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: invalid cglib groupId in mockito core pom
https://bugzilla.redhat.com/show_bug.cgi?id=810566
Summary: invalid cglib groupId in mockito core pom
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: mockito
AssignedTo: rkennke(a)redhat.com
ReportedBy: puntogil(a)libero.it
QAContact: extras-qa(a)fedoraproject.org
CC: akurtako(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
rkennke(a)redhat.com
Classification: Fedora
Story Points: ---
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
invalid cglib groupId in mockito core pom
Version-Release number of selected component (if applicable):
mockito-1.9.0-3
How reproducible:
actual cglib depmap
<dependency>
<maven>
<groupId>net.sf.cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2</version>
</maven>
<jpp>
<groupId>JPP</groupId>
<artifactId>cglib</artifactId>
<version>2.2</version>
</jpp>
</dependency>
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
please change <groupId>cglib</groupId> in <groupId>net.sf.cglib</groupId>
in mockito-1.9.0/maven/mockito-core.pom
now the pom is
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>@version@</version>
<name>Mockito</name>
<url>http://www.mockito.org</url>
<description>Mock objects library for java</description>
<licenses>
<license>
<name>The MIT License</name>
<url>http://code.google.com/p/mockito/wiki/License</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://code.google.com/p/mockito/source/browse/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
</project>
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: maven-javadoc-plugin uses old httpclient library
https://bugzilla.redhat.com/show_bug.cgi?id=717238
Summary: maven-javadoc-plugin uses old httpclient library
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: maven-javadoc-plugin
AssignedTo: fedora(a)matbooth.co.uk
ReportedBy: sochotni(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: fedora(a)matbooth.co.uk, sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Upstream of jakarta-commons-httpclient deprecated it long time ago. Currently
all libraries should use httpcomponents-client/server dependencies. Work with
upstream to update dependency to new version.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: maven-doxia-1.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=812519
Summary: maven-doxia-1.3 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: maven-doxia
AssignedTo: sochotni(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: mefoster(a)gmail.com, akurtako(a)redhat.com,
sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 1.3
Current version in Fedora Rawhide: 1.2
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
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=830786
Bug ID: 830786
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: java-sig-commits(a)lists.fedoraproject.org,
orion(a)cora.nwra.com
Assignee: orion(a)cora.nwra.com
Summary: maven-ant-tasks has missing runtime dependency on
maven-error-diagnostics
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: michel+fdr(a)sylvestre.me
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: maven-ant-tasks
Product: Fedora
Description of problem:
Attempting to build software that depends on maven-ant-tasks using mvn-rpmbuild
fails unless I add an explicit BR on maven-error-diagnostics; this is listed in
maven-ant-tasks' POM file as a dependency but the RPM does not depend on it.
Version-Release number of selected component (if applicable):
maven-ant-tasks-2.1.1-9.fc17
How reproducible:
Always
Steps to Reproduce:
1. Download Leiningen SRPM (bug #830784) and its dependencies still being
reviewed
2. Edit spec, disable BR on maven-error-diagnostics
3. Attempt to rebuild
Actual results:
Build fails - maven-ant-tasks requires in maven-error-diagnostics but its RPM
does not depend on it
Expected results:
Build succeeds
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=850077
Bug ID: 850077
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: akurtako(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com, tradej(a)redhat.com, yyang(a)redhat.com
Assignee: yyang(a)redhat.com
Summary: Split maven-shared into subpackages
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: tradej(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: maven-shared
Product: Fedora
This is a tracker bug for splitting maven-shared into subpackages.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=849138
Bug ID: 849138
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: akurtako(a)redhat.com, hicham.haouari(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
kdaniel(a)redhat.com
Assignee: akurtako(a)redhat.com
Summary: mandatory=core attribute in Export-Package header
makes bundle unresolvable in Eclipse
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: sgehwolf(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: lucene
Product: Fedora
Description of problem:
Any eclipse plug-in requiring org.apache.lucene.* packages fail to resolve due
to mandatory=core attribute in Export-Package OSGi header.
Note that this is only an issue on F17 (F18, rawhide have fixed manifests)
Version-Release number of selected component (if applicable):
$ rpm -q lucene
lucene-2.9.4-8.fc17.noarch
How reproducible:
Always.
Steps to Reproduce:
1. Create Eclipse plug-in with Import-Package: org.apache.lucene.index
2. Attempt to run application
3. Plug-in fails to resolve
Actual results:
Resolution errors.
Expected results:
imported lucene packages should resolve
Additional info:
Removing 'mandadory=core' from the metadata in the manifest fixes this.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=842611
Bug ID: 842611
QA Contact: extras-qa(a)fedoraproject.org
Severity: medium
Version: rawhide
Priority: medium
CC: akurtako(a)redhat.com, hicham.haouari(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
kdaniel(a)redhat.com
Assignee: akurtako(a)redhat.com
Summary: lucene - compile with -target 1.5 or greater
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: mizdebsk(a)redhat.com
Type: ---
Documentation: ---
Hardware: All
Mount Type: ---
Status: NEW
Component: lucene
Product: Fedora
Package lucene appears to be using Java generics,
but generates class files in format older than 49.0,
which corresponds to J2SE 5.0, in which generics were introduced.
Please update this package to generate classes in format 49.0 or
above. This corresponds to -target 1.5 option of javac (or ecj).
For more information, see bug #842394
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=830762
Bug ID: 830762
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: akurtako(a)redhat.com, hicham.haouari(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
kdaniel(a)redhat.com
Assignee: akurtako(a)redhat.com
Summary: lucene ships POMs with uninitialized version
properties
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: michel+fdr(a)sylvestre.me
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: lucene
Product: Fedora
Created attachment 590902
--> https://bugzilla.redhat.com/attachment.cgi?id=590902&action=edit
POM file for clucy
Description of problem:
The latest Lucene RPM ships with POMs that have unitialized version properties,
thus causing mvn-rpmpackage to fail when building a package that uses Lucene as
a dependency.
Version-Release number of selected component (if applicable):
lucene-2.9.4-8.fc17.noarch
How reproducible:
Always
Steps to Reproduce:
1. grep "<version>@version@</version>" *lucene*.pom | wc -l
2. Attempt to build clucy (https://github.com/weavejester/clucy) using the
attached POM file
Actual results:
1. => 59
2. => fails with
[ERROR] Failed to execute goal on project clucy: Could not resolve dependencies
for project clucy:clucy:jar:0.3.0: The following artifacts could not be
resolved
: org.apache.lucene:lucene-highlighter:jar:latest,
org.apache.lucene:lucene-memo
ry:jar:@version@: The repository system is offline but the artifact
org.apache.l
ucene:lucene-highlighter:jar:latest is not available in the local repository.
->
[Help 1]
Expected results:
1. => 0
2. => succeeds
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: maven-wagon-2.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=785360
Summary: maven-wagon-2.2 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: maven-wagon
AssignedTo: fnasser(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: fnasser(a)redhat.com, dbhole(a)redhat.com,
yyang(a)redhat.com, akurtako(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 2.2
Current version in Fedora Rawhide: 1.0
URL: http://repo2.maven.org/maven2/org/apache/maven/wagon/wagon/
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
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: 'cat: command not found' in install.log file after installation
https://bugzilla.redhat.com/show_bug.cgi?id=786881
Summary: 'cat: command not found' in install.log file after
installation
Product: Fedora
Version: 16
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: low
Priority: unspecified
Component: plexus-interpolation
AssignedTo: sochotni(a)redhat.com
ReportedBy: liebundartig(a)freenet.de
QAContact: extras-qa(a)fedoraproject.org
CC: sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Created attachment 559082
--> https://bugzilla.redhat.com/attachment.cgi?id=559082
anaconda kickstart and install.log files
Description of problem:
after installation of f16 using attached kickstart file
there is an error message in
/root/install.log
Not sure if that is a problem, though.
Version-Release number of selected component (if applicable):
date of writing: 02. February 2012
How reproducible:
100%
Steps to Reproduce:
1. install fedora 16 with attached kickstart file
2. review /root/install.log
Actual results:
22:46:08 Installing plexus-interpolation-1.14-1.fc16.noarch
/var/tmp/rpm-tmp.FbugDW: line 4: cat: command not found
Expected results:
plexus-interpolation should install without the message
or
if the error message is not important, should state that the message is not
important
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.