Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A1A0100A2 for ; Mon, 14 Apr 2014 23:49:16 +0000 (UTC) Received: (qmail 44362 invoked by uid 500); 14 Apr 2014 23:49:15 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 44330 invoked by uid 500); 14 Apr 2014 23:49:15 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 44319 invoked by uid 99); 14 Apr 2014 23:49:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 23:49:14 +0000 Date: Mon, 14 Apr 2014 23:49:14 +0000 (UTC) From: "Joshua McKenzie (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7028) Allow C* to compile under java 8 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/CASSANDRA-7028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13969015#comment-13969015 ] Joshua McKenzie commented on CASSANDRA-7028: -------------------------------------------- Tests pass, looks good. +1 from me though I do have 1 question: What's our reasoning as to what libraries we store in {basedir}/lib and what libraries we expect to pull using ant into build/lib/*? antlr was previously housed in {basedir}/lib and it looks like you put the antlr runtime and stringtemplate into that folder, however the antlr full is pulled into build/lib. Any insight into the reasoning there? > Allow C* to compile under java 8 > -------------------------------- > > Key: CASSANDRA-7028 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7028 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Dave Brosius > Assignee: Dave Brosius > Priority: Minor > Fix For: 3.0 > > Attachments: 7028.txt, 7028_v2.txt, 7028_v3.txt > > > antlr 3.2 has a problem with java 8, as described here: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8015656 > updating to antlr 3.5.2 solves this, however they have split up the jars differently, which adds some changes, but also the generation of CqlParser.java causes a method to be too large, so i needed to split that method to reduce the size of it. > (patch against trunk) -- This message was sent by Atlassian JIRA (v6.2#6252)