[
https://issues.apache.org/jira/browse/APEXCORE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242010#comment-15242010
]
ASF GitHub Bot commented on APEXCORE-422:
-----------------------------------------
GitHub user chandnisingh opened a pull request:
https://github.com/apache/incubator-apex-core/pull/309
APEXCORE-422 upgrading the artifact version
@davidyan74 @vrozov
travis is going to fail because the new 1.0.1-incubating version is not yet
available. we need to push that version to maven central first.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chandnisingh/incubator-apex-core APEXCORE-422
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-core/pull/309.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 #309
----
commit 611c87415f70e5a431d73ae64bd8d9f5b612c01a
Author: Chandni Singh <[email protected]>
Date: 2016-04-14T22:01:07Z
APEXCORE-422 upgrading the artifact version
----
> Remove checkstyle rule of not allowing parameterized annotation on the same
> line as target
> ------------------------------------------------------------------------------------------
>
> Key: APEXCORE-422
> URL: https://issues.apache.org/jira/browse/APEXCORE-422
> Project: Apache Apex Core
> Issue Type: Bug
> Reporter: Chandni Singh
> Assignee: Chandni Singh
> Fix For: 3.4.0
>
>
> Right now we are not letting users to write the following
> {code}
> for (@SuppressWarnings("deprecation")
> com.datatorrent.api.StatsListener.OperatorCommand cmd : rsp
> .operatorCommands)
> {code}
> This should be allowed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)