You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2017/11/01 21:17:39 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:ea6a797

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

ctubbsii pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c007351  Jekyll build from master:ea6a797
c007351 is described below

commit c007351193f093cefe49522ffa5b3fd105473867
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Nov 1 17:16:21 2017 -0400

    Jekyll build from master:ea6a797
    
    Update 2.0.0 draft release notes for ACCUMULO-4726
---
 feed.xml                          |  4 ++--
 release/accumulo-2.0.0/index.html | 13 ++++++++++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/feed.xml b/feed.xml
index 32aedf0..0cda882 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 20 Oct 2017 16:19:44 -0400</pubDate>
-    <lastBuildDate>Fri, 20 Oct 2017 16:19:44 -0400</lastBuildDate>
+    <pubDate>Wed, 01 Nov 2017 17:16:38 -0400</pubDate>
+    <lastBuildDate>Wed, 01 Nov 2017 17:16:38 -0400</lastBuildDate>
     <generator>Jekyll v3.5.2</generator>
     
     
diff --git a/release/accumulo-2.0.0/index.html b/release/accumulo-2.0.0/index.html
index 0c5502b..b160eea 100644
--- a/release/accumulo-2.0.0/index.html
+++ b/release/accumulo-2.0.0/index.html
@@ -156,14 +156,25 @@
 
 <h2 id="major-changes">Major Changes</h2>
 
+<p><a href="https://issues.apache.org/jira/browse/ACCUMULO-4726">ACCUMULO-4726</a> - Replaced the ability to use <code class="highlighter-rouge">Value.equals(byte[])</code> to check
+if the contents of a <code class="highlighter-rouge">Value</code> object was equal to a given byte array. To perform
+that check, you must now use the newly added <code class="highlighter-rouge">Value.contentEquals(byte[])</code>
+method. This corrects the behavior of the <code class="highlighter-rouge">equals</code> method so that it conforms
+to the API contract documented in the javadoc inherited from its superclass.
+However, it will break any code that was relying on the undocumented and broken
+behavior to compare <code class="highlighter-rouge">Value</code> objects with byte arrays. Such comparisons will now
+always return <code class="highlighter-rouge">false</code> instead of <code class="highlighter-rouge">true</code>, even if the contents are equal.</p>
+
 <h2 id="other-notable-changes">Other Notable Changes</h2>
-<p>ACCUMULO-3652 - Replaced string concatenation in log statements with slf4j where applicable.  Removed tserver TLevel logging class.</p>
+<p><a href="https://issues.apache.org/jira/browse/ACCUMULO-3652">ACCUMULO-3652</a> - Replaced string concatenation in log statements with slf4j
+where applicable. Removed tserver TLevel logging class.</p>
 
 <h2 id="upgrading">Upgrading</h2>
 
 <h2 id="testing">Testing</h2>
 
 
+
 <p><strong>View all releases in the <a href="/release/">archive</a></strong></p>
 
         </div>

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <co...@accumulo.apache.org>'].