[GitHub] camel pull request #2531: CAMEL-12831: Camel-zipkin: useFallbackServiceNames...

2018-09-24 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/2531 ---

[GitHub] camel pull request #2531: CAMEL-12831: Camel-zipkin: useFallbackServiceNames...

2018-09-24 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2531 CAMEL-12831: Camel-zipkin: useFallbackServiceNames leaks passwords You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher

[GitHub] camel pull request #2516: Replace string concatenation in logging with place...

2018-09-11 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/2516 ---

[GitHub] camel pull request #2516: Replace string concatenation in logging with place...

2018-09-10 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2516 Replace string concatenation in logging with placeholders. Done by regex search and replace. Then reviewed by hand. I excluded test classes because the changes is already big

[GitHub] camel pull request #2317: CAMEL-12480: HttpOperationFailedException exposes ...

2018-05-06 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/2317 ---

[GitHub] camel pull request #2317: CAMEL-12480: HttpOperationFailedException exposes ...

2018-05-04 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2317 CAMEL-12480: HttpOperationFailedException exposes password when using… … basic auth with user:password@host notation Sanitize URI in HttpOperationFailedException constructor

[GitHub] camel pull request #2305: Remove Metric 3.0.1 related classloader leak warni...

2018-04-25 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2305 Remove Metric 3.0.1 related classloader leak warning, now that we use… … Metrics 3.2.6. I guess probably referred to https://github.com/dropwizard/metrics/issues/742 which was

[GitHub] camel pull request #2284: CAMEL-10905: Make camel-grape work on java 9 by re...

2018-04-19 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/2284 ---

[GitHub] camel pull request #2284: CAMEL-10905: Make camel-grape work on java 9 by re...

2018-04-09 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2284 CAMEL-10905: Make camel-grape work on java 9 by replacing Groovy Ecli… …pse Compiler with GMavenPlus Not ready to merge! The groovy-eclipse-compiler plugin is dead

[GitHub] camel pull request #2258: CAMEL-12358: Camel-SMPP: Use timeout when creating...

2018-03-16 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2258 CAMEL-12358: Camel-SMPP: Use timeout when creating socket connection You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher

[GitHub] camel pull request #2217: CAMEL-12233: spring-boot: add threadNamePattern pr...

2018-02-09 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2217 CAMEL-12233: spring-boot: add threadNamePattern property You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel

[GitHub] camel pull request #2139: CAMEL-12069: ActiveMQ/JMS component: transferExcha...

2017-12-06 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2139 CAMEL-12069: ActiveMQ/JMS component: transferExchange option does not… … transfer exchange properties TransferExchange now includes exchange properties again. This restores the

[GitHub] camel pull request #1998: Skip FileWatcherReloadStrategyTest on windows as a...

2017-11-07 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1998 ---

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

2017-10-12 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/2027 ---

[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

[GitHub] camel pull request #2009: camel-bom: fix relative path to parent pom

2017-10-06 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/2009 ---

[GitHub] camel pull request #2009: camel-bom: fix relative path to parent pom

2017-10-05 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/2009 camel-bom: fix relative path to parent pom This should fix the build failures on build.apache.org, e.g.: https://builds.apache.org/view/C/view/Apache%20Camel/job

[GitHub] camel pull request #1997: DefaultFactoryFinderTest#shouldCreateNewInstancesW...

2017-10-04 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1997 ---

[GitHub] camel pull request #1998: Skip FileWatcherReloadStrategyTest on windows as a...

2017-10-03 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1998 Skip FileWatcherReloadStrategyTest on windows as at least one test fa… …ils every time with a FileNotFoundException with a "file already in use by another process&quo

[GitHub] camel pull request #1997: DefaultFactoryFinderTest#shouldCreateNewInstancesW...

2017-10-03 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1997 DefaultFactoryFinderTest#shouldCreateNewInstancesWithInjector: remove… … incorrect Mockito#verfiy call which caused subsequent DefaultManagementAgentMockTest tests to be flaky

[GitHub] camel pull request #1983: CAMEL-11845: Migrate easymock and powermock to moc...

2017-10-03 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1983 ---

[GitHub] camel pull request #1984: camel-exec: remove unused commons-lang dependency ...

2017-10-03 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1984 ---

[GitHub] camel pull request #1985: camel-spring-batch: migrate tests from commons-lan...

2017-09-29 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1985 camel-spring-batch: migrate tests from commons-lang 2 to commons-lang 3 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] camel pull request #1984: camel-exec: remove unused commons-lang dependency ...

2017-09-29 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1984 camel-exec: remove unused commons-lang dependency (commons-lang is ne… …ither used directly nor by a transitive dependency) You can merge this pull request into a Git repository by

[GitHub] camel pull request #1983: CAMEL-11845: Migrate easymock and powermock to moc...

2017-09-29 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1983 CAMEL-11845: Migrate easymock and powermock to mockito Migrate camel-cxf-transport from easymock to mockito. You can merge this pull request into a Git repository by running: $ git

[GitHub] camel pull request #1980: update log4j2 to 2.9.1

2017-09-29 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1980 ---

[GitHub] camel pull request #1980: update log4j2 to 2.9.1

2017-09-29 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1980 update log4j2 to 2.9.1 Camel does not use powermock anymore, so this should be safe. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] camel pull request #1978: camel-cxf-transport: make CxfMessageHelperTest pas...

2017-09-29 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1978 ---

[GitHub] camel pull request #1979: CAMEL-11845: Migrate easymock and powermock to moc...

2017-09-29 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1979 ---

[GitHub] camel pull request #1979: CAMEL-11845: Migrate easymock and powermock to moc...

2017-09-28 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1979 CAMEL-11845: Migrate easymock and powermock to mockito Migrate some camel-core test from easymock to mockito. You can merge this pull request into a Git repository by running: $ git

[GitHub] camel pull request #1978: camel-cxf-transport: make CxfMessageHelperTest pas...

2017-09-28 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1978 camel-cxf-transport: make CxfMessageHelperTest pass on windows operat… …ing systems You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] camel pull request #1977: CAMEL-11845: Migrate easymock and powermock to moc...

2017-09-28 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1977 CAMEL-11845: Migrate easymock and powermock to mockito Migrate camel-atmosphere-websocket from easymock to mockito. You can merge this pull request into a Git repository by running

[GitHub] camel pull request #1972: camel-azure, camel-hipchat, camel-ibatis: remove u...

2017-09-27 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1972 ---

[GitHub] camel pull request #1974: CAMEL-11845: Migrate easymock and powermock to moc...

2017-09-27 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1974 ---

[GitHub] camel pull request #1974: CAMEL-11845: Migrate easymock and powermock to moc...

2017-09-27 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1974 CAMEL-11845: Migrate easymock and powermock to mockito Migrate camel-mina and camel-mina2 from easymock to mockito. Test still pass. You can merge this pull request into a Git

[GitHub] camel pull request #1972: camel-azure: remove unused easymock test dependenc...

2017-09-27 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1972 camel-azure: remove unused easymock test dependency Test code does not use easymock. All test still pass. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] camel pull request #1966: update commons-io version to 2.5

2017-09-26 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1966 update commons-io version to 2.5 You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel update_commons_io

[GitHub] camel pull request #1965: update commons-csv to 1.5

2017-09-26 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1965 update commons-csv to 1.5 camel-csv test pass `git grep commons-csv` found this match: `platforms/karaf/features/src/main/resources

[GitHub] camel pull request #1926: fix copy and paste error in cm-sms component descr...

2017-09-09 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1926 ---

[GitHub] camel pull request #1926: fix copy and paste error in cm-sms component descr...

2017-09-08 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1926 fix copy and paste error in cm-sms component description You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel

[GitHub] camel pull request #1832: Upgrade Java Mail to version 1.6.0

2017-07-19 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1832 Upgrade Java Mail to version 1.6.0 Java Mail 1.6.0 should be binary compatible to 1.5.x according to https://javaee.github.io/javamail/docs/COMPAT.txt camel-mail tests pass You

[GitHub] camel pull request #1828: Upgrade xmlunit to version 2.3.0

2017-07-16 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1828 Upgrade xmlunit to version 2.3.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel update_xmlunit Alternatively

[GitHub] camel pull request #1826: Upgrade commons-net to version 3.6

2017-07-16 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1826 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request #1825: camel-cxf/pom.xml: fix "Overriding managed version...

2017-07-16 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1825 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request #1826: Upgrade commons-net to version 3.6

2017-07-16 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1826 Upgrade commons-net to version 3.6 Main usages seem to be camel-ftp and camel-cxf (tests). The unit tests of both components are green after this update. Commons-net is also used

[GitHub] camel pull request #1825: camel-cxf/pom.xml: fix "Overriding managed version...

2017-07-16 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1825 camel-cxf/pom.xml: fix "Overriding managed version" warnings by remov… …ing unnecessary "${cxf-version}" elements You can merge this pull request into a Git r

[GitHub] camel pull request #1824: camel-ftp: OsgiParserFactory#setClassResolver had ...

2017-07-16 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1824 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request #1824: camel-ftp: OsgiParserFactory#setClassResolver had ...

2017-07-16 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1824 camel-ftp: OsgiParserFactory#setClassResolver had no effect You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel

[GitHub] camel pull request #1811: CAMEL-11446: Use awaitility in camel-core for test...

2017-07-09 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1811 CAMEL-11446: Use awaitility in camel-core for testing where we otherw… …ise use thread sleep which can be speeded up. Use #untilAsserted instead of #until where possible to

[GitHub] camel pull request #1809: CAMEL-11446: Use awaitility in camel-core for test...

2017-07-09 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1809 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request #1809: CAMEL-11446: Use awaitility in camel-core for test...

2017-07-09 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1809 CAMEL-11446: Use awaitility in camel-core for testing where we otherw… …ise use thread sleep which can be speeded up. Great to see this getting done. :+1: While

[GitHub] camel pull request #1808: replace System.getProperty("line.separator") with ...

2017-07-08 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1808 replace System.getProperty("line.separator") with System.lineSeparator() You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] camel pull request #1446: ComponentConfiguration: fix link in javadoc

2017-02-04 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1446 ComponentConfiguration: fix link in javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel

[GitHub] camel pull request #1445: remove duplicate "Available as of Camel version" e...

2017-02-03 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1445 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request #1445: remove duplicate "Available as of Camel version" e...

2017-02-03 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1445 remove duplicate "Available as of Camel version" entries from compone… …nt asciidoc files You can merge this pull request into a Git repository by running: $ git

[GitHub] camel pull request #1345: Upgrade jsmpp to version 2.3.2

2016-12-13 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1345 Upgrade jsmpp to version 2.3.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel smpp_2_3_2_update Alternatively

[GitHub] camel pull request #1179: Upgrade jsmpp to version 2.3.0

2016-09-18 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1179 Upgrade jsmpp to version 2.3.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel update_to_jsmpp_2_3_0

[GitHub] camel pull request #1103: CAMEL-10214: doneFileName is a common option

2016-08-02 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1103 CAMEL-10214: doneFileName is a common option Explain how the doneFileName option works for consumers endpoints. extends https://github.com/apache/camel/commit

[GitHub] camel pull request #1096: Typos

2016-08-01 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/1096 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request #1096: Typos

2016-08-01 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1096 Typos You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel typos Alternatively you can review and apply these

[GitHub] camel pull request #1045: fix misleading debug log message concerning the nu...

2016-06-17 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1045 fix misleading debug log message concerning the number of polled mess… …ages The number rows polled from the database is limited by `JdbcTemplate#setMaxRows`. There is no way

[GitHub] camel pull request #1044: improve grammar of "Limiting maximum messages to p...

2016-06-17 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1044 improve grammar of "Limiting maximum messages to poll..." debug log m… …essages You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] camel pull request: CAMEL-8219: camel-smpp - use jsmpp version 2.2...

2016-05-29 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1004 CAMEL-8219: camel-smpp - use jsmpp version 2.2.4 or later Test changes were necessary because of two jsmpp changes: https://github.com/opentelecoms-org/jsmpp/commit

[GitHub] camel pull request: Fix camel core test on windows

2016-03-31 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/924 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: Fix camel core test on windows

2016-03-31 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/924 Fix camel core test on windows You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel fix_camel_core_test_on_windows

[GitHub] camel pull request: CAMEL-8219: camel-smpp - use jsmpp version 2.2...

2016-03-19 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/909 CAMEL-8219: camel-smpp - use jsmpp version 2.2.3 Note: Not ready to merge. There are still six failing tests: >Failed te

[GitHub] camel pull request: correct grammar of log message

2016-01-26 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/801 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: correct grammar of log message

2016-01-25 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/801 correct grammar of log message You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel grammar Alternatively you can

[GitHub] camel pull request: CAMEL-9433: Upgrade java mail with new maven c...

2015-12-20 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/738 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: CAMEL-9433: Upgrade java mail with new maven c...

2015-12-19 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/738 CAMEL-9433: Upgrade java mail with new maven coord. Some things I noticed: camel-atom * axiom-api/axiom-impl do not have a (transitive) dependency on javax.mail anymore, but on

[GitHub] camel pull request: CAMEL-9433: Update to javax-mail 1.5.5

2015-12-18 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/737 CAMEL-9433: Update to javax-mail 1.5.5 You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel CAMEL-9433 Alternatively

[GitHub] camel pull request: CAMEL-9417: SOAP 1.2 Fault processing should u...

2015-12-13 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/726 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: CAMEL-8708: SOAP marshaling shouldn't fail for...

2015-12-13 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/727 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: CAMEL-8708: SOAP marshaling shouldn't fail for...

2015-12-11 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/727 CAMEL-8708: SOAP marshaling shouldn't fail for Faults that lack an op… …tional Detail element You can merge this pull request into a Git repository by running: $ git pull

[GitHub] camel pull request: CAMEL-9417: SOAP 1.2 Fault processing should u...

2015-12-11 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/726 CAMEL-9417: SOAP 1.2 Fault processing should use value of Reasontext … …to build exception message You can merge this pull request into a Git repository by running: $ git pull

[GitHub] camel pull request: CAMEL-9338: Upgrade Spring Integration to vers...

2015-12-10 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/715 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: Camel spring test cleanup

2015-12-07 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/714 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: minimal correction of InterceptSendToMockEndpo...

2015-12-07 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/713 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: CAMEL-9338: Upgrade Spring Integration to vers...

2015-12-06 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/715 CAMEL-9338: Upgrade Spring Integration to version 4.2.2 `` is most probably incorrect, because lacking the required knowledge, I just took a guess at what value it should have. You can

[GitHub] camel pull request: Camel spring test cleanup

2015-12-06 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/714 Camel spring test cleanup You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel camel_spring_test_cleanup

[GitHub] camel pull request: minimal correction of InterceptSendToMockEndpo...

2015-12-06 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/713 minimal correction of InterceptSendToMockEndpointStrategy javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher

[GitHub] camel pull request: camel-test/camel-testng: Add #exchangeProperty...

2015-11-22 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/693 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: camel-test/camel-testng: Add #exchangeProperty...

2015-11-22 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/693 camel-test/camel-testng: Add #exchangeProperty(String) to TestSupport… … and deprecate methods which redirect to deprecated methods of org.apache.camel.builder.Builder You can merge

[GitHub] camel pull request: TestSupport: Deprecate methods which redirect ...

2015-11-22 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/692 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] camel pull request: TestSupport: Deprecate methods which redirect ...

2015-11-22 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/692 TestSupport: Deprecate methods which redirect to deprecated methods o… …f org.apache.camel.builder.Builder You can merge this pull request into a Git repository by running: $ git

[GitHub] camel pull request: Java doc: Users of the deprecated TestSupport#...

2015-11-22 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/691 Java doc: Users of the deprecated TestSupport#property(String name) s… …hould use TestSupport#exchangeProperty(String) instead. btw: Thanks for providing Camel! You can merge