[
https://issues.apache.org/jira/browse/ARTEMIS-4025?focusedWorklogId=814620&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814620
]
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_r989951955
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java:
##########
@@ -2852,13 +3038,14 @@ public Configuration
setSuppressSessionNotifications(boolean suppressSessionNoti
}
@Override
- public String getStatus() {
- return status;
+ public synchronized String getStatus() {
Review Comment:
sorted
Issue Time Tracking
-------------------
Worklog Id: (was: 814620)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)