Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-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 4A84D184A6 for ; Tue, 22 Dec 2015 15:30:47 +0000 (UTC) Received: (qmail 75447 invoked by uid 500); 22 Dec 2015 15:30:46 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 75333 invoked by uid 500); 22 Dec 2015 15:30:46 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 75321 invoked by uid 99); 22 Dec 2015 15:30:46 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2015 15:30:46 +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 D3817180477 for ; Tue, 22 Dec 2015 15:30:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.019 X-Spam-Level: X-Spam-Status: No, score=-0.019 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, UNPARSEABLE_RELAY=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 Qwv8jZ-N0hTx for ; Tue, 22 Dec 2015 15:30:37 +0000 (UTC) Received: from plasma6.jpberlin.de (plasma6.jpberlin.de [80.241.56.68]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id BF48020FD3 for ; Tue, 22 Dec 2015 15:30:36 +0000 (UTC) Received: from gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) by plasma.jpberlin.de (Postfix) with ESMTP id E4A3AB0956 for ; Tue, 22 Dec 2015 16:30:28 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from plasma.jpberlin.de ([91.198.250.140]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10024) with ESMTP id D-CRzHnhE9Jc for ; Tue, 22 Dec 2015 16:30:27 +0100 (CET) Received: from webmail.jpberlin.de (sinatra7.heinlein-hosting.de [91.198.250.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmueller@jpberlin.de) by plasma.jpberlin.de (Postfix) with ESMTPSA id 109D1B0807 for ; Tue, 22 Dec 2015 16:30:27 +0100 (CET) Received: from jGzemLCjd7LVrcsPgfq58aM5fxcHI/dIVMQVW82GeSs= (KbvP22bUEvMSTd9kePGBjfdG3Cxqgl09) by webmail.jpberlin.de with HTTP (HTTP/1.1 POST); Tue, 22 Dec 2015 16:30:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 22 Dec 2015 16:30:26 +0100 From: =?UTF-8?Q?Florian_M=C3=BCller?= To: Dev Subject: OpenCMIS Build Tools Message-ID: X-Sender: fmui@apache.org User-Agent: RoundCube Webmail Hi all, To simplify the build process and various pom.xml files I would like to propose that we only support Java 8 for building OpenCMIS. Building with Java 6 and Java 7 might work, but we shouldn't support it anymore. I'm not talking about the generated OpenCMIS Jar files. They still should be Java 6 compatible. (I guess for we have to live with Java 6 for quite some time.) If there are no objections I would change the documentation. Thanks, Florian