Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-2226

Add Protocol.setProperties(Map<String, String>) method to allow programmatic configuration of arbitrary properties

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 4.1.1
    • 4.0.7
    • None

      Currently, arbitrary protocol properties can only be configured programmatically via the setValue(String, Object) method. This has the following limitations:

      • If these are truly arbitrary properties, we don't necessarily know the types
      • This method relies on field names, not @Property names
      • This method does not support @Property methods

      This new setProperties(Map<String, String>) should throw an IllegalArgumentException if any of the properties are invalid.

            pferraro@redhat.com Paul Ferraro
            pferraro@redhat.com Paul Ferraro
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: