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 2020/01/20 11:48:26 UTC

[camel] branch master updated (6c656ec -> 28a5c8b)

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 6c656ec  Regen
     new 5e49dea  Fixed Elytron Endpoint description
     new e992103  Removed @author
     new fe21ac5  Regen
     new 28a5c8b  Regen

The 4 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:
 .../org/apache/camel/component/elytron/ElytronComponent.java     | 1 -
 .../java/org/apache/camel/component/elytron/ElytronConsumer.java | 1 -
 .../java/org/apache/camel/component/elytron/ElytronEndpoint.java | 3 +--
 .../builder/endpoint/dsl/ElytronEndpointBuilderFactory.java      | 9 ++++++---
 docs/components/modules/ROOT/pages/index.adoc                    | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)


[camel] 04/04: Regen

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 28a5c8bc235dcd3e55940ccf1b952dca08ee3255
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 20 12:47:54 2020 +0100

    Regen
---
 docs/components/modules/ROOT/pages/index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc
index d32a28a..b051f23 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -184,7 +184,7 @@ Number of Components: 310 in 248 JAR artifacts (1 deprecated)
 
 | xref:elsql-component.adoc[ElSQL] (camel-elsql) | 2.16 | The elsql component is an extension to the existing SQL Component that uses ElSql to define the SQL queries.
 
-| xref:elytron-component.adoc[Elytron] (camel-elytron) | 3.1 | Endpoint
+| xref:elytron-component.adoc[Elytron] (camel-elytron) | 3.1 | The elytron component is allows you to work with the Elytron Security Framework
 
 | xref:etcd-component.adoc[Etcd] (camel-etcd) | 2.18 | The camel etcd component allows you to work with Etcd, a distributed reliable key-value store.
 


[camel] 02/04: Removed @author

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 e992103a2dc713d94484b61a5c94c59d495e86f5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 20 12:35:38 2020 +0100

    Removed @author
---
 .../main/java/org/apache/camel/component/elytron/ElytronComponent.java   | 1 -
 .../main/java/org/apache/camel/component/elytron/ElytronConsumer.java    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronComponent.java b/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronComponent.java
index da40433..1a9d146 100644
--- a/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronComponent.java
+++ b/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronComponent.java
@@ -58,7 +58,6 @@ import org.wildfly.security.http.util.SecurityProviderServerMechanismFactory;
  *
  * Example: to use bearer_token, mechanism name has to be "BEARER_TOKEN" and realm has to be TokenSecurityRealm.
  *
- * @author JiriOndrusek
  */
 @Metadata(label = "verifiers", enums = "parameters,connectivity")
 @Component("elytron")
diff --git a/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronConsumer.java b/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronConsumer.java
index bece847..9454fd8 100644
--- a/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronConsumer.java
+++ b/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronConsumer.java
@@ -33,7 +33,6 @@ import org.wildfly.security.authz.Roles;
 /**
  * Consumer contains decides if request contains required roles (which are defined for endpoint)
  *
- * @author JiriOndrusek
  */
 public class ElytronConsumer extends UndertowConsumer {
 


[camel] 01/04: Fixed Elytron Endpoint description

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 5e49dea6435b4018b441ba6cd0428aa558383af6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 20 12:35:10 2020 +0100

    Fixed Elytron Endpoint description
---
 .../main/java/org/apache/camel/component/elytron/ElytronEndpoint.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronEndpoint.java b/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronEndpoint.java
index 4893c40..fc17047 100644
--- a/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronEndpoint.java
+++ b/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronEndpoint.java
@@ -32,9 +32,8 @@ import org.apache.camel.spi.UriParam;
 import org.wildfly.security.auth.server.SecurityIdentity;
 
 /**
- * Endpoint
+ * The elytron component is allows you to work with the Elytron Security Framework
  *
- * @author JiriOndrusek
  */
 @UriEndpoint(firstVersion = "3.1.0", scheme = "elytron", title = "Elytron", syntax = "elytron:httpURI",
         label = "http", lenientProperties = true, extendsScheme = "undertow")


[camel] 03/04: Regen

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 fe21ac58c5651cc45e23b88cb2773c384c9c362c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 20 12:37:15 2020 +0100

    Regen
---
 .../builder/endpoint/dsl/ElytronEndpointBuilderFactory.java      | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ElytronEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ElytronEndpointBuilderFactory.java
index 6c26134..1ba553a 100644
--- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ElytronEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ElytronEndpointBuilderFactory.java
@@ -27,7 +27,8 @@ import org.apache.camel.spi.ExceptionHandler;
 import org.apache.camel.spi.HeaderFilterStrategy;
 
 /**
- * Endpoint
+ * The elytron component is allows you to work with the Elytron Security
+ * Framework
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -1380,7 +1381,8 @@ public interface ElytronEndpointBuilderFactory {
     public interface ElytronBuilders {
         /**
          * Elytron (camel-elytron)
-         * Endpoint
+         * The elytron component is allows you to work with the Elytron Security
+         * Framework
          * 
          * Category: http
          * Since: 3.1
@@ -1397,7 +1399,8 @@ public interface ElytronEndpointBuilderFactory {
     }
     /**
      * Elytron (camel-elytron)
-     * Endpoint
+     * The elytron component is allows you to work with the Elytron Security
+     * Framework
      * 
      * Category: http
      * Since: 3.1