Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 3F9BD11016 for ; Mon, 19 May 2014 17:32:02 +0000 (UTC) Received: (qmail 49665 invoked by uid 500); 19 May 2014 17:32:02 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 49621 invoked by uid 500); 19 May 2014 17:32:02 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 49607 invoked by uid 99); 19 May 2014 17:32:02 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 17:32:02 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id A108B1D901A; Mon, 19 May 2014 17:31:54 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============5859829023163106142==" MIME-Version: 1.0 Subject: Review Request 21639: ACCUMULO-2808 Update to Jetty 9 From: "Christopher Tubbs" To: "Bill Havanki" Cc: "Christopher Tubbs" , "accumulo" Date: Mon, 19 May 2014 17:31:54 -0000 Message-ID: <20140519173154.3715.71249@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Christopher Tubbs" X-ReviewGroup: accumulo X-ReviewRequest-URL: https://reviews.apache.org/r/21639/ X-Sender: "Christopher Tubbs" Reply-To: "Christopher Tubbs" X-ReviewRequest-Repository: accumulo --===============5859829023163106142== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21639/ ----------------------------------------------------------- Review request for accumulo and Bill Havanki. Bugs: ACCUMULO-2808 https://issues.apache.org/jira/browse/ACCUMULO-2808 Repository: accumulo Description ------- This patch updates Jetty for the monitor service to version 9. The patch was made from the 1.6.0 release tag, because I need it for downstream packaging of 1.6.0, but the target version is for the next major Accumulo release (I expect that to be 2.0.0 when the community finalizes that release plan). So, to test this patch, check out 1.6.0 and apply. I will, of course, address any merge conflicts before pushing to the target branch. This patch incorporates the packaging goals of ACCUMULO-2786 also, but only for future major releases where we're willing to bump the dependency version. I don't expect this will be sufficient for that ticket for any 1.6.x bugfix release. Diffs ----- assemble/pom.xml 9ebd2de assemble/src/main/assemblies/component.xml 747444b conf/templates/accumulo-site.xml 052ed7e pom.xml 43aa5fb server/monitor/pom.xml ccc455e server/monitor/src/main/java/org/apache/accumulo/monitor/EmbeddedWebServer.java 1eeb04e start/pom.xml ee288a3 test/pom.xml 5d12ba6 Diff: https://reviews.apache.org/r/21639/diff/ Testing ------- 1. Successfully executed 'mvn clean verify -Psunny' 2. Manually ran a patched instance of 1.6.0, both with and without SSL enabled, and verified that the service was listening on the correct host/port and that I could connect to it in the browser and traverse links. There was no change in the behavior from what I have come to expect from before the patch. Thanks, Christopher Tubbs --===============5859829023163106142==--