Author: buildbot
Date: Fri Jan  4 22:41:33 2019
New Revision: 1038544

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html
    websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
    websites/staging/thrift/trunk/content/docs/install/debian.html
    websites/staging/thrift/trunk/content/docs/install/windows.html
    websites/staging/thrift/trunk/content/download.html
    websites/staging/thrift/trunk/content/index.html
    websites/staging/thrift/trunk/content/lib/java.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jan  4 22:41:33 2019
@@ -1 +1 @@
-1850143
+1850446

Modified: 
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html
==============================================================================
--- 
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html 
(original)
+++ 
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html 
Fri Jan  4 22:41:33 2019
@@ -126,8 +126,8 @@ consistent experience with the various m
 <p>The current release versioning is kept in the YAML <strong>DATA</strong> 
section of the global "configuration
 file" <a 
href="https://svn.apache.org/repos/asf/thrift/cms-site/trunk/lib/path.pm";>lib/path.pm</a>.
 Update
 the following values and then following <b>Updating the Website</b> section 
below </p>
-<div class="codehilite"><pre><span class="n">current_release</span><span 
class="p">:</span> &quot;0<span class="p">.</span>11<span 
class="p">.</span>0&quot;
-<span class="n">current_release_date</span><span class="p">:</span> 
&quot;2017<span class="o">-</span><span class="n">DEC</span><span 
class="o">-</span>07&quot;
+<div class="codehilite"><pre><span class="n">current_release</span><span 
class="p">:</span> &quot;0<span class="p">.</span>12<span 
class="p">.</span>0&quot;
+<span class="n">current_release_date</span><span class="p">:</span> 
&quot;2019<span class="o">-</span><span class="n">JAN</span><span 
class="o">-</span>04&quot;
 </pre></div>
 
 

Modified: 
websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html 
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html Fri 
Jan  4 22:41:33 2019
@@ -306,7 +306,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>These values should be used for all new client libraries and are the same 
values across all libraries:</p>
 <ul>
 <li>Name:           libthrift</li>
-<li>Version:        0.11.0-[dev|snapshot]</li>
+<li>Version:        0.12.0-[dev|snapshot]</li>
 <li>License:        Apache License 2.0</li>
 <li>License URL:    http://www.apache.org/licenses/LICENSE-2.0</li>
 <li>Homepage:       http://thrift.apache.org</li>

Modified: websites/staging/thrift/trunk/content/docs/install/debian.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/debian.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/debian.html Fri Jan  4 
22:41:33 2019
@@ -106,7 +106,7 @@ h2:hover > .headerlink, h3:hover > .head
 <ul>
 <li>Java<ul>
 <li>packages: ant  </li>
-<li>You will also need Java JDK v1.7 or higher. Type <strong>javac</strong> to 
see a list of available packages, pick the one you prefer and <strong>apt-get 
install</strong> it (e.g. default-jdk).</li>
+<li>You will also need Java JDK v1.8 or higher. Type <strong>javac</strong> to 
see a list of available packages, pick the one you prefer and <strong>apt-get 
install</strong> it (e.g. default-jdk).</li>
 </ul>
 </li>
 <li>Ruby<ul>

Modified: websites/staging/thrift/trunk/content/docs/install/windows.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/windows.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/windows.html Fri Jan  4 
22:41:33 2019
@@ -202,7 +202,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 <p>Make sure you have java in your $PATH variable, if not do(adjust path if 
necessary):</p>
-<div class="codehilite"><pre><span class="n">export</span> <span 
class="n">PATH</span><span class="p">=</span>$<span class="n">PATH</span><span 
class="p">:</span>&quot;<span class="o">/</span><span 
class="n">cygdrive</span><span class="o">/</span><span class="n">c</span><span 
class="o">/</span><span class="n">program</span> <span 
class="n">files</span><span class="o">/</span><span class="n">java</span><span 
class="o">/</span><span class="n">jre1</span><span class="p">.</span>6<span 
class="p">.</span>0<span class="n">_05</span><span class="o">/</span><span 
class="n">bin</span>&quot;
+<div class="codehilite"><pre><span class="n">export</span> <span 
class="n">PATH</span><span class="p">=</span>$<span class="n">PATH</span><span 
class="p">:</span>&quot;<span class="o">/</span><span 
class="n">cygdrive</span><span class="o">/</span><span class="n">c</span><span 
class="o">/</span><span class="n">program</span> <span 
class="n">files</span><span class="o">/</span><span class="n">java</span><span 
class="o">/</span><span class="n">jre1</span><span class="p">.</span>8<span 
class="p">.</span>0<span class="n">_191</span><span class="o">/</span><span 
class="n">bin</span>&quot;
 </pre></div>
 
 

Modified: websites/staging/thrift/trunk/content/download.html
==============================================================================
--- websites/staging/thrift/trunk/content/download.html (original)
+++ websites/staging/thrift/trunk/content/download.html Fri Jan  4 22:41:33 2019
@@ -85,17 +85,17 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
 <h2 id="release">Release<a class="headerlink" href="#release" title="Permanent 
link">&para;</a></h2>
-<p>The latest stable release of Thrift is 0.11.0 (released on 2017-DEC-07).</p>
+<p>The latest stable release of Thrift is 0.12.0 (released on 2019-JAN-04).</p>
 <ul>
-<li><a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.11.0/thrift-0.11.0.tar.gz";>thrift-0.11.0.tar.gz</a>
 [<a 
href="https://www.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz.asc";>PGP</a>]
-[<a 
href="https://www.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz.md5";>MD5</a>]</li>
-<li><a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.11.0/thrift-0.11.0.exe";>Thrift
 compiler for Windows (thrift-0.11.0.exe)</a> [<a 
href="https://www.apache.org/dist/thrift/0.11.0/thrift-0.11.0.exe.asc";>PGP</a>] 
[<a 
href="https://www.apache.org/dist/thrift/0.11.0/thrift-0.11.0.exe.md5";>MD5</a>]</li>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.12.0/thrift-0.12.0.tar.gz";>thrift-0.12.0.tar.gz</a>
 [<a 
href="https://www.apache.org/dist/thrift/0.12.0/thrift-0.12.0.tar.gz.asc";>PGP</a>]
+[<a 
href="https://www.apache.org/dist/thrift/0.12.0/thrift-0.12.0.tar.gz.md5";>MD5</a>]</li>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.12.0/thrift-0.12.0.exe";>Thrift
 compiler for Windows (thrift-0.12.0.exe)</a> [<a 
href="https://www.apache.org/dist/thrift/0.12.0/thrift-0.12.0.exe.asc";>PGP</a>] 
[<a 
href="https://www.apache.org/dist/thrift/0.12.0/thrift-0.12.0.exe.md5";>MD5</a>]</li>
 </ul>
 <h2 id="maven-artifact">Maven artifact<a class="headerlink" 
href="#maven-artifact" title="Permanent link">&para;</a></h2>
 <p><pre><code>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.thrift&lt;/groupId&gt;
   &lt;artifactId&gt;libthrift&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.12.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre></p>
 <p>When downloading from a mirror, please be sure to <a 
href="http://www.apache.org/info/verification.html";>verify</a> the checksums 
and signature (see the MD5 and PGP links above). The <a 
href="https://www.apache.org/dist/thrift/KEYS";>KEYS</a> file contains the 
public key(s) used for signing releases.</p>

Modified: websites/staging/thrift/trunk/content/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/index.html (original)
+++ websites/staging/thrift/trunk/content/index.html Fri Jan  4 22:41:33 2019
@@ -105,19 +105,19 @@
   </div>
   <div class="span3 well center pull-right">
     <h2>Download</h2>
-    <p>Apache Thrift v0.11.0</p>
+    <p>Apache Thrift v0.12.0</p>
     <p>
-      <a class="btn btn-large" 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.11.0/thrift-0.11.0.tar.gz";>
-          Download <small>v0.11.0</small>
+      <a class="btn btn-large" 
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.12.0/thrift-0.12.0.tar.gz";>
+          Download <small>v0.12.0</small>
       </a>
     </p>
     <p>
       <small>
-       <a 
href="https://www.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz.md5";>MD5</a>
+       <a 
href="https://www.apache.org/dist/thrift/0.12.0/thrift-0.12.0.tar.gz.md5";>MD5</a>
       </small>
       |
       <small>
-       <a 
href="https://www.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz.asc";>PGP</a>
+       <a 
href="https://www.apache.org/dist/thrift/0.12.0/thrift-0.12.0.tar.gz.asc";>PGP</a>
       </small>
     </p>
     <p>

Modified: websites/staging/thrift/trunk/content/lib/java.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/java.html (original)
+++ websites/staging/thrift/trunk/content/lib/java.html Fri Jan  4 22:41:33 2019
@@ -213,7 +213,15 @@ company internal server if you add this
 
 <h1 id="dependencies">Dependencies<a class="headerlink" href="#dependencies" 
title="Permanent link">&para;</a></h1>
 <p>Gradle
-http://gradle.org/
+http://gradle.org/</p>
+<h1 id="breaking-changes">Breaking Changes<a class="headerlink" 
href="#breaking-changes" title="Permanent link">&para;</a></h1>
+<h2 id="0120">0.12.0<a class="headerlink" href="#0120" title="Permanent 
link">&para;</a></h2>
+<p>The access modifier of the AutoExpandingBuffer class has been changed from
+public to default (package) and will no longer be accessible by third-party
+libraries.</p>
+<p>The access modifier of the ShortStack class has been changed from
+public to default (package) and will no longer be accessible by third-party
+libraries.
 <p class='snippet_footer'>
   This page was generated by Apache Thrift's <strong>source tree docs</strong>:
   <a 
href="https://gitbox.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/java/README.md;hb=HEAD";</a>lib/java/README.md</a>


Reply via email to