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

[jira] [Commented] (ARTEMIS-3786) properties config - allow conversion from String for NamedPropertyConfiguration

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

ASF subversion and git services commented on ARTEMIS-3786:
----------------------------------------------------------

Commit f9f70aeb4cf688c68d1076c657013e61f5cdbeae in activemq-artemis's branch refs/heads/main from Gary Tully
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=f9f70aeb4c ]

ARTEMIS-3786 - ensure named properties config from routerConfiguration can be created from string property value


> properties config - allow conversion from String for NamedPropertyConfiguration
> -------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3786
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3786
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Configuration
>    Affects Versions: 2.21.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>             Fix For: 2.22.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Some configuration bean attributes are null making it impossible to use for property setters. If they are collections then null entries are created when accessed by name key, however we cannot currently create a single entry.
> One example is NamedPropertyConfiguration in connectionRouter.policyConfiguration
> A conversion from String (name) to new instance of NamedPropertyConfiguration with name=name will suffice. 



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