You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by knusbaum <gi...@git.apache.org> on 2016/01/12 23:59:12 UTC

[GitHub] storm pull request: STORM-1466: Move the org.apache.thrift7 namesp...

GitHub user knusbaum opened a pull request:

    https://github.com/apache/storm/pull/1007

    STORM-1466: Move the org.apache.thrift7 namespace to something correct/sensible

    

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

    $ git pull https://github.com/knusbaum/incubator-storm STORM-1466

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

    https://github.com/apache/storm/pull/1007.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 #1007
    
----
commit ab11ce97786c2eef523c04684b86b67b7902dca8
Author: Kyle Nusbaum <ky...@gmail.com>
Date:   2016-01-12T22:58:17Z

    Move the org.apache.thrift7 namespace to something correct/sensible

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1466: Move the org.apache.thrift7 namesp...

Posted by redsanket <gi...@git.apache.org>.
Github user redsanket commented on the pull request:

    https://github.com/apache/storm/pull/1007#issuecomment-171424617
  
    +1 NB


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1466: Move the org.apache.thrift7 namesp...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/1007


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1466: Move the org.apache.thrift7 namesp...

Posted by d2r <gi...@git.apache.org>.
Github user d2r commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1007#discussion_r49878490
  
    --- Diff: storm-core/pom.xml ---
    @@ -618,7 +618,7 @@
                             <relocation>
                                 <pattern>org.apache.thrift</pattern>
                                 <!-- This pattern is inconsistent for backwards compatibility purposes. -->
    -                            <shadedPattern>org.apache.thrift7</shadedPattern>
    +                            <shadedPattern>org.apache.storm.thrift</shadedPattern>
    --- End diff --
    
    @ptgoetz no?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1466: Move the org.apache.thrift7 namesp...

Posted by d2r <gi...@git.apache.org>.
Github user d2r commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1007#discussion_r49791863
  
    --- Diff: storm-core/pom.xml ---
    @@ -618,7 +618,7 @@
                             <relocation>
                                 <pattern>org.apache.thrift</pattern>
                                 <!-- This pattern is inconsistent for backwards compatibility purposes. -->
    -                            <shadedPattern>org.apache.thrift7</shadedPattern>
    +                            <shadedPattern>org.apache.storm.thrift</shadedPattern>
    --- End diff --
    
    We should remove the old comment about backward compatibility.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1466: Move the org.apache.thrift7 namesp...

Posted by ptgoetz <gi...@git.apache.org>.
Github user ptgoetz commented on the pull request:

    https://github.com/apache/storm/pull/1007#issuecomment-171365717
  
    +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: STORM-1466: Move the org.apache.thrift7 namesp...

Posted by knusbaum <gi...@git.apache.org>.
Github user knusbaum commented on the pull request:

    https://github.com/apache/storm/pull/1007#issuecomment-171368349
  
    I'm also going to cherry-pick this back into the 1.0 branch.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---