From commits-return-65092-archive-asf-public=cust-asf.ponee.io@sling.apache.org Mon Feb 5 16:14:45 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id C2D42180647 for ; Mon, 5 Feb 2018 16:14:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B320D160C4B; Mon, 5 Feb 2018 15:14:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 07994160C46 for ; Mon, 5 Feb 2018 16:14:44 +0100 (CET) Received: (qmail 60955 invoked by uid 500); 5 Feb 2018 15:14:44 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 60946 invoked by uid 99); 5 Feb 2018 15:14:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2018 15:14:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 55A4285894; Mon, 5 Feb 2018 15:14:43 +0000 (UTC) Date: Mon, 05 Feb 2018 15:14:43 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-installer-core] branch master updated: SLING-7466 - EntityResourceList cleaning up resource instead of updating MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151784368330.28477.1044363918748922445@gitbox.apache.org> From: rombert@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-installer-core X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 687feac99efee8c3aaad60253adcdd70e0f02333 X-Git-Newrev: c35979dd1d6775a6a8b1eded935cfaec2fca977b X-Git-Rev: c35979dd1d6775a6a8b1eded935cfaec2fca977b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git The following commit(s) were added to refs/heads/master by this push: new c35979d SLING-7466 - EntityResourceList cleaning up resource instead of updating c35979d is described below commit c35979dd1d6775a6a8b1eded935cfaec2fca977b Author: Dominik Suess AuthorDate: Mon Feb 5 13:22:10 2018 +0100 SLING-7466 - EntityResourceList cleaning up resource instead of updating Added missing license header --- .../installer/core/impl/EntityResourceListTest.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/test/java/org/apache/sling/installer/core/impl/EntityResourceListTest.java b/src/test/java/org/apache/sling/installer/core/impl/EntityResourceListTest.java index 6b389a3..c1c523f 100644 --- a/src/test/java/org/apache/sling/installer/core/impl/EntityResourceListTest.java +++ b/src/test/java/org/apache/sling/installer/core/impl/EntityResourceListTest.java @@ -1,3 +1,21 @@ +/* + * 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.sling.installer.core.impl; import org.apache.sling.installer.api.event.InstallationListener; -- To stop receiving notification emails like this one, please contact rombert@apache.org.