You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2014/04/21 22:59:14 UTC

[jira] [Created] (UIMA-3761) make jmx bean code use regular java, not indirect invoke

Marshall Schor created UIMA-3761:
------------------------------------

             Summary: make jmx bean code use regular java, not indirect invoke
                 Key: UIMA-3761
                 URL: https://issues.apache.org/jira/browse/UIMA-3761
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
    Affects Versions: 2.5.0SDK
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Trivial
             Fix For: 2.6.0SDK


Before having Java 5 as a pre requisite, the code for using JMX mbeans and registering them had to be indirect (via reflection, invoke(..), etc.), because Java 1.4 didn't have JMX support.  Now that we require Java 6, this style of code can be replace with real methods, and save some slight performance hit, and be more maintainable going forward. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)