[Bug 878552] New: maven-changelog-plugin: Remove/replace (build)requires on plexus-container-default
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=878552
Bug ID: 878552
Summary: maven-changelog-plugin: Remove/replace (build)requires
on plexus-container-default
Product: Fedora
Version: rawhide
Component: maven-changelog-plugin
Severity: medium
Priority: medium
Reporter: sochotni(a)redhat.com
Blocks: 652183 (FE-JAVASIG)
Type: ---
Your package maven-changelog-plugin either requires or buildrequires
plexus-container-default. This package contains old API which is not commonly
used and has not contained maven dependency mappings since September 2011. It
means that unless your package is using custom dependency map to build, it is
not using plexus-container-default.
In most cases your package is instead using
'plexus-containers-container-default' package. If any pom.xml files contain
reference to groupId:artifactId org.codehaus.plexus:plexus-container-default
you can replace plexus-container-default with
plexus-containers-container-default. If your pom.xml files don't reference
mentioned groupId:artifactId it should be safe to remove completely
--
You are receiving this mail because:
You are on the CC list for the bug.
9 years, 11 months
[Bug 819087] New: tomcat-dbcp.jar is missing
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: 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.
9 years, 11 months
[Bug 810566] New: invalid cglib groupId in mockito core pom
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: 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.0
http://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.
9 years, 11 months
[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.
9 years, 11 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
[Bug 889395] New: Tomcat adds colon to the beginning of the classpath; problem with automount
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=889395
Bug ID: 889395
Summary: Tomcat adds colon to the beginning of the classpath;
problem with automount
Product: Fedora
Version: 17
Component: tomcat
Severity: unspecified
Priority: unspecified
Reporter: andreasg123(a)gmail.com
Description of problem:
Tomcat creates a classpath starting with ":". At least java-1.6.0-openjdk and
java-1.7.0-openjdk interpret that as having "." in the classpath. Also, the
tomcat service starts in the directory "/". Thus, any class from a package
starting with "net." first checks in the automount directory, causing long
delays due to DNS lookup of a non-existing host.
Version-Release number of selected component (if applicable):
tomcat-7.0.33-2.fc17.noarch
How reproducible:
Always
Steps to Reproduce:
1. Configure automount "-hosts" for the /net directory.
2. Use a Java class net.*
3. Access it from Tomcat
Actual results:
A long delay whenever that class is accessed.
Expected results:
Do not include the current directory ("/") in the classpath.
Additional info:
The problem is in /usr/sbin/tomcat:
# CLASSPATH munging
if [ -n "$JSSE_HOME" ]; then
CLASSPATH="${CLASSPATH}:$(build-classpath jcert jnet jsse 2>/dev/null)"
fi
CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/bootstrap.jar"
The Apache distribution for Tomcat handles that better in the file catalina.sh:
# Add on extra jar files to CLASSPATH
if [ ! -z "$CLASSPATH" ] ; then
CLASSPATH="$CLASSPATH":
fi
CLASSPATH="$CLASSPATH""$CATALINA_HOME"/bin/bootstrap.jar
--
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=FBpUBDbv8h&a=cc_unsubscribe
10 years
[Bug 883676] New: CVE-2012-4431 Tomcat/JBoss Web - Bypass of CSRF prevention filter [fedora-all]
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=883676
Bug ID: 883676
Summary: CVE-2012-4431 Tomcat/JBoss Web - Bypass of CSRF
prevention filter [fedora-all]
Product: Fedora
Version: 17
Component: tomcat
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Reporter: aneelica(a)redhat.com
Blocks: 883636 (CVE-2012-4431)
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When creating a Bodhi update request, please use the bodhi submission link
noted in the next comment(s). This will include the bug IDs of this
tracking bug as well as the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
Bodhi notes field when available.
Please note: this issue affects multiple supported versions of Fedora.
Only one tracking bug has been filed; please ensure that it is only closed
when all affected versions are fixed.
[bug automatically created by: add-tracking-bugs]
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years