The Apache Flink community is very happy to announce the release of
Apache Flink 1.5.5, which is the fifth bugfix release for the Apache Flink 1.5 series. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming applications. The release is available for download at: https://flink.apache.org/downloads.html Please check out the release blog post for an overview of the improvements for this bugfix release: https://flink.apache.org/news/2018/10/29/release-1.5.5.html The full release notes are available in Jira: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 We would like to thank all contributors of the Apache Flink community who made this release possible! Regards, Chesnay |
Great news. Thanks a lot to you Chesnay for being our release manager and
the community for making this release possible. Cheers, Till On Mon, Oct 29, 2018 at 8:36 AM Chesnay Schepler <[hidden email]> wrote: > The Apache Flink community is very happy to announce the release of > Apache Flink 1.5.5, which is the fifth bugfix release for the Apache > Flink 1.5 series. > > Apache Flink® is an open-source stream processing framework for > distributed, high-performing, always-available, and accurate data > streaming applications. > > The release is available for download at: > https://flink.apache.org/downloads.html > > Please check out the release blog post for an overview of the > improvements for this bugfix release: > https://flink.apache.org/news/2018/10/29/release-1.5.5.html > > The full release notes are available in Jira: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > > We would like to thank all contributors of the Apache Flink community > who made this release possible! > > Regards, > Chesnay > > |
Great work! :)
Was just trying the new release out with Beam and found that "force-shading" is not published for 1.5.5. Also visible here: https://repo.maven.apache.org/maven2/org/apache/flink/force-shading/ Was this intentional? It is not a big problem because it is a dependency which is only required at build time to trick the Shade plugin. It can otherwise be excluded. -Max On 29.10.18 11:55, Till Rohrmann wrote: > Great news. Thanks a lot to you Chesnay for being our release manager and > the community for making this release possible. > > Cheers, > Till > > On Mon, Oct 29, 2018 at 8:36 AM Chesnay Schepler <[hidden email]> wrote: > >> The Apache Flink community is very happy to announce the release of >> Apache Flink 1.5.5, which is the fifth bugfix release for the Apache >> Flink 1.5 series. >> >> Apache Flink® is an open-source stream processing framework for >> distributed, high-performing, always-available, and accurate data >> streaming applications. >> >> The release is available for download at: >> https://flink.apache.org/downloads.html >> >> Please check out the release blog post for an overview of the >> improvements for this bugfix release: >> https://flink.apache.org/news/2018/10/29/release-1.5.5.html >> >> The full release notes are available in Jira: >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >> >> We would like to thank all contributors of the Apache Flink community >> who made this release possible! >> >> Regards, >> Chesnay >> >> > |
No this wasn't intentional. This should actually be quite a big problem
since force-shading is a dependency of all modules; if it is missing users cannot compile against 1.5.5 dependencies. I don't think this has happened before and am rather puzzled how it can, will investigate more tomorrow. On 30.10.2018 11:30, Maximilian Michels wrote: > Great work! :) > > Was just trying the new release out with Beam and found that > "force-shading" is not published for 1.5.5. Also visible here: > https://repo.maven.apache.org/maven2/org/apache/flink/force-shading/ > > Was this intentional? It is not a big problem because it is a > dependency which is only required at build time to trick the Shade > plugin. It can otherwise be excluded. > > -Max > > On 29.10.18 11:55, Till Rohrmann wrote: >> Great news. Thanks a lot to you Chesnay for being our release manager >> and >> the community for making this release possible. >> >> Cheers, >> Till >> >> On Mon, Oct 29, 2018 at 8:36 AM Chesnay Schepler <[hidden email]> >> wrote: >> >>> The Apache Flink community is very happy to announce the release of >>> Apache Flink 1.5.5, which is the fifth bugfix release for the Apache >>> Flink 1.5 series. >>> >>> Apache Flink® is an open-source stream processing framework for >>> distributed, high-performing, always-available, and accurate data >>> streaming applications. >>> >>> The release is available for download at: >>> https://flink.apache.org/downloads.html >>> >>> Please check out the release blog post for an overview of the >>> improvements for this bugfix release: >>> https://flink.apache.org/news/2018/10/29/release-1.5.5.html >>> >>> The full release notes are available in Jira: >>> >>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >>> >>> >>> We would like to thank all contributors of the Apache Flink community >>> who made this release possible! >>> >>> Regards, >>> Chesnay >>> >>> >> > |
Free forum by Nabble | Edit this page |