From 572fef8a06172bd925c478ec16540e8e28e84bd7 Mon Sep 17 00:00:00 2001 From: Ariel Weisberg Date: Fri, 21 Apr 2017 14:21:32 -0400 Subject: [PATCH] Set javac encoding to utf-8 Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-13466 --- CHANGES.txt | 1 + build.xml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index eacd275553..251743271f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.1.18 + * Set javac encoding to utf-8 (CASSANDRA-13466) * Fix 2ndary index queries on partition keys for tables with static columns (CASSANDRA-13147) * Fix ParseError unhashable type list in cqlsh copy from (CASSANDRA-13364) * Log stacktrace of uncaught exceptions (CASSANDRA-13108) diff --git a/build.xml b/build.xml index da42975e9d..6d64025d59 100644 --- a/build.xml +++ b/build.xml @@ -708,6 +708,7 @@ @@ -715,6 +716,7 @@ @@ -739,7 +741,7 @@ - + @@ -1072,6 +1074,7 @@