https://bz.apache.org/bugzilla/show_bug.cgi?id=63237

            Bug ID: 63237
           Summary: Consider processing mbeans-descriptors.xml at compile
                    time
           Product: Tomcat 9
           Version: 9.0.16
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: pw...@pivotal.io
  Target Milestone: -----

Tomcat currently parses `mbeans-descriptors.xml` files when it first starts to
build MBean information. If MBeans could be created directly, rather than by
parsing XML then startup time could be improved. This is particularly relevant
when using an embedded Tomcat with a serverless architecture.

One possible solution might be to parse the XML files during the build process
and generate source code that directly creates the required objects. This would
save needing to read and parse XML during startup.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to