[GitHub] camel pull request #1034: CAMEL-10034: prevent component scan of health indi...

2016-06-15 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1034 CAMEL-10034: prevent component scan of health indicator The CamelHealthIndicator should not be marked as @Component, because it would be initialized also by the component scanner

[GitHub] camel pull request #1036: CAMEL-10052: Spring-boot integration tests

2016-06-15 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1036 CAMEL-10052: Spring-boot integration tests I created an integration test module that checks the compatibility of every component with spring-boot. For each component, it assembles a spring

[GitHub] camel pull request #1034: CAMEL-10034: prevent component scan of health indi...

2016-06-15 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1034 --- 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 feature

[GitHub] camel pull request #1036: CAMEL-10052: Spring-boot integration tests

2016-06-15 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1036 --- 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 feature

[GitHub] camel pull request #1041: CAMEL-10060: Added fat-jar aware package scan clas...

2016-06-16 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1041 CAMEL-10060: Added fat-jar aware package scan class resolver I've noticed that many modules currently use the package scan class resolver to find specific classes, so CAMEL-10060

[GitHub] camel pull request #1042: CAMEL-10052: Improvement to spring-boot integratio...

2016-06-17 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1042 CAMEL-10052: Improvement to spring-boot integration tests I improved the integration tests to prevent false positives by providing the right configuration to the modules

[GitHub] camel pull request #1041: CAMEL-10060: Added fat-jar aware package scan clas...

2016-06-21 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1041 --- 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 feature

[GitHub] camel pull request: CAMEL-9969: Added a component for Telegram

2016-05-20 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/988 CAMEL-9969: Added a component for Telegram I created a new component for Telegram. The component uses the Telegram Bot REST API (https://core.telegram.org/bots/api

[GitHub] camel pull request: CAMEL-9969: Added a component for Telegram

2016-05-23 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/988 --- 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 feature

[GitHub] camel pull request #1087: CAMEL-10190: Fallback lookup components, data-form...

2016-07-28 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1087 --- 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 feature

[GitHub] camel pull request #1087: CAMEL-10190: Fallback lookup components, data-form...

2016-07-27 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1087 CAMEL-10190: Fallback lookup components, data-formats and languages using suffix in name to avoid clash I changed the behavior of the default, blueprint and OSGi resolvers to introduce

[GitHub] camel pull request #1090: CAMEL-10194 - Camel-Spring-Boot: Bind components a...

2016-07-28 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1090 CAMEL-10194 - Camel-Spring-Boot: Bind components and data format to the spring context so they are picked up automatically I refactored the springboot camel-package plugin and ran it again

[GitHub] camel pull request #1090: CAMEL-10194 - Camel-Spring-Boot: Bind components a...

2016-07-28 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1090 --- 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 feature

[GitHub] camel pull request #1093: CAMEL-10119: Fixed integration tests for spring-bo...

2016-07-29 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1093 CAMEL-10119: Fixed integration tests for spring-boot 1.4.0.RELEASE Added some tweaks to the classloaders to adapt to the new jar structure of spring-boot 1.4.0 jar structure. Now

[GitHub] camel pull request #1095: CAMEL-10207: fixes for spring-boot 1.4 compatibili...

2016-08-01 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1095 CAMEL-10207: fixes for spring-boot 1.4 compatibility I changed the package scanner to support the new packaging, upgraded spring-data-redis to version 1.7.2 and fixed some tests

[GitHub] camel pull request #1095: CAMEL-10207: fixes for spring-boot 1.4 compatibili...

2016-08-01 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1095 --- 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 feature

[GitHub] camel pull request #1101: CAMEL-10197: Fixed and added license headers

2016-08-02 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1101 CAMEL-10197: Fixed and added license headers Copied it from the main pom. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nicolaferraro

[GitHub] camel pull request #1100: CAMEL-10207: Fixed test configuration for Bam. Add...

2016-08-02 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1100 CAMEL-10207: Fixed test configuration for Bam. Added repetition in ca… …se of failure. ``` Results : Tests run: 224, Failures: 0, Errors: 0, Skipped: 0 ``` You

[GitHub] camel pull request #1100: CAMEL-10207: Fixed test configuration for Bam. Add...

2016-08-02 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1100 --- 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 feature

[GitHub] camel pull request #1107: CAMEL-10204: Using Narayana for testing (Atomikos ...

2016-08-04 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1107 CAMEL-10204: Using Narayana for testing (Atomikos deleted) Camel-sjms depended on atomikos but it were not used in tests. Deleted. You can merge this pull request into a Git repository

[GitHub] camel pull request #1117: CAMEL-10222: New spring-boot starters

2016-08-12 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1117 CAMEL-10222: New spring-boot starters What's included: - added new mojo to create starters for all components - created starters and moved auto-configuration (with logging

[GitHub] camel pull request #1084: fix to bom

2016-07-21 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1084 fix to bom I was doing some tests with camel-spark when I noticed it's not in the BOM. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] camel pull request #1061: CAMEL-10118: Fix Zipkin Spring-boot configuration

2016-07-05 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1061 --- 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 feature

[GitHub] camel pull request #1062: Camel 10118 test completion

2016-07-05 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1062 Camel 10118 test completion Reenabled xmlbeans and mongodb tests. Upgrade to spring-boot 1.3.6.RELEASE fixed both modules. You can merge this pull request into a Git repository by running

[GitHub] camel pull request #1069: CAMEL-10118 Spring-boot test fix

2016-07-06 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1069 CAMEL-10118 Spring-boot test fix Test scoped exclusions were ignored by the spring-boot integration tests before this patch. Added automatic exclusion of "apache-log4j-extras" f

[GitHub] camel pull request #1069: CAMEL-10118 Spring-boot test fix

2016-07-07 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1069 --- 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 feature

[GitHub] camel pull request #1060: CAMEL-10118 modules fix

2016-07-04 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1060 CAMEL-10118 modules fix I fixed the framework and some modules that failed. I also moved the configuration from the properties file to the surefire pom section. Now the configuration

[GitHub] camel pull request #1061: CAMEL-10118: Fix Zipkin Spring-boot configuration

2016-07-04 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1061 CAMEL-10118: Fix Zipkin Spring-boot configuration The documentation of the zipkin component states that it must be activated using the `@CamelZipkin` annotation, so the `spring.factories

[GitHub] camel pull request #1110: CAMEL-10217: Removed logging implementation from c...

2016-08-05 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1110 CAMEL-10217: Removed logging implementation from compile scope in jbp… …m, jt400, scr, spark-rest You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] camel pull request #1098: CAMEL-10197: camel-spring-boot - Extend the config...

2016-08-01 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1098 CAMEL-10197: camel-spring-boot - Extend the configuration hints to nested properties I generated the plain get/set methods on several components to allow configuration and auto-completion

[GitHub] camel pull request #1098: CAMEL-10197: camel-spring-boot - Extend the config...

2016-08-02 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1098 --- 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 feature

[GitHub] camel pull request #1058: CAMEL-10118: Improvements to spring-boot testing f...

2016-07-04 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1058 CAMEL-10118: Improvements to spring-boot testing framework Some improvements to the testing framework: - It includes a custom Arquillian container to launch unit tests of each module

[GitHub] camel pull request #1412: CAMEL-10612: camel-reactive-streams

2017-01-20 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1412 CAMEL-10612: camel-reactive-streams I publish a preview of the reactive-stream component, asking for a review. The purpose of the component is to allow Camel to exchange messages

[GitHub] camel pull request #1164: CAMEL-10222: New spring-boot BOM

2016-09-09 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1164 CAMEL-10222: New spring-boot BOM I tried to run the integration tests (including the unit test part of each module) using the starters only, but I found out that a mixture of spring-boot

[GitHub] camel pull request #1171: camel-telegram: small improvements

2016-09-12 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1171 camel-telegram: small improvements - Added fallback converter for generic types. - Added configuration at component level. You can merge this pull request into a Git repository

[GitHub] camel pull request #1171: camel-telegram: small improvements

2016-09-12 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1171 --- 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 feature

[GitHub] camel pull request #1199: CAMEL-10358: do not clear the registry too early

2016-10-06 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1199 CAMEL-10358: do not clear the registry too early When running on Spring, the `doStop` is called by the spring framework before the default strategy unregisters the consumers, so the registry

[GitHub] camel pull request #1164: CAMEL-10222: New spring-boot BOM

2016-09-20 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1164 --- 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 feature

[GitHub] camel pull request #1182: CAMEL-10222: Conflicts-free springboot BOM

2016-09-20 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1182 CAMEL-10222: Conflicts-free springboot BOM I created a camel BOM without conflicts with the spring-boot one, as discussed in the mailing list. I removed the following modules from

[GitHub] camel pull request #1226: CAMEL-10415: Servlet auto mapping

2016-10-27 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1226 CAMEL-10415: Servlet auto mapping Posting for a review. We should make easier to add functionalities to the starters (like this one). Currently the poms cannot be changed

[GitHub] camel pull request #1226: CAMEL-10415: Servlet auto mapping

2016-10-27 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1226 --- 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 feature

[GitHub] camel pull request #1248: CAMEL-10420: Allow custom changes to the pom.xml f...

2016-11-04 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1248 CAMEL-10420: Allow custom changes to the pom.xml files Looking for a review because it's a bit ugly. The aim is not to get the pom.xml of the starters overwritten at each build

[GitHub] camel pull request #1248: CAMEL-10420: Allow custom changes to the pom.xml f...

2016-11-04 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1248 --- 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 feature

[GitHub] camel pull request #1607: CAMEL-10650: global sslContextParameters

2017-04-11 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1607 --- 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 feature

[GitHub] camel pull request #1607: CAMEL-10650: global sslContextParameters

2017-04-07 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1607 CAMEL-10650: global sslContextParameters Submitting for a review. It basically adds global ssl parameters that can be configured using spring-boot properties. There is no ide

[GitHub] camel pull request #1877: CAMEL-11331: Kubernetes Cluster Service

2017-08-08 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1877 CAMEL-11331: Kubernetes Cluster Service I'm adding a new Camel Cluster Service based on the fabric8-master component. I've changed a bit the algorithm to take into account many

[GitHub] camel pull request #1877: CAMEL-11331: Kubernetes Cluster Service

2017-08-08 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1877 --- 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 feature

[GitHub] camel pull request #1763: CAMEL-11236: added gRPC streaming producer strateg...

2017-06-16 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/1763 --- 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 feature

[GitHub] camel pull request #1763: CAMEL-11236: added gRPC streaming producer strateg...

2017-06-15 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1763 CAMEL-11236: added gRPC streaming producer strategy Added a way to keep a gRPC stream open towards a remote server and send all exchanges inside that stream, routing all responses to another

[GitHub] camel pull request #2328: CAMEL-10806: Add a RxJava2 module

2018-05-08 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/2328 CAMEL-10806: Add a RxJava2 module I've just fixed backpressure issues on top of the work by @lburgazzoli. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] camel pull request #2173: CAMEL-11665: Saga EIP

2018-01-11 Thread nicolaferraro
Github user nicolaferraro closed the pull request at: https://github.com/apache/camel/pull/2173 ---

[GitHub] camel pull request #2173: CAMEL-11665: Saga EIP

2018-01-09 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/2173 CAMEL-11665: Saga EIP This adds support for Sagas in Apache Camel. From the doc: *The Saga EIP provides a way to define a series of related actions in a Camel route