[
https://issues.apache.org/jira/browse/CAMEL-10507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15686423#comment-15686423
]
ASF GitHub Bot commented on CAMEL-10507:
----------------------------------------
GitHub user zregvart opened a pull request:
https://github.com/apache/camel/pull/1294
CAMEL-10507 Make TypeReference inline anonymous classes constant
Created a class (o.a.c.c.s.a.TypeReferences) to hold any TypeReferences
as constants and replaced all usage with the constant values.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zregvart/camel CAMEL-10507
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1294.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1294
----
commit fc4a15df3ce78ce02729b6595d2d2f83245820df
Author: Zoran Regvart <[email protected]>
Date: 2016-11-22T11:08:43Z
CAMEL-10507 Make TypeReference inline anonymous classes constant
Created a class (o.a.c.c.s.a.TypeReferences) to hold any TypeReferences
as constants and replaced all usage with the constant values.
----
> Make TypeReference inline anonymous classes constant
> ----------------------------------------------------
>
> Key: CAMEL-10507
> URL: https://issues.apache.org/jira/browse/CAMEL-10507
> Project: Camel
> Issue Type: Improvement
> Components: camel-salesforce
> Reporter: Zoran Regvart
> Assignee: Zoran Regvart
> Priority: Minor
>
> Addressing the issue raised in the
> [PR1265|https://github.com/apache/camel/pull/1265#pullrequestreview-9618279]
> review, Jackson TypeReferences should be declared constant.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)