You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/23 15:39:26 UTC

[jira] [Commented] (FLINK-5617) Check new public APIs in 1.2 release

    [ https://issues.apache.org/jira/browse/FLINK-5617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15834768#comment-15834768 ] 

ASF GitHub Bot commented on FLINK-5617:
---------------------------------------

GitHub user rmetzger opened a pull request:

    https://github.com/apache/flink/pull/3195

    [FLINK-5617] API stability check for Flink 1.2

    With this PR, I'm marking some of the new methods in Flink 1.2 as public evolving / internal, instead of public.
    
    There are the reports for the covered modules:
    http://people.apache.org/~rmetzger/rel-1.2-japicmp/
    
    @aljoscha and @kl0u: Are the `fold()` and `reduce()` methods intentionally in the `@Public` scope? http://people.apache.org/~rmetzger/rel-1.2-japicmp/flink-streaming-java.html

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rmetzger/flink flink5617

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3195.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3195
    
----
commit 12d9d631455af2c4b6af1024a8865b534f4db9c8
Author: Robert Metzger <rm...@apache.org>
Date:   2017-01-23T13:31:27Z

    [FLINK-5617] Change reference version for API stability checks to 1.1.4

commit f7323c2e72e24da3a55fd70d6d27ae33026ecc86
Author: Robert Metzger <rm...@apache.org>
Date:   2017-01-23T15:28:48Z

    [FLINK-5617] Mark some methods as PublicEvolving or Internal

----


> Check new public APIs in 1.2 release
> ------------------------------------
>
>                 Key: FLINK-5617
>                 URL: https://issues.apache.org/jira/browse/FLINK-5617
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.2.0
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>             Fix For: 1.2.0
>
>
> Before releasing Flink 1.2.0, I would like to quickly review which new public methods we are supporting in future releases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)