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

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

                Author: ASF GitHub Bot
            Created on: 26/Oct/21 17:41
            Start Date: 26/Oct/21 17:41
    Worklog Time Spent: 10m 
      Work Description: jbertram opened a new pull request #3818:
URL: https://github.com/apache/activemq-artemis/pull/3818


   The HTML output methods are hold-overs from way back when the code-base
   started off as JBoss Messaging 2 and the broker mainly ran in JBoss AS 4
   and 5 which leveraged an HTML-based JMX console where these methods
   would be executed and spit out nicely formatted data. That stuff has all
   long since been retired so this commit deprecates the HTML-based
   management methods so they can be removed completely in a future release.
   JSON is a better structured output format for this and most of the
   deprecated methods have JSON alternatives.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

            Worklog Id:     (was: 670255)
    Remaining Estimate: 0h
            Time Spent: 10m

> Improve or deprecate the HTML based JMX reports.
> ------------------------------------------------
>
>                 Key: ARTEMIS-649
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-649
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: John D. Ament
>            Assignee: Justin Bertram
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> ActiveMQServerControlImpl, JMSServerManagerImpl uses Java to generate HTML, 
> for a status report
> This can be done better with templating tools like freemarker or velocity, 
> and alleviate the manual string manipulation.  We can also leverage the type 
> safe POJOs.
> Or, it looks like these methods are generally not recommended for use (see 
> discussion below).  Based on this, we may want to consider deprecating 
> instead of replacing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to