You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/15 01:37:00 UTC

[jira] [Commented] (GEODE-10326) Convert MessageType into an enum

    [ https://issues.apache.org/jira/browse/GEODE-10326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554338#comment-17554338 ] 

ASF subversion and git services commented on GEODE-10326:
---------------------------------------------------------

Commit 03ab34d62f8742b02fabea4c38bb19141736a588 in geode's branch refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=03ab34d62f ]

GEODE-10326: Convert MessageType to enum. (#7688)

* Migrate unit tests to JUnit 5.
* Add missing unit tests.


> Convert MessageType into an enum
> --------------------------------
>
>                 Key: GEODE-10326
>                 URL: https://issues.apache.org/jira/browse/GEODE-10326
>             Project: Geode
>          Issue Type: Improvement
>          Components: messaging
>            Reporter: Jacob Barrett
>            Assignee: Jacob Barrett
>            Priority: Major
>              Labels: pull-request-available
>
> Currently {{MessageType}} is class with lots of numeric constants, effectively and enum without all the compile time checking that comes with it. Let's make it an enum for type safety.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)