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

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

GitHub user rmetzger opened a pull request:

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

    [FLINK-3093] Introduce annotations for interface stability

    With this pull request, I'm introducing annotations for marking the 
stability of certain Flink interfaces.
    
    The annotations are in the `flink-annotations` module. I needed to create a 
new module because the maven plugin I'm intending to use needs to have access 
to the annotations at runtime.
    My first idea was to add them to `flink-core`, but that lead to circular 
dependencies.
    
    Speaking of maven plugins: I did not yet include the infrastructure to 
enforce interface stability. I'm currently trying to find a maven plugin which 
will allow us to automatically verify the stability.
    The problem is that the plugin needs some additional features until we can 
use it. But I hope we get it in place with the 1.0.0 release.

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

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

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

    https://github.com/apache/flink/pull/1426.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 #1426
    
----
commit 7c23d762aabafdb2ed46aaafd306d474751624ff
Author: Robert Metzger <[email protected]>
Date:   2015-11-10T19:46:07Z

    [FLINK-3093] Introduce annotations for interface stability

----


> Introduce annotations for interface stability
> ---------------------------------------------
>
>                 Key: FLINK-3093
>                 URL: https://issues.apache.org/jira/browse/FLINK-3093
>             Project: Flink
>          Issue Type: New Feature
>          Components: Build System
>    Affects Versions: 1.0.0
>            Reporter: Robert Metzger
>            Priority: Blocker
>
> For the upcoming 1.0 release, we want to mark interfaces as public/stable so 
> that we can automatically ensure that newer Flink releases (1.1, 1.2, ..) are 
> not breaking them.



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

Reply via email to