CAMEL-6966 Updated the fuse public maven repo
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b814b201
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b814b201
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b8
Updated Branches:
refs/heads/camel-2.10.x b405f5fd8 -> eab28f18a
refs/heads/camel-2.11.x 9f145e16e -> b814b2015
refs/heads/camel-2.12.x 1669f15e6 -> dd5d0ccab
CAMEL-6966 Updated the fuse public maven repo
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us
CAMEL-6966 Updated the fuse public maven repo
Conflicts:
components/camel-nagios/pom.xml
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/eab28f18
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/eab28f18
Diff:
Updated Branches:
refs/heads/master 52d5d5cdd -> ab4d31a8c
CAMEL-6966 Updated the fuse public maven repo
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ab4d31a8
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ab4d
Added an unit test based on a stackoverflow question
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7ce3951a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7ce3951a
Diff: http://git-wip-us.apache.org/repos/asf/camel/
Updated Branches:
refs/heads/camel-2.12.x a607cb6fc -> 1669f15e6
CS fix for pre-release
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1669f15e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1669f15e
Diff: http:/
Updated Branches:
refs/heads/camel-2.12.x a256e411f -> a607cb6fc
Polished.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a607cb6f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a607cb6f
Diff: http://git-wip-us.a
Updated Branches:
refs/heads/camel-2.12.x f4e8d9aa0 -> a256e411f
Polished.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a256e411
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a256e411
Diff: http://git-wip-us.a
Updated Branches:
refs/heads/master 95fcfad56 -> 52d5d5cdd
Polished.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/52d5d5cd
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/52d5d5cd
Diff: http://git-wip-us.apache.o
Updated Branches:
refs/heads/master 610d1ebce -> 95fcfad56
Polished.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/95fcfad5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/95fcfad5
Diff: http://git-wip-us.apache.o
Updated Branches:
refs/heads/camel-2.12.x 8fe198d01 -> f4e8d9aa0
CAMEL-6769: Fixed the find methods in JndiRegistry to return the instance and
not its class
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f4e8d9aa
Tree: h
Updated Branches:
refs/heads/master 5d5b7e71d -> 610d1ebce
CAMEL-6769: Fixed the find methods in JndiRegistry to return the instance and
not its class
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2bfcbd39
Tree: http://
CAMEL-6965: Added @BeanInject to inject a bean from the registry in other beans
such as RouteBuilder classes.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/610d1ebc
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/61
Author: buildbot
Date: Thu Nov 14 17:19:27 2013
New Revision: 886645
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/bean-injection.html
websites/production/camel/content/bean-integration.html
websites/production/camel/content/book-cookbook.htm
Camel 2.13.0 Release
Page edited by Claus Ibsen
Changes (2)
...
* [Properties] component and [property placeholder|Using PropertyPlaceholder] w
Bean Injection
Page edited by Claus Ibsen
Changes (2)
h3. Bean Injection
We support the injection of various resources using @EndpointInject
Bean Integration
Page edited by Claus Ibsen
Changes (1)
...
If a bean is defined in [Spring] XML or scanned using the Spring component scanning
Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9f145e16
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9f145e16
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9f145e16
Branch: refs/heads/camel-2.11
CAMEL-6961: Removed not needed WARN logs. Polished WARN logs a bit.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0eb0ef82
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0eb0ef82
Diff: http://git-wip-us.apache.org/r
Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5d5b7e71
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5d5b7e71
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5d5b7e71
Branch: refs/heads/master
Com
Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8fe198d0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8fe198d0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8fe198d0
Branch: refs/heads/camel-2.12
Updated Branches:
refs/heads/camel-2.11.x 39a4b2864 -> 9f145e16e
refs/heads/camel-2.12.x aaec68267 -> 8fe198d01
refs/heads/master 06e4d6223 -> 5d5b7e71d
CAMEL-6961: Removed not needed WARN logs. Polished WARN logs a bit.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: h
Updated Branches:
refs/heads/master 6b2ffb305 -> 06e4d6223
Fixed test
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/06e4d622
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/06e4d622
Diff: http://git-wip-us.apache
CAMEL-6964: Fixed file consumer on rollback to delete the done file if
moveFailed is in use. Thanks to Christoph Giera for patch.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/aaec6826
Tree: http://git-wip-us.apache.org/rep
CAMEL-6962 Allow binding name to be specified in JibxDataFormat with thanks to
Peter
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/39a4b286
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/39a4b286
Diff: http://git-w
CAMEL-6964: Fixed file consumer on rollback to delete the done file if
moveFailed is in use. Thanks to Christoph Giera for patch.
Conflicts:
camel-core/src/main/java/org/apache/camel/component/file/GenericFileOnCompletion.java
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Updated Branches:
refs/heads/camel-2.11.x e99e6c5a0 -> 39a4b2864
refs/heads/camel-2.12.x fee86db47 -> aaec68267
refs/heads/master 70f813314 -> 6b2ffb305
CAMEL-6964: Fixed file consumer on rollback to delete the done file if
moveFailed is in use. Thanks to Christoph Giera for patch.
Proje
Author: buildbot
Date: Thu Nov 14 11:18:51 2013
New Revision: 886617
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/camel-2130-release.html
Modified: websites/production/camel/content/cache/m
Camel 2.13.0 Release
Page edited by Claus Ibsen
Changes (1)
...
* Fixed [File|File2] and [FTP|FTP2] consumer(s) when {{idempotent=true}} could
CAMEL-6962 Allow binding name to be specified in JibxDataFormat with thanks to
Peter
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fee86db4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fee86db4
Diff: http://git-w
Updated Branches:
refs/heads/camel-2.11.x f1a530b83 -> e99e6c5a0
refs/heads/camel-2.12.x 7bebdc9f2 -> fee86db47
refs/heads/master 364c52189 -> 70f813314
CAMEL-6962 Allow binding name to be specified in JibxDataFormat with thanks to
Peter
Project: http://git-wip-us.apache.org/repos/asf/ca
CAMEL-6962 Allow binding name to be specified in JibxDataFormat with thanks to
Peter
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e99e6c5a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e99e6c5a
Diff: http://git-w
32 matches
Mail list logo