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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new b979dee  Automatic Site Publish by Buildbot
b979dee is described below

commit b979dee5d8c35d4d0ccaefc580a2e2eea3e89d00
Author: buildbot <us...@infra.apache.org>
AuthorDate: Tue Feb 9 23:17:40 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/feed.xml                          |  4 ++--
 output/release/accumulo-2.0.0/index.html | 15 +++++++++++++++
 output/search_data.json                  |  2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/output/feed.xml b/output/feed.xml
index 70bc7b9..bacb11b 100644
--- a/output/feed.xml
+++ b/output/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>Mon, 08 Feb 2021 18:45:39 +0000</pubDate>
-    <lastBuildDate>Mon, 08 Feb 2021 18:45:39 +0000</lastBuildDate>
+    <pubDate>Tue, 09 Feb 2021 23:17:34 +0000</pubDate>
+    <lastBuildDate>Tue, 09 Feb 2021 23:17:34 +0000</lastBuildDate>
     <generator>Jekyll v4.1.1</generator>
     
     
diff --git a/output/release/accumulo-2.0.0/index.html 
b/output/release/accumulo-2.0.0/index.html
index f735675..c23c195 100644
--- a/output/release/accumulo-2.0.0/index.html
+++ b/output/release/accumulo-2.0.0/index.html
@@ -327,6 +327,21 @@ However, it will break any code that was relying on the 
undocumented and broken
 behavior to compare <code class="language-plaintext 
highlighter-rouge">Value</code> objects with byte arrays. Such comparisons will 
now
 always return <code class="language-plaintext highlighter-rouge">false</code> 
instead of <code class="language-plaintext highlighter-rouge">true</code>, even 
if the contents are equal.</p>
 
+<h3 id="removed-default-dynamic-reloading-classpath-directory-libext">Removed 
default dynamic reloading classpath directory (lib/ext)</h3>
+
+<p>In <a href="https://github.com/apache/accumulo/issues/1179";>#1179</a>, the 
default directory for dynamic class reloading (lib/ext)
+was removed and the default value for the deprecated property
+<code class="language-plaintext 
highlighter-rouge">general.dynamic.classpaths</code> was set to blank. This was 
done as part of a plan
+to phase out class loading behaviors that are tightly coupled to Accumulo, in
+favor of more user-pluggable class loading features that are easier to maintain
+separately from Accumulo’s core code.</p>
+
+<p>To continue to use this feature until it is removed, you must set this 
property
+to a value. However, it is recommended to add your non-dynamic user class paths
+to the <code class="language-plaintext highlighter-rouge">CLASSPATH</code> 
environment in <code class="language-plaintext 
highlighter-rouge">accumulo-env.sh</code> instead, or to leverage the
+per-table context class paths feature, depending on your use case. For
+reference, the previous default value was <code class="language-plaintext 
highlighter-rouge">$ACCUMULO_HOME/lib/ext/[^.].*.jar</code>.</p>
+
 <h3 id="other-notable-changes">Other Notable Changes</h3>
 
 <ul>
diff --git a/output/search_data.json b/output/search_data.json
index 019abf8..8bfe4ec 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -392,7 +392,7 @@
   
     "release-accumulo-2-0-0": {
       "title": "Apache Accumulo 2.0.0",
-      "content"         : "Apache Accumulo 2.0.0 contains significant changes 
from 1.9 and earlierversions. It is the first major release since adopting 
semver and is theculmination of more than 3 years worth of work by more than 40 
contributorsfrom the Accumulo community. The following release notes highlight 
some of thechanges. If anything is missing from this list, please contact the 
developersto have it included.Notable ChangesNew API for creating connections 
to AccumuloA fluent API for cre [...]
+      "content"         : "Apache Accumulo 2.0.0 contains significant changes 
from 1.9 and earlierversions. It is the first major release since adopting 
semver and is theculmination of more than 3 years worth of work by more than 40 
contributorsfrom the Accumulo community. The following release notes highlight 
some of thechanges. If anything is missing from this list, please contact the 
developersto have it included.Notable ChangesNew API for creating connections 
to AccumuloA fluent API for cre [...]
       "url": " /release/accumulo-2.0.0/",
       "categories": "release"
     }

Reply via email to