Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1262E2EA for ; Sun, 10 Feb 2013 20:09:54 +0000 (UTC) Received: (qmail 83187 invoked by uid 500); 10 Feb 2013 20:09:54 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 83114 invoked by uid 500); 10 Feb 2013 20:09:54 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 83104 invoked by uid 99); 10 Feb 2013 20:09:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2013 20:09:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.46] (HELO mail-pa0-f46.google.com) (209.85.220.46) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2013 20:09:45 +0000 Received: by mail-pa0-f46.google.com with SMTP id kp14so2769490pab.19 for ; Sun, 10 Feb 2013 12:09:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer:x-gm-message-state; bh=C/KEZTpGguHwPWJHjQ3UjdoHhARV71CfO7QsXaOK0gM=; b=An7mfFD9kL07Kz1r2A7suQOL/BqXopfYWqQP4HRUKP6jZeYBSBoKONnX3xeUdepgY7 2mEoZRotwISIXyrMTk7v9hv0z+lAnkQLwTdzw+zUoJ7gW47IBIlcprKkilEITKYSoP4I swKI2bG8Xw5jZTVc5hbQDm+71R9Q7dJMcf84cpR6eL9XRTGIuVvLKAit9gkyh3FAmPMw +xetWqj11IvZqkCaPDFU3TjSc7VeUu4RQAcv7aH/UdCTY8qLasWefFLQixcykEO8FHuP RprQ0bbvs6fg485QMuUwr8Mi3/onP15yd0rDIvO/92heh2DIPfrJG+wruP0vhpKJHdSS yyrA== X-Received: by 10.68.129.195 with SMTP id ny3mr13236417pbb.165.1360526964976; Sun, 10 Feb 2013 12:09:24 -0800 (PST) Received: from [10.0.1.30] (c-24-16-133-248.hsd1.wa.comcast.net. [24.16.133.248]) by mx.google.com with ESMTPS id k7sm51142221paz.13.2013.02.10.12.09.23 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Feb 2013 12:09:23 -0800 (PST) Sender: Jeremy Boynes Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: Time for Taglibs to be sent to the archive? From: Jeremy Boynes In-Reply-To: Date: Sun, 10 Feb 2013 12:09:19 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <50694B65.9040904@apache.org> <510664FA.3000209@apache.org> To: "Tomcat Developers List" X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQk2KcPV5j/OwiguETNqA0qQxF2GA6wwPnAg61Y8DTw44e0NOQzl/NVcDhISMkAOS4QCGika X-Virus-Checked: Checked by ClamAV on apache.org On Jan 29, 2013, at 11:56 PM, Jeremy Boynes wrote: ... >=20 > My interpretation was that a product must pass the TCK in all its = configurations. In other words, you can't claim compatibility on Java7 = unless you've tested on Java7. If we test on Java7 and pass, we can = claim we're a compatible implementation in that mode; if we don't test = on Java5 then we can't claim compatibility on Java5 but that does not = stop us being compatible on Java7. I read it as being sufficient if we = document what we require as a resource. >=20 > @Henri, I ran all tests on Java6 and have not tried SQL on Java7. I'll = pull the newer version and retest. I pulled the newer TCK and the current trunk revision passes all tests. Although the newer version says it was updated for Java7, the test = harness does not compile due to JDBC issues. There are a couple of = utility classes that were fixed to work with 1.6 but which do not = support the methods added in 1.7. Rather than patch them, I built the = tests using 1.6 and ran them with 1.6 and 1.7. I tested the following configurations: Server Harness Tomcat 6.0.35/Java 1.6 Java 1.6 Tomcat 6.0.35/Java 1.7 Java 1.6 Tomcat 7.0.35/Java 1.7 Java 1.6 Tomcat 7.0.35/Java 1.7 Java 1.7 All tests pass in all configurations. OS: Mac OS X 10.7.5 DB: derby-10.6.1.0 Apache JSTL jars: taglibs-standard-spec-1.2-SNAPSHOT.jar taglibs-standard-impl-1.2-SNAPSHOT.jar taglibs-standard-jstlel-1.2-SNAPSHOT.jar xalan-2.7.1.jar serializer-2.7.1.jar The signature tests are no longer built and run from the top level. They = pass if run on Java 1.6 but there is no signature file for running them = on 1.7.= --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org