Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3C5710DEB for ; Tue, 29 Apr 2014 20:13:23 +0000 (UTC) Received: (qmail 15921 invoked by uid 500); 29 Apr 2014 20:13:19 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 15837 invoked by uid 500); 29 Apr 2014 20:13:19 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 15827 invoked by uid 99); 29 Apr 2014 20:13:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 20:13:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 20:13:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0282423888E2; Tue, 29 Apr 2014 20:12:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1591082 - in /commons/proper/jcs/trunk/commons-jcs-tck-tests: ./ pom.xml src/test/java/org/apache/commons/jcs/jcache/OWBBeanProvider.java src/test/resources/ExcludeList Date: Tue, 29 Apr 2014 20:12:56 -0000 To: commits@commons.apache.org From: tv@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140429201257.0282423888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Tue Apr 29 20:12:56 2014 New Revision: 1591082 URL: http://svn.apache.org/r1591082 Log: Apply patch from JCS-120 Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/ (props changed) commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/java/org/apache/commons/jcs/jcache/OWBBeanProvider.java commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/resources/ExcludeList Propchange: commons/proper/jcs/trunk/commons-jcs-tck-tests/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Tue Apr 29 20:12:56 2014 @@ -3,3 +3,5 @@ target *.iml .classpath .project + +.settings Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml?rev=1591082&r1=1591081&r2=1591082&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml (original) +++ commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml Tue Apr 29 20:12:56 2014 @@ -1,3 +1,22 @@ + + @@ -15,7 +34,6 @@ -Dorg.jsr107.tck.management.agentId=MBeanServerJCS -Djavax.management.builder.initial=org.apache.commons.jcs.jcache.jmx.ConfigurableMBeanServerIdBuilder --> - org.apache.commons commons-jcs-jcache-tck 2.0-SNAPSHOT Apache Commons JCS :: JCache TCK @@ -39,44 +57,6 @@ - - - commons-httpclient - commons-httpclient - true - - - javax.servlet - servlet-api - provided - - - commons-dbcp - commons-dbcp - true - - - commons-pool - commons-pool - 1.5.4 - - - hsqldb - hsqldb - 1.7.3.3 - - - commons-collections - commons-collections - test - - - org.apache.velocity - velocity-tools - true - - - ${project.groupId} commons-jcs-core @@ -94,7 +74,7 @@ org.hamcrest - hamcrest-all + hamcrest-library test Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/java/org/apache/commons/jcs/jcache/OWBBeanProvider.java URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/java/org/apache/commons/jcs/jcache/OWBBeanProvider.java?rev=1591082&r1=1591081&r2=1591082&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/java/org/apache/commons/jcs/jcache/OWBBeanProvider.java (original) +++ commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/java/org/apache/commons/jcs/jcache/OWBBeanProvider.java Tue Apr 29 20:12:56 2014 @@ -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.commons.jcs.jcache; import org.apache.webbeans.config.WebBeansContext; @@ -8,7 +26,6 @@ import javax.cache.annotation.BeanProvid import javax.enterprise.inject.spi.Bean; import java.util.Set; -// TODO: move it over a tck module and remove owb dependency in main pom public class OWBBeanProvider implements BeanProvider { private final BeanManagerImpl bm; Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/resources/ExcludeList URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/resources/ExcludeList?rev=1591082&r1=1591081&r2=1591082&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/resources/ExcludeList (original) +++ commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/resources/ExcludeList Tue Apr 29 20:12:56 2014 @@ -1,2 +1,19 @@ +# 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. + # for tck this test needs to be excluded org.jsr107.tck.CachingTest#dummyTest