[
https://issues.apache.org/jira/browse/BEAM-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15966047#comment-15966047
]
ASF GitHub Bot commented on BEAM-911:
-------------------------------------
GitHub user iemejia opened a pull request:
https://github.com/apache/beam/pull/2510
[BEAM-911] Mark IO APIs as @Experimental
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [x] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [ ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iemejia/beam BEAM-911-make-ios-experimental
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2510.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 #2510
----
commit 6d12b1bff1d9cdf1966d201c70c7b343a5b52e0d
Author: Ismaël Mejía <[email protected]>
Date: 2017-04-12T15:12:05Z
[BEAM-911] Mark IO APIs as @Experimental
----
> Mark API of multiple IOs as @Experimental
> -----------------------------------------
>
> Key: BEAM-911
> URL: https://issues.apache.org/jira/browse/BEAM-911
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-extensions
> Reporter: Jean-Baptiste Onofré
> Assignee: Ismaël Mejía
> Fix For: First stable release
>
>
> As the IO API can still change (for instance we changed {{JdbcIO}}, {{JmsIO}}
> will also changed, ...), even the IO by itself can be used, we should
> indicate to the users that the API can change.
> I propose to flag those IOs with {{@Experimental}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)