You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2017/12/07 18:29:00 UTC

[jira] [Created] (ARTEMIS-1544) AMQP: Use proper typing when accessing ApplicationProperties Map values

Timothy Bish created ARTEMIS-1544:
-------------------------------------

             Summary: AMQP: Use proper typing when accessing ApplicationProperties Map values
                 Key: ARTEMIS-1544
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1544
             Project: ActiveMQ Artemis
          Issue Type: Improvement
          Components: AMQP
    Affects Versions: 2.4.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
            Priority: Trivial
             Fix For: 2.5.0


When accessing the Map carried in a ApplicationProperties section the code should use the proper types when casting as the keys are restricted to String values but the code uses an Object cast.  This could cause issues later should proton-j be updated with generic type specification on that API.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)