From d98446ede1ff786109577ebe9187a84cdea48f40 Mon Sep 17 00:00:00 2001 From: Paulo Motta Date: Wed, 27 Jan 2016 07:59:03 -0800 Subject: [PATCH 1/2] Set javac encoding to utf-8 patch by Paulo Motta, reviewed by jasobrown for CASSANDRA-11077 --- CHANGES.txt | 1 + build.xml | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5f37cd7886..034ac31f61 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.0.11 + * Set javac encoding to utf-8 (CASSANDRA-11077) * Replace empty strings with null values if they cannot be converted (CASSANDRA-12794) * Fixed flacky SSTableRewriterTest: check file counts before calling validateCFS (CASSANDRA-12348) * Fix deserialization of 2.x DeletedCells (CASSANDRA-12620) diff --git a/build.xml b/build.xml index 2e2c2efb8e..9755f0261e 100644 --- a/build.xml +++ b/build.xml @@ -746,14 +746,14 @@ @@ -779,7 +779,7 @@ - + @@ -1115,7 +1115,8 @@ destdir="${test.classes}" includeantruntime="false" source="${source.version}" - target="${target.version}"> + target="${target.version}" + encoding="utf-8"> From 15b52809f2f10a37a753a7d6734e71f7c3dc521d Mon Sep 17 00:00:00 2001 From: Jay Zhuang Date: Mon, 9 Jan 2017 08:28:36 +0100 Subject: [PATCH 2/2] Fix tabs and typo patch by Jay Zhuang; reviewed by Stefania Alborghetti for CASSANDRA-11431 --- build.xml | 6 +++--- .../org/apache/cassandra/db/ColumnFamilyStoreCQLHelper.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 9755f0261e..2d33de603f 100644 --- a/build.xml +++ b/build.xml @@ -758,8 +758,8 @@ memorymaximumsize="512M"> - - + + @@ -1120,7 +1120,7 @@ - + diff --git a/src/java/org/apache/cassandra/db/ColumnFamilyStoreCQLHelper.java b/src/java/org/apache/cassandra/db/ColumnFamilyStoreCQLHelper.java index f9d6897954..5dc93241d8 100644 --- a/src/java/org/apache/cassandra/db/ColumnFamilyStoreCQLHelper.java +++ b/src/java/org/apache/cassandra/db/ColumnFamilyStoreCQLHelper.java @@ -1,5 +1,5 @@ /* - * Licensed to the Apache Softw≤are Foundation (ASF) under one + * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file