[Bug 717238] New: maven-javadoc-plugin uses old httpclient library
by Red Hat Bugzilla
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.
10 years, 2 months
[Bug 830786] New: maven-ant-tasks has missing runtime dependency on maven-error-diagnostics
by Red Hat Bugzilla
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.
10 years, 2 months
[Bug 850077] New: Split maven-shared into subpackages
by Red Hat Bugzilla
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.
10 years, 2 months
[Bug 849138] New: mandatory=core attribute in Export-Package header makes bundle unresolvable in Eclipse
by Red Hat Bugzilla
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.
10 years, 3 months
[Bug 842611] New: lucene - compile with -target 1.5 or greater
by Red Hat Bugzilla
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.
10 years, 3 months
[Bug 830762] New: lucene ships POMs with uninitialized version properties
by Red Hat Bugzilla
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.
10 years, 3 months