Return-Path: X-Original-To: apmail-chukwa-commits-archive@www.apache.org Delivered-To: apmail-chukwa-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFA5817635 for ; Tue, 10 Mar 2015 04:42:45 +0000 (UTC) Received: (qmail 76439 invoked by uid 500); 10 Mar 2015 04:42:45 -0000 Delivered-To: apmail-chukwa-commits-archive@chukwa.apache.org Received: (qmail 76417 invoked by uid 500); 10 Mar 2015 04:42:45 -0000 Mailing-List: contact commits-help@chukwa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chukwa.apache.org Delivered-To: mailing list commits@chukwa.apache.org Received: (qmail 76406 invoked by uid 99); 10 Mar 2015 04:42:45 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2015 04:42:45 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 63739AC0153 for ; Tue, 10 Mar 2015 04:42:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1665406 - in /chukwa/trunk: CHANGES.txt pom.xml src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java Date: Tue, 10 Mar 2015 04:42:45 -0000 To: commits@chukwa.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150310044245.63739AC0153@hades.apache.org> Author: eyang Date: Tue Mar 10 04:42:44 2015 New Revision: 1665406 URL: http://svn.apache.org/r1665406 Log: CHUKWA-742. Updated license header for StatusCheckerException.java and exclude README.md from release audit tool scan. (Eric Yang) Modified: chukwa/trunk/CHANGES.txt chukwa/trunk/pom.xml chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java Modified: chukwa/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/chukwa/trunk/CHANGES.txt?rev=1665406&r1=1665405&r2=1665406&view=diff ============================================================================== --- chukwa/trunk/CHANGES.txt (original) +++ chukwa/trunk/CHANGES.txt Tue Mar 10 04:42:44 2015 @@ -22,6 +22,9 @@ Trunk (unreleased changes) BUGS + CHUKWA-742. Updated license header for StatusCheckerException.java and exclude + README.md from release audit tool scan. (Eric Yang) + CHUKWA-735. Updated Nagios support to support basic encryption. (Eric Yang) Release 0.6 - 09/28/2014 Modified: chukwa/trunk/pom.xml URL: http://svn.apache.org/viewvc/chukwa/trunk/pom.xml?rev=1665406&r1=1665405&r2=1665406&view=diff ============================================================================== --- chukwa/trunk/pom.xml (original) +++ chukwa/trunk/pom.xml Tue Mar 10 04:42:44 2015 @@ -744,6 +744,7 @@ CHANGES.txt + README.md bin/VERSION @@ -795,6 +796,7 @@ src/main/web/hicc/js/iui.js src/main/web/hicc/js/yahoo-dom-event.js src/main/web/hicc/js/treeview-min.js + src/main/resources/ESAPI.properties contrib/solr/logs/conf/velocity/jquery.autocomplete.js Modified: chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java URL: http://svn.apache.org/viewvc/chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java?rev=1665406&r1=1665405&r2=1665406&view=diff ============================================================================== --- chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java (original) +++ chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java Tue Mar 10 04:42:44 2015 @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.hadoop.chukwa.datacollection.adaptor.heartbeat; public class StatusCheckerException extends Exception {