[ 
https://issues.apache.org/jira/browse/QPID-8744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18086761#comment-18086761
 ] 

ASF GitHub Bot commented on QPID-8744:
--------------------------------------

dakirily opened a new pull request, #403:
URL: https://github.com/apache/qpid-broker-j/pull/403

   This PR addresses JIRA 
[QPID-8744](https://issues.apache.org/jira/browse/QPID-8744), optimizing 
jackson ObjectMapper creation




> [Broker-J] Jackson ObjectMapper instances shouldn't be created on each method 
> call
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-8744
>                 URL: https://issues.apache.org/jira/browse/QPID-8744
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Broker-J
>    Affects Versions: qpid-java-broker-10.0.1
>            Reporter: Daniil Kirilyuk
>            Priority: Minor
>             Fix For: qpid-java-broker-10.0.2
>
>
> Jackson ObjectMapper is thread-safe for both reads and writes once 
> constructed, but relatively expensive to create. The codebase has several 
> locations where new ObjectMapper() is called per method invocation. These 
> should be replaced to private static final fields.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to