GitHub user fhueske opened a pull request:
https://github.com/apache/flink/pull/3323
[hotfix] [core] Add missing stability annotations for classes in flink-core
Several classes in `flink-core` do not have a stability annotation.
I went over the classes which were added since Flink 1.1.0 (and some that I
found on the way) and added `@PublicEvolving` and `@Internal` annotations.
The PR is split into two commits, one for each annotation.
Please validate the annotations I added @StefanRRichter, @zentol, @twalthr
Thanks, Fabian
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/flink stability
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3323.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 #3323
----
commit b4e64e59fe062e67ff07c80d55da962c30f20571
Author: Fabian Hueske <[email protected]>
Date: 2017-02-15T14:25:01Z
[hotfix] [core] Add missing @PublicEvolving annotations to classes in
flink-core.
commit 3e61eaabf0377c4aa459e3dbe0a29a74c07f352c
Author: Fabian Hueske <[email protected]>
Date: 2017-02-15T14:25:15Z
[hotfix] [core] Add missing @Internal annotations to classes in flink-core.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---