[ 
https://issues.apache.org/jira/browse/ARTEMIS-4025?focusedWorklogId=814619&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814619
 ]

ASF GitHub Bot logged work on ARTEMIS-4025:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Oct/22 10:44
            Start Date: 07/Oct/22 10:44
    Worklog Time Spent: 10m 
      Work Description: gtully commented on code in PR #4241:
URL: https://github.com/apache/activemq-artemis/pull/4241#discussion_r989951601


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java:
##########
@@ -599,7 +746,46 @@ public <T> T convert(Class<T> type, Object value) {
 
       BeanSupport.customise(beanUtils);
 
-      beanUtils.populate(this, beanProperties);
+      logger.debug("populate:" + this + ", " + beanProperties);

Review Comment:
   sorted, thanks!





Issue Time Tracking
-------------------

    Worklog Id:     (was: 814619)
    Time Spent: 40m  (was: 0.5h)

> properties config -  provide error status for invalid properties
> ----------------------------------------------------------------
>
>                 Key: ARTEMIS-4025
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4025
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.26.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>             Fix For: 2.27.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> following up on the availability of a [status json|ARTEMIS-4007] - trap any 
> errors from bean util property failure to apply, for any in invalid property. 
> Currently all failures to find setters are silently ignored.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to