Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-8143

[Broker-J] Properly validate @ManagedAttributeValueTypes, and allow for factory methods

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • qpid-java-broker-7.1.0
    • Broker-J
    • None

    Description

      Currently types annotated with the @ManagedAttributeValueType annotation are not correctly validated (the validator is not being run).

      Such types should be interfaces with only accessor methods unless they are marked as "abstract" which means they cannot be instantiated from input. For abstract types, allow the use of classes as well as interfaces. For non-abstract types allow the use of a factory method rather than forcing the use of proxy classes.

      Attachments

        Activity

          People

            kwall Keith Wall
            rgodfrey Robert Godfrey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: