Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBAF0109BB for ; Mon, 6 May 2013 16:24:16 +0000 (UTC) Received: (qmail 42593 invoked by uid 500); 6 May 2013 16:24:16 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 42529 invoked by uid 500); 6 May 2013 16:24:16 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 42519 invoked by uid 99); 6 May 2013 16:24:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 16:24:16 +0000 Date: Mon, 6 May 2013 16:24:16 +0000 (UTC) From: "Simone Tripodi (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (FELIX-3339) Consolidate Thread Dump Support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649830#comment-13649830 ] Simone Tripodi edited comment on FELIX-3339 at 5/6/13 4:22 PM: --------------------------------------------------------------- Hi [~cziegeler]! :) If I am not wrong, Java7 and Java6 JXM APIs are exactly the same, so I configured the main printer to fallback to the {{Jdk16ThreadDumper}}, in case the JVM version is _1.7_, see the {{CompositeThreadDumper}} class in the patch. Apologize for not having had a look at Java8 APIs, this is something I can provide a new patch to fill that lack. was (Author: simone.tripodi): Hi [~cziegeler]! :) If I am not wrong, Java7 and Java6 JXM APIs are exactly the same, so I configured the main printer to fallback to the {{Jdk16ThreadDumper}}, see the {{CompositeThreadDumper}} class in the patch. Apologize for not having had a look at Java8 APIs, this is something I can provide a new patch to fill that lack. > Consolidate Thread Dump Support > ------------------------------- > > Key: FELIX-3339 > URL: https://issues.apache.org/jira/browse/FELIX-3339 > Project: Felix > Issue Type: Improvement > Components: Web Console > Affects Versions: webconsole-3.1.8 > Reporter: Felix Meschberger > Attachments: FELIX-3339_initial-proto.patch > > > The Felix Web Console currently has an embedded plugin only using traditional Java API. Sling has a Web Console plugin leveraging the Java 5 JMX APIs. > These two should be consolidated and extended such that: > * Separate bundle (not embedded in the Web Console Bundle) > * one single plugin in Apache Felix > * Uses Java 6 JMX API if available > * Falls back to Java 5 JMX API if not Java 6 > * Falls back to regular Java API as a last step > * Provide Gogo Shell Commands > The advantage of using Java 6 API is to be able to inject lock information in the thread dumps to be able to followup on deadlock and similar situations. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira