You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2020/01/28 02:27:37 UTC

[cassandra] branch trunk updated: Update NEWS for CASSANDRA-15257

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6449f40  Update NEWS for CASSANDRA-15257
6449f40 is described below

commit 6449f400ce599d34ab4b97be4ca59ad9b9a222c7
Author: Brandon Williams <br...@apache.org>
AuthorDate: Mon Jan 27 20:27:21 2020 -0600

    Update NEWS for CASSANDRA-15257
---
 NEWS.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS.txt b/NEWS.txt
index e51203f..9c6b43f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -223,6 +223,10 @@ Upgrading
       their clusters or otherwise synchronize their clocks, and that clocks are
       mostly in sync, since this is a requirement for general correctness of
       last write wins.
+    - CASSANDRA-15257 removed the joda time dependency.  Any time formats
+      passed will now need to conform to java.time.format.DateTimeFormatter.
+      Most notably, days and months must be two digits, and years exceeding
+      four digits need to be prefixed with a plus or minus sign.
 
 
 Materialized Views


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org