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

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 36c49b45c70261cdd53752f625641d1f540ca1f0
Author: Fabian Hueske <fhue...@apache.org>
AuthorDate: Fri Sep 13 09:48:30 2019 +0200

    Rebuild website
---
 content/blog/feed.xml     | 103 +++++++++++++++++++++++++++++++++++++++++++---
 content/downloads.html    |   2 +-
 content/zh/downloads.html |   2 +-
 3 files changed, 99 insertions(+), 8 deletions(-)

diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index a3f9991..2113d6f 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -7,6 +7,97 @@
 <atom:link href="https://flink.apache.org/blog/feed.xml"; rel="self" 
type="application/rss+xml" />
 
 <item>
+<title>Apache Flink 1.8.2 Released</title>
+<description>&lt;p&gt;The Apache Flink community released the second bugfix 
version of the Apache Flink 1.8 series.&lt;/p&gt;
+
+&lt;p&gt;This release includes 23 fixes and minor improvements for Flink 
1.8.1. The list below includes a detailed list of all fixes and 
improvements.&lt;/p&gt;
+
+&lt;p&gt;We highly recommend all users to upgrade to Flink 1.8.2.&lt;/p&gt;
+
+&lt;p&gt;Updated Maven dependencies:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-xml&quot;&gt;&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-java&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.8.2&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-streaming-java_2.11&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.8.2&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-clients_2.11&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.8.2&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;p&gt;You can find the binaries on the updated &lt;a 
href=&quot;/downloads.html&quot;&gt;Downloads page&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;List of resolved issues:&lt;/p&gt;
+
+&lt;h2&gt;        Bug
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13941&quot;&gt;FLINK-13941&lt;/a&gt;]
 -         Prevent data-loss by not cleaning up small part files from S3.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-9526&quot;&gt;FLINK-9526&lt;/a&gt;]
 -         BucketingSink end-to-end test failed on Travis
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-10368&quot;&gt;FLINK-10368&lt;/a&gt;]
 -         &amp;#39;Kerberized YARN on Docker test&amp;#39; unstable
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-12319&quot;&gt;FLINK-12319&lt;/a&gt;]
 -         StackOverFlowError in cep.nfa.sharedbuffer.SharedBuffer
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-12736&quot;&gt;FLINK-12736&lt;/a&gt;]
 -         ResourceManager may release TM with allocated slots
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-12889&quot;&gt;FLINK-12889&lt;/a&gt;]
 -         Job keeps in FAILING state
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13059&quot;&gt;FLINK-13059&lt;/a&gt;]
 -         Cassandra Connector leaks Semaphore on Exception; hangs on close
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13159&quot;&gt;FLINK-13159&lt;/a&gt;]
 -         java.lang.ClassNotFoundException when restore job
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13367&quot;&gt;FLINK-13367&lt;/a&gt;]
 -         Make ClosureCleaner detect writeReplace serialization override
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13369&quot;&gt;FLINK-13369&lt;/a&gt;]
 -         Recursive closure cleaner ends up with stackOverflow in case of 
circular dependency
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13394&quot;&gt;FLINK-13394&lt;/a&gt;]
 -         Use fallback unsafe secure MapR in nightly.sh
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13484&quot;&gt;FLINK-13484&lt;/a&gt;]
 -         ConnectedComponents end-to-end test instable with 
NoResourceAvailableException
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13499&quot;&gt;FLINK-13499&lt;/a&gt;]
 -         Remove dependency on MapR artifact repository
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13508&quot;&gt;FLINK-13508&lt;/a&gt;]
 -         CommonTestUtils#waitUntilCondition() may attempt to sleep with 
negative time
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13586&quot;&gt;FLINK-13586&lt;/a&gt;]
 -         Method ClosureCleaner.clean broke backward compatibility between 
1.8.0 and 1.8.1
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13761&quot;&gt;FLINK-13761&lt;/a&gt;]
 -         `SplitStream` should be deprecated because `SplitJavaStream` is 
deprecated
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13789&quot;&gt;FLINK-13789&lt;/a&gt;]
 -         Transactional Id Generation fails due to user code impacting 
formatting string
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13806&quot;&gt;FLINK-13806&lt;/a&gt;]
 -         Metric Fetcher floods the JM log with errors when TM is lost
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13807&quot;&gt;FLINK-13807&lt;/a&gt;]
 -         Flink-avro unit tests fails if the character encoding in the 
environment is not default to UTF-8
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-13897&quot;&gt;FLINK-13897&lt;/a&gt;]
 -         OSS FS NOTICE file is placed in wrong directory
+&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;        Improvement
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-12578&quot;&gt;FLINK-12578&lt;/a&gt;]
 -         Use secure URLs for Maven repositories
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-12741&quot;&gt;FLINK-12741&lt;/a&gt;]
 -         Update docs about Kafka producer fault tolerance guarantees
+&lt;/li&gt;
+&lt;li&gt;[&lt;a 
href=&quot;https://issues.apache.org/jira/browse/FLINK-12749&quot;&gt;FLINK-12749&lt;/a&gt;]
 -         Add Flink Operations Playground documentation
+&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+<pubDate>Wed, 11 Sep 2019 14:00:00 +0200</pubDate>
+<link>https://flink.apache.org/news/2019/09/11/release-1.8.2.html</link>
+<guid isPermaLink="true">/news/2019/09/11/release-1.8.2.html</guid>
+</item>
+
+<item>
 <title>Flink Community Update - September&#39;19</title>
 <description>&lt;p&gt;This has been an exciting, fast-paced year for the 
Apache Flink community. But with over 10k messages across the mailing lists, 3k 
Jira tickets and 2k pull requests, it is not easy to keep up with the latest 
state of the project. Plus everything happening around it. With that in mind, 
we want to bring back regular community updates to the Flink blog.&lt;/p&gt;
 
@@ -16,8 +107,8 @@
 &lt;ul id=&quot;markdown-toc&quot;&gt;
   &lt;li&gt;&lt;a href=&quot;#the-year-so-far-in-flink&quot; 
id=&quot;markdown-toc-the-year-so-far-in-flink&quot;&gt;The Year (so far) in 
Flink&lt;/a&gt;    &lt;ul&gt;
       &lt;li&gt;&lt;a 
href=&quot;#integration-of-the-chinese-speaking-community&quot; 
id=&quot;markdown-toc-integration-of-the-chinese-speaking-community&quot;&gt;Integration
 of the Chinese-speaking community&lt;/a&gt;&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;#flink-documentation-20&quot; 
id=&quot;markdown-toc-flink-documentation-20&quot;&gt;Flink Documentation 
2.0&lt;/a&gt;&lt;/li&gt;
-      &lt;li&gt;&lt;a 
href=&quot;#improvement-of-the-contribution-process-and-experience&quot; 
id=&quot;markdown-toc-improvement-of-the-contribution-process-and-experience&quot;&gt;Improvement
 of the Contribution Process and Experience&lt;/a&gt;&lt;/li&gt;
+      &lt;li&gt;&lt;a href=&quot;#improving-flinks-documentation&quot; 
id=&quot;markdown-toc-improving-flinks-documentation&quot;&gt;Improving Flink’s 
Documentation&lt;/a&gt;&lt;/li&gt;
+      &lt;li&gt;&lt;a 
href=&quot;#adjusting-the-contribution-process-and-experience&quot; 
id=&quot;markdown-toc-adjusting-the-contribution-process-and-experience&quot;&gt;Adjusting
 the Contribution Process and Experience&lt;/a&gt;&lt;/li&gt;
       &lt;li&gt;&lt;a href=&quot;#new-committers-and-pmc-members&quot; 
id=&quot;markdown-toc-new-committers-and-pmc-members&quot;&gt;New Committers 
and PMC Members&lt;/a&gt;        &lt;ul&gt;
           &lt;li&gt;&lt;a href=&quot;#new-pmc-members&quot; 
id=&quot;markdown-toc-new-pmc-members&quot;&gt;New PMC 
Members&lt;/a&gt;&lt;/li&gt;
           &lt;li&gt;&lt;a href=&quot;#new-committers&quot; 
id=&quot;markdown-toc-new-committers&quot;&gt;New 
Committers&lt;/a&gt;&lt;/li&gt;
@@ -26,7 +117,7 @@
     &lt;/ul&gt;
   &lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#the-bigger-picture&quot; 
id=&quot;markdown-toc-the-bigger-picture&quot;&gt;The Bigger 
Picture&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;#upcoming-flink-community-events&quot; 
id=&quot;markdown-toc-upcoming-flink-community-events&quot;&gt;Upcoming Flink 
Community Events&lt;/a&gt;    &lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;#upcoming-events&quot; 
id=&quot;markdown-toc-upcoming-events&quot;&gt;Upcoming Events&lt;/a&gt;    
&lt;ul&gt;
       &lt;li&gt;&lt;a href=&quot;#north-america&quot; 
id=&quot;markdown-toc-north-america&quot;&gt;North America&lt;/a&gt;&lt;/li&gt;
       &lt;li&gt;&lt;a href=&quot;#europe&quot; 
id=&quot;markdown-toc-europe&quot;&gt;Europe&lt;/a&gt;&lt;/li&gt;
       &lt;li&gt;&lt;a href=&quot;#asia&quot; 
id=&quot;markdown-toc-asia&quot;&gt;Asia&lt;/a&gt;&lt;/li&gt;
@@ -64,7 +155,7 @@
 
 &lt;p&gt;In case you’re interested in knowing more about this work in 
progress, Robert Metzger and Fabian Hueske will be diving into “Inviting Apache 
Flink’s Chinese User Community” at the upcoming ApacheCon Europe 2019 (see 
&lt;a href=&quot;#upcoming-flink-community-events&quot;&gt;Upcoming Flink 
Community Events&lt;/a&gt;).&lt;/p&gt;
 
-&lt;h2 id=&quot;flink-documentation-20&quot;&gt;Flink Documentation 
2.0&lt;/h2&gt;
+&lt;h2 id=&quot;improving-flinks-documentation&quot;&gt;Improving Flink’s 
Documentation&lt;/h2&gt;
 
 &lt;p&gt;Besides the translation effort, the community has also been working 
quite hard on a &lt;strong&gt;Flink docs overhaul&lt;/strong&gt;. The main 
goals are to:&lt;/p&gt;
 
@@ -82,7 +173,7 @@
 
 &lt;p&gt;Given that there has been some confusion in the past regarding 
unclear definition of core Flink concepts, one of the first completed efforts 
was to introduce a &lt;a 
href=&quot;https://ci.apache.org/projects/flink/flink-docs-release-1.9/concepts/glossary.html#glossary&quot;&gt;Glossary&lt;/a&gt;
 in the docs. To get up to speed with the roadmap for the remainder efforts, 
you can refer to &lt;a 
href=&quot;https://cwiki.apache.org/confluence/display/FLINK/FLIP-42%3A+Rework+Flink+Do
 [...]
 
-&lt;h2 
id=&quot;improvement-of-the-contribution-process-and-experience&quot;&gt;Improvement
 of the Contribution Process and Experience&lt;/h2&gt;
+&lt;h2 
id=&quot;adjusting-the-contribution-process-and-experience&quot;&gt;Adjusting 
the Contribution Process and Experience&lt;/h2&gt;
 
 &lt;p&gt;The &lt;a 
href=&quot;https://flink.apache.org/contributing/how-to-contribute.html&quot;&gt;guidelines&lt;/a&gt;
 to contribute to Apache Flink have been reworked on the website, in an effort 
to lower the entry barrier for new contributors and reduce the overall friction 
in the contribution process. In addition, the Flink community discussed and 
adopted &lt;a 
href=&quot;https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=120731026&quot;&gt;bylaws&lt;/a&gt;
 to help the [...]
 
@@ -144,7 +235,7 @@
 &lt;p&gt;&lt;/p&gt;
 &lt;p&gt;&lt;sup&gt;1. Excluding messages from 
“j...@apache.org”.&lt;/sup&gt;&lt;/p&gt;
 
-&lt;h1 id=&quot;upcoming-flink-community-events&quot;&gt;Upcoming Flink 
Community Events&lt;/h1&gt;
+&lt;h1 id=&quot;upcoming-events&quot;&gt;Upcoming Events&lt;/h1&gt;
 
 &lt;p&gt;As the conference and meetup season ramps up again, here are some 
events to keep an eye out for talks about Flink and opportunities to mingle 
with the wider stream processing community.&lt;/p&gt;
 
diff --git a/content/downloads.html b/content/downloads.html
index 3397c09..55eb7cd 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -451,7 +451,7 @@ Flink 1.9.0 - 2019-08-22
 
 <li>
 
-Flink 1.8.2 - 2019-09-10 
+Flink 1.8.2 - 2019-09-11 
 (<a 
href="https://archive.apache.org/dist/flink/flink-1.8.2/flink-1.8.2-src.tgz";>Source</a>,
 
 <a href="https://archive.apache.org/dist/flink/flink-1.8.2";>Binaries</a>, 
 <a 
href="https://ci.apache.org/projects/flink/flink-docs-release-1.8";>Docs</a>, 
diff --git a/content/zh/downloads.html b/content/zh/downloads.html
index 9b58097..2f5f064 100644
--- a/content/zh/downloads.html
+++ b/content/zh/downloads.html
@@ -459,7 +459,7 @@ Flink 1.9.0 - 2019-08-22
 
 <li>
 
-Flink 1.8.2 - 2019-09-10 
+Flink 1.8.2 - 2019-09-11 
 (<a 
href="https://archive.apache.org/dist/flink/flink-1.8.2/flink-1.8.2-src.tgz";>Source</a>,
 
 <a href="https://archive.apache.org/dist/flink/flink-1.8.2";>Binaries</a>, 
 <a 
href="https://ci.apache.org/projects/flink/flink-docs-release-1.8";>Docs</a>, 

Reply via email to