[GitHub] camel pull request #2323: CAMEL-12459:camel-spring-boot - Add route group to...

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

[GitHub] camel pull request #2323: CAMEL-12459:camel-spring-boot - Add route group to...

2018-05-06 Thread ramu11
GitHub user ramu11 opened a pull request: https://github.com/apache/camel/pull/2323 CAMEL-12459:camel-spring-boot - Add route group to route actuator CAMEL-12459:camel-spring-boot - Add route group to route actuator You can merge this pull request into a Git repository by running:

[GitHub] camel pull request #2322: Use secure repository URL

2018-05-06 Thread oflebbe
GitHub user oflebbe opened a pull request: https://github.com/apache/camel/pull/2322 Use secure repository URL maven.restlet.org : Valid TLS certificate only for maven.restlet.com springsource.org : Repository unnecessary apache snapshots: Use TLS. Regarding

[GitHub] camel pull request #2319: CAMEL-1067 Fixing broken build

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

Re: Build fails since AS2 component was added

2018-05-06 Thread Pascal Schumacher
As the failure still occurs, I took a look and was able to replicate it locally. It occurs if I execute |"mvn test|" (like jenkins does) and do not have |camel-as2-api-2.22.0-SNAPSHOT-javadoc.jar| in my local maven repository. If I execute |"mvn install|" the build works. For some reason the

[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 #2321: S3Producer must close the streams it opens

2018-05-06 Thread damienb-opt
GitHub user damienb-opt opened a pull request: https://github.com/apache/camel/pull/2321 S3Producer must close the streams it opens If S3Producer is not configured to delete file after upload, it leaves dangling streams. You can merge this pull request into a Git repository by runn

[GitHub] camel pull request #2320: add support for transform with context

2018-05-06 Thread rockoder
GitHub user rockoder opened a pull request: https://github.com/apache/camel/pull/2320 add support for transform with context You can merge this pull request into a Git repository by running: $ git pull https://github.com/rockoder/camel jolt-transform-with-context Alternativel