You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by galen-pivotal <gi...@git.apache.org> on 2017/08/11 07:18:44 UTC

[GitHub] geode issue #698: Mark ProtoBuf interface as experimental

Github user galen-pivotal commented on the issue:

    https://github.com/apache/geode/pull/698
  
    What you've done looks good. However, it looks like there are ten or so files in `geode-protobuf` that you didn't mark as experimental. Is there a reason for this?
    
    Have a look at the difference between these:
    
    ```bash
    find geode-protobuf/src/main/ -name '*.java' 
    find geode-protobuf/src/main/ -name '*.java' | xargs grep -l '@Experimental'
    ```


---
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.
---