You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2019/02/28 15:31:00 UTC

[jira] [Created] (CXF-7985) Blocking Class.forName calls on JAX-RS dispatch path

Daniel Kulp created CXF-7985:
--------------------------------

             Summary: Blocking Class.forName calls on JAX-RS dispatch path
                 Key: CXF-7985
                 URL: https://issues.apache.org/jira/browse/CXF-7985
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.3.0
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 3.3.1


The detection for whether JAXB and activation are available on the classpath occurs for every request which is expensive and is also synchronized.   This information should be cached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)