[GitHub] camel pull request #2027: CAMEL-11845: Migrate camel-smpp to mockito and rem...

2017-10-11 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2027 CAMEL-11845: Migrate camel-smpp to mockito and remove easymock dependency You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumac

[ANNOUNCEMENT] Apache Camel 2.20.0 Released

2017-10-11 Thread Gregor Zurowski
The Camel community announces the immediate availability of the new minor release Camel 2.20.0. This release contains over 550 fixes and improvements. The artifacts are published and ready for you to download [2] either from the Apache mirrors or from the Central Maven repository. For more details

[RESULT] [VOTE] Release Apache Camel 2.20.0

2017-10-11 Thread Gregor Zurowski
Thanks for your participation in this vote. This vote passes with the following results: +1 binding: 6 (Andrea Cosentino, Claus Ibsen, Gregor Zurowski, Jean-Baptiste Onofré, Luca Burgazzoli, Zoran Regvart) +1 non-binding: 1 (Onder Sezgin) -1 non-binding: 1 (Thomas Diesler) Thomas' negative vote

Re: [VOTE] Release Apache Camel 2.20.0

2017-10-11 Thread Gregor Zurowski
+1 Gregor On Sun, Oct 8, 2017 at 9:46 AM, Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 2.20.0, a new minor release > with 550+ new features, improvements and bug fixes. A summary of the > changes is available in the Camel wiki: > https://cwiki.apache.org/con

[GitHub] camel pull request #2026: Update because of class cast

2017-10-11 Thread richardgroote
GitHub user richardgroote opened a pull request: https://github.com/apache/camel/pull/2026 Update because of class cast See CAMEL-11892 You can merge this pull request into a Git repository by running: $ git pull https://github.com/richardgroote/camel patch-1 Alternatively you

[GitHub] camel pull request #2021: fuse-doc-1972 - fixed three broken links in header...

2017-10-11 Thread MelissaFlinn
Github user MelissaFlinn closed the pull request at: https://github.com/apache/camel/pull/2021 ---

[GitHub] camel pull request #2020: FUSEDOC-1952 - fixed format of examples in message...

2017-10-11 Thread MelissaFlinn
Github user MelissaFlinn closed the pull request at: https://github.com/apache/camel/pull/2020 ---

[GitHub] camel pull request #2025: Fix the problem of using '+' and '+=' operators to...

2017-10-11 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request: https://github.com/apache/camel/pull/2025 Fix the problem of using '+' and '+=' operators to concatenate strings a in a loop. The method is building a String using concatenation in a loop. In each iteration, the String is converted

[GitHub] camel pull request #2016: Fix the problem of using '+' and '+=' operators to...

2017-10-11 Thread BruceKuiLiu
Github user BruceKuiLiu closed the pull request at: https://github.com/apache/camel/pull/2016 ---

[GitHub] camel pull request #2023: Replace the inefficient Double constructor with st...

2017-10-11 Thread BruceKuiLiu
Github user BruceKuiLiu closed the pull request at: https://github.com/apache/camel/pull/2023 ---

[GitHub] camel pull request #2024: Replace the keySet iterator with an entrySet itera...

2017-10-11 Thread BruceKuiLiu
Github user BruceKuiLiu closed the pull request at: https://github.com/apache/camel/pull/2024 ---

[GitHub] camel pull request #2024: Replace the keySet iterator with an entrySet itera...

2017-10-11 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request: https://github.com/apache/camel/pull/2024 Replace the keySet iterator with an entrySet iterator. The current source code accesses the value of a Map entry of methodMap, using a key that is retrieved from a keySet iterator. It is mor

[GitHub] camel pull request #2023: Replace the inefficient Double constructor with st...

2017-10-11 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request: https://github.com/apache/camel/pull/2023 Replace the inefficient Double constructor with static Double.valueOf() method. Using new Double(double) is guaranteed to always result in a new object whereas Double.valueOf(double) allow

[GitHub] camel pull request #2022: CAMEL-11894: camel-karaf-commands deployment faile...

2017-10-11 Thread frouleau
GitHub user frouleau opened a pull request: https://github.com/apache/camel/pull/2022 CAMEL-11894: camel-karaf-commands deployment failed on karaf 4.0 Fix OSGi's version range for the missing package You can merge this pull request into a Git repository by running: $ git pull h

[GitHub] camel pull request #2016: Fix the problem of using '+' and '+=' operators to...

2017-10-11 Thread BruceKuiLiu
GitHub user BruceKuiLiu reopened a pull request: https://github.com/apache/camel/pull/2016 Fix the problem of using '+' and '+=' operators to concatenate strings in a loop. The method is building a String using concatenation in a loop. In each iteration, the String is conve

[GitHub] camel pull request #2017: Add an IfStatement to check the return value of ex...

2017-10-11 Thread BruceKuiLiu
Github user BruceKuiLiu closed the pull request at: https://github.com/apache/camel/pull/2017 ---

[GitHub] camel pull request #2016: Fix the problem of using '+' and '+=' operators to...

2017-10-11 Thread BruceKuiLiu
Github user BruceKuiLiu closed the pull request at: https://github.com/apache/camel/pull/2016 ---