Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-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 9158D17746 for ; Fri, 4 Sep 2015 10:38:39 +0000 (UTC) Received: (qmail 50908 invoked by uid 500); 4 Sep 2015 10:38:39 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 50882 invoked by uid 500); 4 Sep 2015 10:38:39 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 50866 invoked by uid 99); 4 Sep 2015 10:38:39 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2015 10:38:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DAA1B181799 for ; Fri, 4 Sep 2015 10:38:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id c143xvF6o6dx for ; Fri, 4 Sep 2015 10:38:31 +0000 (UTC) Received: from microbel.pvv.ntnu.no (microbel.pvv.ntnu.no [129.241.210.179]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 4E65D20FF4 for ; Fri, 4 Sep 2015 10:38:30 +0000 (UTC) Received: from rec.ecc.as ([213.236.218.162] helo=[10.0.1.6]) by microbel.pvv.ntnu.no with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZXoO0-00073X-DQ for dev@cayenne.apache.org; Fri, 04 Sep 2015 12:38:26 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: java/jdbc version From: Tore Halset In-Reply-To: <8CEB8E0B-E4BE-4850-BF4B-EE6EDB4176DF@objectstyle.org> Date: Fri, 4 Sep 2015 12:38:18 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <0C96980E-C6BE-40AE-B8EF-B2BC6494AC90@pvv.ntnu.no> References: <0A7804BA-035D-4030-885D-EF33DCF98E95@pvv.ntnu.no> <8CEB8E0B-E4BE-4850-BF4B-EE6EDB4176DF@objectstyle.org> To: dev@cayenne.apache.org X-Mailer: Apple Mail (2.2102) Hello. > On 04 Sep 2015, at 09:53, Andrus Adamchik = wrote: >=20 > Hi Tore, >=20 >> cayenne 4 is java 6. Will it go java 7+ or are we staying on 6? I = want to use the new java.sql.Connection#getSchema. It will probably = require updated jdbc drivers and dbcp2 as well, so it might be easier to = create our own adapter#getSchema(Connection). What do you think? >=20 > I've been softly advocating to switch to Java 7 in 4.0 for some time. = And I think by now just enough time has passed to consider Java 6 a = distant memory.=20 >=20 > IIRC Savva either started working or was planning to start working on = a DBCP2 module, so we should be covered on that front as well. >=20 > So maybe we take an (informal?) vote on this and go Java 7? +1 Good news. All our stuff use java 8 now. >> One more thing, is it okay to send in github pull-requests now or = should I push to the actual branch at apache? >=20 > If you want your code to be reviewed before commit, then pull request = on GitHub is the way to go. If not, you can just commit it to the ASF = repo's master. Thanks. That is perfect. Regards, Tore Halset.=