Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-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 6BD1110A3C for ; Sat, 8 Feb 2014 08:13:49 +0000 (UTC) Received: (qmail 13201 invoked by uid 500); 8 Feb 2014 08:13:49 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 13149 invoked by uid 500); 8 Feb 2014 08:13:41 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 13139 invoked by uid 99); 8 Feb 2014 08:13:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Feb 2014 08:13:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F321D920407; Sat, 8 Feb 2014 08:13:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gpetracek@apache.org To: commits@deltaspike.apache.org Message-Id: <6b601159e8054f37bea281da052dae4f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: DELTASPIKE-480 improved view-config validation Date: Sat, 8 Feb 2014 08:13:38 +0000 (UTC) Updated Branches: refs/heads/master ce875fde3 -> 631a3de54 DELTASPIKE-480 improved view-config validation Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/631a3de5 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/631a3de5 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/631a3de5 Branch: refs/heads/master Commit: 631a3de54e3eae13293592e7ef5b34507fb30762 Parents: ce875fd Author: gpetracek Authored: Sat Feb 8 09:12:14 2014 +0100 Committer: gpetracek Committed: Sat Feb 8 09:12:22 2014 +0100 ---------------------------------------------------------------------- .../ViewConfigPreProcessorWithoutValidation.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/631a3de5/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/config/view/navigation/destination/uc005/ViewConfigPreProcessorWithoutValidation.java ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/config/view/navigation/destination/uc005/ViewConfigPreProcessorWithoutValidation.java b/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/config/view/navigation/destination/uc005/ViewConfigPreProcessorWithoutValidation.java index 2110684..29157f5 100644 --- a/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/config/view/navigation/destination/uc005/ViewConfigPreProcessorWithoutValidation.java +++ b/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/config/view/navigation/destination/uc005/ViewConfigPreProcessorWithoutValidation.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.deltaspike.test.jsf.impl.config.view.navigation.destination.uc005; import org.apache.deltaspike.core.spi.config.view.ViewConfigNode;