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

[GitHub] geode issue #464: GEODE-237: Removed deprecated API from EntryEvent

Github user dschneider-pivotal commented on the issue:

    https://github.com/apache/geode/pull/464
  
    This change looks good. I noticed travis CI failed with the following. But it looks like isExpiration was removed in some other commit so it is not clear to me why this one got the following failure.
    
    :geode-core:compileTestJava/home/travis/build/apache/geode/geode-core/src/test/java/org/apache/geode/TXJUnitTest.java:3009: error: cannot find symbol
          assertTrue(!event.isExpiration());
                           ^
      symbol:   method isExpiration()
      location: variable event of type EntryEvent


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