Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6ADE6176D9 for ; Thu, 16 Oct 2014 13:17:34 +0000 (UTC) Received: (qmail 53402 invoked by uid 500); 16 Oct 2014 13:17:34 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 53314 invoked by uid 500); 16 Oct 2014 13:17:34 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 53302 invoked by uid 99); 16 Oct 2014 13:17:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 13:17:34 +0000 Date: Thu, 16 Oct 2014 13:17:34 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (JCS-132) EnsureCDIIsTestedWhenTCKsRunTest fails on Java 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCS-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved JCS-132. ---------------------- Resolution: Fixed URL: http://svn.apache.org/r1632295 Log: JCS-132 EnsureCDIIsTestedWhenTCKsRunTest fails on Java 1.6 Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/src/test/java/org/apache/commons/jcs/jcache/EnsureCDIIsTestedWhenTCKsRunTest.java > EnsureCDIIsTestedWhenTCKsRunTest fails on Java 1.6 > -------------------------------------------------- > > Key: JCS-132 > URL: https://issues.apache.org/jira/browse/JCS-132 > Project: Commons JCS > Issue Type: Bug > Reporter: Sebb > Fix For: jcs-2.0-alpha-1 > > > EnsureCDIIsTestedWhenTCKsRunTest fails on Java 1.6 because it tries to load javax.cache.annotation.BeanProvider.class > Unfortunately the jar in which is is contained appears to have been built for Java 1.7 (unlike the rest of the javax jars). > Some possible workrounds: > - use a different class if there is another that is suitable > - get the providers to release a version that works for Java 1.6 > - catch the failure, and convert it to a warning on Java 1.6 -- This message was sent by Atlassian JIRA (v6.3.4#6332)