You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/10/15 07:36:18 UTC

[camel-k-runtime] branch master updated (3b75494 -> c7721e1)

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

nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


    from 3b75494  chore: fix CS
     new d0244a8   Remove legacy artifacts #155
     new a247fc8  Remove artifact version from catalog #156
     new c7721e1  Merge pull request #157 from lburgazzoli/repo-cleanup

The 385 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:
 camel-k-runtime-bom/pom.xml                        | 22 --------
 .../camel-k-runtime-groovy/pom.xml                 | 37 -------------
 .../java/org/apache/camel/k/groovy/Runtime.java    | 20 -------
 camel-k-runtime-legacy/camel-k-runtime-jvm/pom.xml | 49 -----------------
 .../java/org/apache/camel/k/jvm/Application.java   | 30 -----------
 .../camel-k-runtime-kotlin/pom.xml                 | 37 -------------
 .../java/org/apache/camel/k/kotlin/Runtime.java    | 20 -------
 .../camel-k-runtime-yaml/pom.xml                   | 37 -------------
 .../main/java/org/apache/camel/k/yaml/Runtime.java | 20 -------
 camel-k-runtime-legacy/pom.xml                     | 38 --------------
 pom.xml                                            | 24 ---------
 .../maven/processors/CatalogProcessor3x.java       | 61 ----------------------
 .../maven/processors/CatalogProcessor3Test.java    | 24 +++------
 13 files changed, 8 insertions(+), 411 deletions(-)
 delete mode 100644 camel-k-runtime-legacy/camel-k-runtime-groovy/pom.xml
 delete mode 100644 camel-k-runtime-legacy/camel-k-runtime-groovy/src/main/java/org/apache/camel/k/groovy/Runtime.java
 delete mode 100644 camel-k-runtime-legacy/camel-k-runtime-jvm/pom.xml
 delete mode 100644 camel-k-runtime-legacy/camel-k-runtime-jvm/src/main/java/org/apache/camel/k/jvm/Application.java
 delete mode 100644 camel-k-runtime-legacy/camel-k-runtime-kotlin/pom.xml
 delete mode 100644 camel-k-runtime-legacy/camel-k-runtime-kotlin/src/main/java/org/apache/camel/k/kotlin/Runtime.java
 delete mode 100644 camel-k-runtime-legacy/camel-k-runtime-yaml/pom.xml
 delete mode 100644 camel-k-runtime-legacy/camel-k-runtime-yaml/src/main/java/org/apache/camel/k/yaml/Runtime.java
 delete mode 100644 camel-k-runtime-legacy/pom.xml