You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/12/05 10:35:48 UTC

[camel] branch master updated (46b7bb5 -> c0448d5)

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 46b7bb5  CAMEL-12055: Allow Jt400PgmProducer to call IBM i service programs
     add a297550  [CAMEL-12064] Create camel-example-olingo4-blueprint example
     new c0448d5  Regen after adding the new Olingo4 Blueprint example

The 1 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-olingo4-blueprint/README.md | 70 ++++++++++++++++++++++
 .../pom.xml                                        | 29 ++++-----
 .../blueprint/Olingo4TestConfiguration.java        | 50 ++++++++++++++++
 .../main/resources/OSGI-INF/blueprint/odata.xml    | 40 ++++++++-----
 .../src/main/resources/data/person1.json           |  5 ++
 .../src/main/resources/data/person2json            |  5 ++
 examples/pom.xml                                   |  1 +
 8 files changed, 175 insertions(+), 29 deletions(-)
 create mode 100644 examples/camel-example-olingo4-blueprint/README.md
 copy examples/{camel-example-twitter-websocket-blueprint => camel-example-olingo4-blueprint}/pom.xml (69%)
 create mode 100644 examples/camel-example-olingo4-blueprint/src/main/java/org/apache/camel/example/olingo4/blueprint/Olingo4TestConfiguration.java
 copy components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/simpleTransform-context.xml => examples/camel-example-olingo4-blueprint/src/main/resources/OSGI-INF/blueprint/odata.xml (50%)
 create mode 100644 examples/camel-example-olingo4-blueprint/src/main/resources/data/person1.json
 create mode 100644 examples/camel-example-olingo4-blueprint/src/main/resources/data/person2json

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].

[camel] 01/01: Regen after adding the new Olingo4 Blueprint example

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c0448d59222c4b8c905034d23c35f11aceab6644
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 5 11:34:51 2017 +0100

    Regen after adding the new Olingo4 Blueprint example
---
 examples/README.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index 73b5914..be893ac 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -11,7 +11,7 @@ View the individual example READMEs for details.
 ### Examples
 
 // examples: START
-Number of Examples: 100 (8 deprecated)
+Number of Examples: 101 (8 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |===
@@ -161,6 +161,8 @@ Number of Examples: 100 (8 deprecated)
 
 | link:camel-example-netty-http/README.md[Netty HTTP] (camel-example-netty-http) | OSGi | An example showing how to use a shared Netty HTTP server with multiple Camel applications in OSGi container
 
+| link:camel-example-olingo4-blueprint/README.md[Olingo4 Blueprint] (camel-example-olingo4-blueprint) | OSGi | An example which use the Olingo4 component in Blueprint
+
 | link:camel-example-servlet-rest-blueprint/README.md[Servlet REST Blueprint] (camel-example-servlet-rest-blueprint) | OSGi | An example using Servlet REST with OSGi Blueprint
 
 | link:camel-example-sql-blueprint/README.md[SQL Blueprint] (camel-example-sql-blueprint) | OSGi | An example for showing Camel using SQL component with blueprint

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.