[
https://issues.apache.org/jira/browse/CAMEL-11363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029211#comment-16029211
]
ASF GitHub Bot commented on CAMEL-11363:
----------------------------------------
GitHub user johnpoth opened a pull request:
https://github.com/apache/camel/pull/1728
CAMEL-11363: Use ArrayDeque instead of Stack
https://issues.apache.org/jira/browse/CAMEL-11363
Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnpoth/camel CAMEL-11363
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1728.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 #1728
----
commit 04ad53fa9005daff45d279a8cd4cac4af5883633
Author: jpoth <[email protected]>
Date: 2017-05-30T09:26:07Z
CAMEL-11363: Use ArrayDeque instead of Stack
----
> Optimise - Use ArrayDeque instead of Stack
> ------------------------------------------
>
> Key: CAMEL-11363
> URL: https://issues.apache.org/jira/browse/CAMEL-11363
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Fix For: 2.20.0
>
>
> There is some code that uses the very old java.util.Stack. We should use
> ArrayDeque which is recommended.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)