GitHub user davinash opened a pull request: https://github.com/apache/geode/pull/456
GEODE-72 : Remove deprecated APIs from Geode This PR fixes following - GEODE-236 Remove deprecated CacheEvent methods - GEODE-237 Remove EntryEvent deprecated methods - GEODE-253 Remove deprecated EntryNotFoundInRegion - GEODE-255 Remove deprecated DataSerializer.register(Class,byte) - GEODE-258 Remove deprecated Cache.getLoggerI18n and getSecurityLoggerI18n methods - GEODE-260 Remove deprecated RemoteTransactionException - GEODE-266 Remove deprecated ObjectSizerImpl - GEODE-267 Remove deprecated ThreadInterruptedException - GEODE-289 Remove deprecated LicenseException Testing : Precheckin Passed with one failure ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering But When I ran this test individually from command line and IDE no failures seen. You can merge this pull request into a Git repository by running: $ git pull https://github.com/davinash/geode feature/GEODE-72 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/456.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 #456 ---- commit e49b05a4b684b3b6f1cb40b692a6c0161058a8f9 Author: adongre <adon...@apache.org> Date: 2017-04-13T02:15:29Z GEODE-236: Removed deprecated CacheEvent methods isExpiration and isDistributed removed from CacheEvent. All the usage in the code and test are replaced with CacheEvent.getOperation Refactored TXJUnitTest test for event property validations. commit 2196bd5e3200baa08669fd25beba331b7982480d Author: adongre <adon...@apache.org> Date: 2017-04-13T02:20:39Z GEODE-253: Removed depreated and not used EntryNotFoundInRegion class commit f1e4b4366694729dd73006e26f2ca166b54f2e15 Author: adongre <adon...@apache.org> Date: 2017-04-13T02:21:34Z GEODE-260: Removed deprecated and not used RemoteTransactionException class commit 844e83cc0b46b8fc35fae0802db2ed7f2713c6d7 Author: adongre <adon...@apache.org> Date: 2017-04-13T02:23:42Z GEODE-266: Removed ObjectSizerImpl and its usage is replace with ObjectSizer.DEFAULT commit caf4e2b033b2780323a18626fbb844a84fa97a60 Author: adongre <adon...@apache.org> Date: 2017-04-13T02:24:38Z GEODE-267: Removed deprecated ThreadInterruptedException class commit 4d50c2a719f5d8eecab2ba1198784df0c1886fe2 Author: adongre <adon...@apache.org> Date: 2017-04-13T02:25:26Z GEODE-289: Removed depcreated LicenseException class commit 81c019724ac4c735fbe89f44ebfbf2e63eb73da4 Author: adongre <adon...@apache.org> Date: 2017-04-13T05:04:14Z GEODE-237: Removed deprecated API from EntryEvent 1. isLocalLoad 2. isNetLoad 3. isLoad 4. isNetSearch 5. isBridgeEvent commit 4f5177e2a7ebad6da8b573c0e14b48044f2c8de0 Author: adongre <adon...@apache.org> Date: 2017-04-13T05:29:26Z GEODE-255: Removed deprecated DataSerializer.register(Class,byte) commit b9e851d355dff477037f1063b9b393108483431b Author: adongre <adon...@apache.org> Date: 2017-04-13T05:48:31Z GEODE-258: Removed deprecated Cache.getLoggerI18n and getSecurityLoggerI18n methods commit 9cc3445fe88ce74a1ba665d71c2011cd676bf3e0 Author: adongre <adon...@apache.org> Date: 2017-04-13T09:04:21Z GEODE-258: ServerConnectionTest fails. Cache is created using mock which does not initializes the DistributedSystem. In this particular case c.getLogger() will fail with NPE. Guarding NPE in ServerConnection CTOR. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---