You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:29:39 UTC

[camel-karaf-examples] branch main created (now aa7846e)

This is an automated email from the ASF dual-hosted git repository.

dfoulks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git.


      at aa7846e  CAMEL-16259 - Karaf examples don't get deployed

This branch includes the following new commits:

     new 5e0e87d  Fix example name in the examples list table
     new d1c4400  Fix example title for camel-example-servlet-rest-karaf-jaas
     new aa7846e  CAMEL-16259 - Karaf examples don't get deployed

The 3 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.


[camel-karaf-examples] 02/03: Fix example title for camel-example-servlet-rest-karaf-jaas

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

dfoulks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git

commit d1c4400f55d251b428683980ec22a95bb6d57ea3
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Fri Apr 2 18:35:26 2021 +0900

    Fix example title for camel-example-servlet-rest-karaf-jaas
---
 examples/camel-example-servlet-rest-karaf-jaas/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-servlet-rest-karaf-jaas/pom.xml b/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
index c2d24ad..fc0f18b 100644
--- a/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
+++ b/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
         <category>OSGi</category>
-        <title>Servlet REST Blueprint</title>
+        <title>Servlet REST Karaf JAAS</title>
 
         <camel.osgi.import.pkg>
             *

[camel-karaf-examples] 03/03: CAMEL-16259 - Karaf examples don't get deployed

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

dfoulks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git

commit aa7846efa7ad20cb84572125e1d0fcf583a130ad
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Thu Apr 8 16:42:25 2021 +0900

    CAMEL-16259 - Karaf examples don't get deployed
---
 examples/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 3f09a86..14cd24b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -214,6 +214,17 @@
                 </configuration>
             </plugin>
 
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>${maven-jar-plugin-version}</version>
+                <configuration>
+                    <archive>
+                        <manifestFile>${camel.osgi.manifest}</manifestFile>
+                    </archive>
+                </configuration>
+            </plugin>
+
             <!-- update readme file -->
             <plugin>
                 <groupId>org.apache.camel</groupId>

[camel-karaf-examples] 01/03: Fix example name in the examples list table

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

dfoulks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git

commit 5e0e87d5966e77975034d4b04bf2f0e3c9c64dc5
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Fri Apr 2 17:06:29 2021 +0900

    Fix example name in the examples list table
---
 examples/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index 4f11c68..427816a 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -41,7 +41,7 @@ Number of Examples: 14 (0 deprecated)
 
 | link:camel-example-servlet-rest-blueprint/README.adoc[Servlet REST Blueprint] (camel-example-servlet-rest-blueprint) | OSGi | An example using Servlet Rest with OSGi Blueprint
 
-| link:camel-example-servlet-rest-karaf-jaas/README.adoc[Servlet REST Blueprint] (camel-example-servlet-rest-karaf-jaas) | OSGi | An example using Servlet REST with OSGi Blueprint, and REST endpoint protected by Basic Auth, delegate user/password authentication to Karaf Jaas Service
+| link:camel-example-servlet-rest-karaf-jaas/README.adoc[Servlet REST Karaf JAAS] (camel-example-servlet-rest-karaf-jaas) | OSGi | An example using Servlet REST with OSGi Blueprint, and REST endpoint protected by Basic Auth, delegate user/password authentication to Karaf Jaas Service
 
 | link:camel-example-sql-blueprint/README.adoc[SQL Blueprint] (camel-example-sql-blueprint) | OSGi | An example for showing Camel using SQL component with OSGi Blueprint