You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Patrick Rhomberg (JIRA)" <ji...@apache.org> on 2018/04/09 16:43:00 UTC

[jira] [Created] (GEODE-5032) Massage Configuration Objects for Better Intuition.

Patrick Rhomberg created GEODE-5032:
---------------------------------------

             Summary: Massage Configuration Objects for Better Intuition.
                 Key: GEODE-5032
                 URL: https://issues.apache.org/jira/browse/GEODE-5032
             Project: Geode
          Issue Type: Sub-task
          Components: configuration
            Reporter: Patrick Rhomberg


For instance, various port fields are declared as Strings where an Integer makes more sense.  This is true for many "count" fields as well.

These may be best resolved via a JAXB bindings file and regenerating the POJOs from scratch.  Additionally if all the minor adjustments that have been already made (removing the xsd:choice and manually enforcing it, having each item implement CacheElement and have a getId() method) can also be resolved via a bindings file, then the POJOs could be removed from the git tree and generated during the build step, if desired.



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