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 2019/12/08 09:53:42 UTC

[camel-quarkus] branch 1.0.0-M1-site created (now 5b3f932)

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

acosentino pushed a change to branch 1.0.0-M1-site
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


      at 5b3f932  Regen

This branch includes the following new commits:

     new f40c820  Update docs to version 1.0.0-M1
     new 5b3f932  Regen

The 2 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-quarkus] 01/02: Update docs to version 1.0.0-M1

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

acosentino pushed a commit to branch 1.0.0-M1-site
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit f40c8202cee009d332ec065aa080050e8e4a8347
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 8 10:40:22 2019 +0100

    Update docs to version 1.0.0-M1
---
 docs/site.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/site.yml b/docs/site.yml
index b48f987..ad551a7 100644
--- a/docs/site.yml
+++ b/docs/site.yml
@@ -33,4 +33,4 @@ output:
 asciidoc:
   attributes:
     # Changes from here need to get ported to https://github.com/apache/camel-website/blob/master/site.yml
-    camel-quarkus-last-release: 0.4.0
+    camel-quarkus-last-release: 1.0.0-M1


[camel-quarkus] 02/02: Regen

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

acosentino pushed a commit to branch 1.0.0-M1-site
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 5b3f9328e479327b5f1dba5ccfebba4d2dae3adc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 8 10:47:44 2019 +0100

    Regen
---
 .../java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extensions/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java b/extensions/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java
index eb99554..15126c2 100644
--- a/extensions/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java
+++ b/extensions/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java
@@ -40,7 +40,6 @@ public class CamelRegistryTest {
             .setArchiveProducer(() -> ShrinkWrap.create(JavaArchive.class)
                     .addClasses(BeanProducer.class, MyRoute.class));
 
-
     @Inject
     Registry registry;