Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: [PATCH] Removal of plexus-maven-plugin dependency (not needed)
https://bugzilla.redhat.com/show_bug.cgi?id=726058
Summary: [PATCH] Removal of plexus-maven-plugin dependency (not
needed)
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: plexus-archiver
AssignedTo: pcheung(a)redhat.com
ReportedBy: jcapik(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: pcheung(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 652183
Classification: Fedora
Story Points: ---
Type: Patch
Created attachment 515509
--> https://bugzilla.redhat.com/attachment.cgi?id=515509
removal.patch
Description of problem:
The attached patch removes the plexus-maven-plugin dependency. It is not needed
for the build.
--
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: tomcat-dbcp.jar is missing
https://bugzilla.redhat.com/show_bug.cgi?id=819087
Summary: tomcat-dbcp.jar is missing
Product: Fedora
Version: 17
Platform: Unspecified
OS/Version: Linux
Status: NEW
Severity: unspecified
Priority: unspecified
Component: tomcat
AssignedTo: ivan.afonichev(a)gmail.com
ReportedBy: samuel-rhbugs(a)sieb.net
QAContact: extras-qa(a)fedoraproject.org
CC: akurtako(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
ivan.afonichev(a)gmail.com, kdaniel(a)redhat.com
Classification: Fedora
Story Points: ---
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
The tomcat-dbcp.jar file is missing from the tomcat package. This means that
jdbc resources don't work. You get the following error when tomcat tries to
start the app:
WARNING: Failed to register in JMX: javax.naming.NamingException: Could not
create resource factory instance [Root exception is
java.lang.ClassNotFoundException:
org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]
I copied the jar file from the upstream zip file and now it works.
--
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: 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=855600
Bug ID: 855600
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com, mizdebsk(a)redhat.com,
sochotni(a)redhat.com, tradej(a)redhat.com
Assignee: sochotni(a)redhat.com
Summary: maven-shade-plugin-2.0 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: maven-shade-plugin
Product: Fedora
Latest upstream release: 2.0
Current version in Fedora Rawhide: 1.7.1
URL: http://repo2.maven.org/maven2/org/apache/maven/plugins/maven-shade-plugin/
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
--
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.