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 13:44:12 UTC

[camel-k-runtime] branch master updated (e627ec2 -> 7d96c33)

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-k-runtime.git.


    from e627ec2  chore: Fix JavaDoc generation on JDK 11
     new c7becff  Update to Camel 3.0.0 and Camel-Quarkus 1.0.0-M1
     new a7749d1  Fix CS
     new 7d96c33  Merge pull request #206 from lburgazzoli/camel-quakrus-1.0.0-M1

The 470 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/k/loader/xml/XmlSourceLoader.java     |  1 +
 .../camel/k/core/quarkus/deployment/Application.java       |  1 +
 .../k/quarkus/knative/deployment/DeploymentProcessor.java  |  2 +-
 .../camel/k/loader/js/quarkus/deployment/Application.java  |  1 +
 .../k/loader/js/quarkus/deployment/ExtensionTest.java      |  3 ++-
 .../camel/k/loader/xml/quarkus/deployment/Application.java |  1 +
 .../k/loader/xml/quarkus/deployment/ExtensionTest.java     |  3 ++-
 .../k/loader/yaml/quarkus/deployment/Application.java      |  1 +
 .../k/loader/yaml/quarkus/deployment/ExtensionTest.java    |  3 ++-
 .../org/apache/camel/k/support/RuntimeSupportTest.java     |  2 +-
 .../java/org/apache/camel/k/health/HealthEndpoint.java     |  1 +
 .../org/apache/camel/k/servlet/ServletRegistration.java    |  1 +
 pom.xml                                                    | 14 +++++++-------
 .../org/apache/camel/k/tooling/apt/CamelProcessor.java     |  1 +
 .../apache/camel/k/tooling/maven/GenerateCatalogMojo.java  |  1 -
 .../k/tooling/maven/GenerateYamlLoaderSupportClasses.java  |  1 +
 .../k/tooling/maven/GenerateYamlParserSupportClasses.java  |  1 +
 17 files changed, 25 insertions(+), 13 deletions(-)