This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from b77fd72 Added test based on SO:
https://stackoverflow.com/questions/54023107/apache-camel-how-to-implement-an-optional-consumer-for-a-wire-tap/54049958
new 15658a8 billboard-aggr example
new ebd0060 disable jmx and add test results
new 354154d minor changes
new 95d8f49 moved test data out of resources
new 02af8a6 Added Billboard example to POM modules list
new 2bf7091 Fixed CS in Billboard Example and regen
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
examples/README.adoc | 4 +-
examples/camel-example-billboard-aggr/README.md | 46 +
.../camel-example-billboard-aggr}/pom.xml | 78 +-
.../src/data/billboard_lyrics_1964-2015.csv | 5101 ++++++++++++++++++++
.../camel/example/billboard/BillboardAggrTest.java | 124 +
.../apache/camel/example/billboard/SongRecord.java | 103 +
.../src/test/resources/log4j2.properties | 2 +-
examples/pom.xml | 1 +
8 files changed, 5408 insertions(+), 51 deletions(-)
create mode 100644 examples/camel-example-billboard-aggr/README.md
copy {components/camel-printer =>
examples/camel-example-billboard-aggr}/pom.xml (57%)
create mode 100644
examples/camel-example-billboard-aggr/src/data/billboard_lyrics_1964-2015.csv
create mode 100644
examples/camel-example-billboard-aggr/src/test/java/org/apache/camel/example/billboard/BillboardAggrTest.java
create mode 100644
examples/camel-example-billboard-aggr/src/test/java/org/apache/camel/example/billboard/SongRecord.java
copy examples/{camel-example-cafe =>
camel-example-billboard-aggr}/src/test/resources/log4j2.properties (94%)