[jenkins] 03/03: Remove useless properties Debug and AllowLinking in Context definition to suppress warnings in Tomcat logs

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Nov 15 14:50:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jenkins.

commit 5e6086f5521c2936612154bb520980ea4ee3ed56
Author: Yann Rouillard <yrouillard at octo.com>
Date:   Sat Nov 15 14:20:49 2014 +0000

    Remove useless properties Debug and AllowLinking in Context definition to suppress warnings in Tomcat logs
---
 debian/changelog          | 2 ++
 debian/jenkins-tomcat.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 85d1e73..8a5652e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ jenkins (1.565.3-3) unstable; urgency=medium
   * Added dependency on libcglib3-java to fix NoClassDefFoundError at runtime.
   * Removed Context Resource symlinks directives as they don't work anymore in
     Tomcat 8 and are not required for Jenkins (Closes: #769594)
+  * Removed useless properties Debug and AllowLinking in Context definition
+    to suppress warnings in Tomcat logs.
 
  -- Yann Rouillard <yann at pleiades.fr.eu.org>  Sat, 15 Nov 2014 12:14:33 +0000
 
diff --git a/debian/jenkins-tomcat.xml b/debian/jenkins-tomcat.xml
index af42320..68ca4e5 100644
--- a/debian/jenkins-tomcat.xml
+++ b/debian/jenkins-tomcat.xml
@@ -2,7 +2,7 @@
     Context configuration file for the Jenkins Web App
 -->
 <Context path="/jenkins" docBase="/usr/share/jenkins/jenkins.war"
-   debug="0" privileged="true" allowLinking="true" crossContext="true">
+   privileged="true" crossContext="true">
 
   <Environment name="JENKINS_HOME" type="java.lang.String" value="/var/lib/jenkins" override="true" />
 </Context>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git



More information about the pkg-java-commits mailing list