You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dale Emery (JIRA)" <ji...@apache.org> on 2019/02/01 18:26:00 UTC

[jira] [Resolved] (GEODE-6346) Erroneous generic types on TransactionEvent

     [ https://issues.apache.org/jira/browse/GEODE-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dale Emery resolved GEODE-6346.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

> Erroneous generic types on TransactionEvent
> -------------------------------------------
>
>                 Key: GEODE-6346
>                 URL: https://issues.apache.org/jira/browse/GEODE-6346
>             Project: Geode
>          Issue Type: Bug
>          Components: transactions
>            Reporter: Dale Emery
>            Assignee: Dale Emery
>            Priority: Major
>             Fix For: 1.9.0
>
>
> The {{TransactionEvent}} interface was recently changed to add key and event type parameters. This was an error. A transaction event may represent cache events from many caches with differing key and value types.
> Revert the {{TransactionEvent}} interface to remove the generic types.
> Revert its {{getEvents()}} method signature to return {{List<CacheEvent<?<?>>}} instead of {{List<CacheEvent<K,V>>}}.
> These changes may require changes in implementations of this interface, and in callers of this interface and implementations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)