[
https://issues.apache.org/jira/browse/ARTEMIS-4025?focusedWorklogId=814331&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814331
]
ASF GitHub Bot logged work on ARTEMIS-4025:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Oct/22 11:17
Start Date: 06/Oct/22 11:17
Worklog Time Spent: 10m
Work Description: gtully commented on code in PR #4241:
URL: https://github.com/apache/activemq-artemis/pull/4241#discussion_r988905681
##########
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:
yep, not needed.. thanks
Issue Time Tracking
-------------------
Worklog Id: (was: 814331)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)