https://bugzilla.redhat.com/show_bug.cgi?id=1109506
Bug ID: 1109506
Summary: No maven-docck-plugin package in EPEL7
Product: Fedora
Version: rawhide
Component: maven-docck-plugin
Assignee: huwang(a)redhat.com
Reporter: mattias.ellert(a)fysast.uu.se
QA Contact: extras-qa(a)fedoraproject.org
CC: huwang(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com
Description of problem:
Building packages that build requires maven-docck-plugin in EPEL 7 fails:
Error: No Package found for mvn(org.apache.maven.plugins:maven-docck-plugin)
Child return code was: 1
Version-Release number of selected component (if applicable):
none (which is the problem)
How reproducible:
Always
Steps to Reproduce:
1. Build any package that build requires maven-docck-plugin in EPEL 7
Actual results:
Build fails
Expected results:
Successful build
Additional info:
A scratchbuild of maven-docck-plugin in EPEL 7 is successful:
https://koji.fedoraproject.org/koji/taskinfo?taskID=7045310
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wE8kEPDRgN&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Bug ID: 1095077
Summary: exec-maven-plugin: enable test suite
Product: Fedora
Version: rawhide
Component: exec-maven-plugin
Assignee: msrb(a)redhat.com
Reporter: msrb(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, msrb(a)redhat.com
Description of problem:
Test suite in exec-maven-plugin 1.3 is currently disabled, because all tests
are failing with following error:
testIsResultCodeAFailure(org.codehaus.mojo.exec.ExecMojoTest) Time elapsed:
0.039 sec <<< ERROR!
java.lang.NoSuchMethodError:
org.codehaus.plexus.ContainerConfiguration.setClassPathScanning(Ljava/lang/String;)Lorg/codehaus/plexus/ContainerConfiguration;
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setupContainerConfiguration(AbstractMojoTestCase.java:248)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setupContainer(AbstractMojoTestCase.java:222)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.getContainer(AbstractMojoTestCase.java:261)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setUp(AbstractMojoTestCase.java:115)
at org.codehaus.mojo.exec.ExecMojoTest.setUp(ExecMojoTest.java:90)
Version-Release number of selected component (if applicable):
1.3-1
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XHBSB6Tddh&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1220717
Bug ID: 1220717
Summary: springframework-retry: tests throw
org.springframework.beans.factory.NoSuchBeanDefinition
Exception
Product: Fedora
Version: rawhide
Component: springframework-retry
Assignee: msrb(a)redhat.com
Reporter: msrb(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, msimacek(a)redhat.com,
msrb(a)redhat.com
Description of problem:
Some of the tests in springframework-retry package throw
org.springframework.beans.factory.NoSuchBeanDefinitionException from some
reason. Investigate why.
Version-Release number of selected component (if applicable):
springframework-retry-1.1.1-2
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LCNr7p1he2&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=958733
Bug ID: 958733
Summary: plexus-utils: suspicious shell quoting in
org.codehaus.plexus.util.cli
Product: Fedora
Version: 18
Component: plexus-utils
Severity: unspecified
Priority: unspecified
Assignee: fnasser(a)redhat.com
Reporter: fweimer(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fnasser(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com
Blocks: 958220
Category: ---
The shell quoting logic in this package (and the
org.codehaus.plexus.util.cli.shell) package looks fairly dangerous. It appears
to be mostly dead code. Client code should be migrated to
java.lang.ProcessBuilder.
The different quoting options (single quotes, double quotes) are difficult to
get right, and the reference to StringUtils is not particularly helpful because
the caller has to provide the correct set of characters to be escaped, which is
platform-dependent.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JhGrfK5sg6&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1098424
Bug ID: 1098424
Summary: tycho: Java class bundling/"static linking"
Product: Fedora
Version: rawhide
Component: tycho
Assignee: rgrunber(a)redhat.com
Reporter: fweimer(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
krzysztof.daniel(a)gmail.com, mat.booth(a)redhat.com,
mizdebsk(a)redhat.com, rgrunber(a)redhat.com
Blocks: 1098237
tycho-0.20.0-6.fc21.noarch bundles many class files which are also available
from other Fedora packages. Here are a few examples:
/usr/share/java/tycho/org.eclipse.tycho.surefire.junit.jar contains
org/apache/maven/surefire/common/junit3/JUnit3Reflector, also part of
maven-surefire-provider-junit-0:2.17-1.fc21.noarch.
/usr/share/java/tycho/org.eclipse.tycho.surefire.junit4.jar contains
org/apache/maven/surefire/common/junit3/JUnit3TestChecker, also from
maven-surefire-provider-junit-0:2.17-1.fc21.noarch.
/usr/share/java/tycho/org.eclipse.tycho.surefire.osgibooter.jar contains the
class org/codehaus/plexus/util/AbstractScanner, which is part of
plexus-utils-3.0.16-2.fc21.noarch.
/usr/share/java/tycho/tycho-bundles-external.zip contains
org/apache/commons/logging/Log from
apache-commons-logging-1.1.3-11.fc21.noarch,
org/apache/commons/codec/BinaryDecoder from
apache-commons-codec-1.9-2.fc21.noarch, org/apache/http/auth/AUTH from
httpcomponents-client-4.3.3-1.fc21.noarch,
org/apache/http/ConnectionClosedException from
httpcomponents-core-4.3.2-1.fc21.noarch, org/sat4j/AbstractLauncher from
sat4j-2.3.5-3.fc21.noarch.
It seems that at least some of these class files are copied from build
dependencies into the JAR files of the tycho RPM. Such bundling/static linking
is against the Fedora packaging guidelines, specifically
<http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries>.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1098237
[Bug 1098237] Java "static linking"/class bundling in Fedora
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Ws5wsBGzEs&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1234368
Bug ID: 1234368
Summary: gem-maven-plugin failed to resolve jruby stdlib
artifact
Product: Fedora
Version: rawhide
Component: jruby-maven-plugins
Assignee: msrb(a)redhat.com
Reporter: puntogil(a)libero.it
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, msimacek(a)redhat.com,
msrb(a)redhat.com
[ERROR] Failed to execute goal
de.saumya.mojo:gem-maven-plugin:1.0.10:initialize (default) on project
polyglot-ruby: failed to resolve jruby stdlib artifact -> [Help 1]
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=edDONMJNM7&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1222940
Bug ID: 1222940
Summary: tesla-polyglot: build ruby module
Product: Fedora
Version: rawhide
Component: tesla-polyglot
Assignee: puntogil(a)libero.it
Reporter: msrb(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
puntogil(a)libero.it
Description of problem:
Please build also ruby module. It's needed by jruby-maven-plugins. Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AELku4xSeb&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1155695
Bug ID: 1155695
Summary: sbt: missing POM file and Maven metadata for
compiler-interface
Product: Fedora
Version: rawhide
Component: sbt
Assignee: willb(a)redhat.com
Reporter: mizdebsk(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org, s(a)shk.io,
willb(a)redhat.com
Description of problem:
compiler-interface artifact has excluded POM and Maven metadata (aka depmap)
installation for some reason (see sbt.spec line 627, commit 86c38541).
A package I am trying to get to Fedora depends on compiler-interface, so please
install POM and metadata.
Version-Release number of selected component (if applicable):
0.13.1-5
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=a7zwzMO5Vg&a=cc_unsubscribe