[camel] branch main updated: Remove camel-uberjar-main as its no longer needed.

2022-06-15 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new 70b0c7ff88e Remove camel-uberjar-main as its no longer needed.
70b0c7ff88e is described below

commit 70b0c7ff88e14997030e6e03913a2198b33b9d3b
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:46:23 2022 +0200

Remove camel-uberjar-main as its no longer needed.
---
 .../camel-jbang-core/src/main/resources/templates/manifest.tmpl| 7 ---
 1 file changed, 7 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/manifest.tmpl 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/manifest.tmpl
deleted file mode 100644
index 94ea21eb9cb..000
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/manifest.tmpl
+++ /dev/null
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Implementation-Title: Camel :: Camel Uber-JAR Runner
-Implementation-Vendor: The Apache Software Foundation
-Implementation-Version: {{ .Version }}
-Main-Class: com.needhamsoftware.unojar.Boot
-One-Jar-Main-Class: org.apache.camel.main.uberjar.UberJarMain
-Uno-Jar-Main-Class: org.apache.camel.main.uberjar.UberJarMain
\ No newline at end of file



[camel] branch main updated: Remove camel-uberjar-main as its no longer needed.

2022-06-15 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new cbfc5655dcb Remove camel-uberjar-main as its no longer needed.
cbfc5655dcb is described below

commit cbfc5655dcb7c8b0fde146910d07540fff257844
Author: Claus Ibsen 
AuthorDate: Wed Jun 15 21:44:14 2022 +0200

Remove camel-uberjar-main as its no longer needed.
---
 bom/camel-bom/pom.xml  |   5 -
 .../org/apache/camel/catalog/others.properties |   1 -
 .../apache/camel/catalog/others/uberjar-main.json  |  15 ---
 docs/components/modules/others/nav.adoc|   1 -
 dsl/camel-uberjar-main/pom.xml |  83 
 .../services/org/apache/camel/other.properties |   7 -
 .../src/generated/resources/uberjar-main.json  |  15 ---
 .../src/main/docs/uberjar-main.adoc|  13 --
 .../org/apache/camel/main/uberjar/RuntimeUtil.java |  64 -
 .../org/apache/camel/main/uberjar/UberJarMain.java | 146 -
 dsl/pom.xml|   1 -
 parent/pom.xml |   5 -
 12 files changed, 356 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 33f51b48f56..1935e31f6bf 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -2048,11 +2048,6 @@
 camel-twitter
 ${project.version}
   
-  
-org.apache.camel
-camel-uberjar-main
-${project.version}
-  
   
 org.apache.camel
 camel-undertow
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index f6df51c849f..6f96ca78b03 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -56,7 +56,6 @@ test-spring
 test-spring-junit5
 threadpoolfactory-vertx
 tracing
-uberjar-main
 undertow-spring-security
 xml-io-dsl
 xml-jaxb-dsl
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/uberjar-main.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/uberjar-main.json
deleted file mode 100644
index ecf54c05101..000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/uberjar-main.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "other": {
-"kind": "other",
-"name": "uberjar-main",
-"title": "Uberjar Main",
-"description": "Main to run Camel as Uber-Jar standalone",
-"deprecated": false,
-"firstVersion": "3.17.0",
-"label": "jbang",
-"supportLevel": "Experimental",
-"groupId": "org.apache.camel",
-"artifactId": "camel-uberjar-main",
-"version": "3.18.0-SNAPSHOT"
-  }
-}
diff --git a/docs/components/modules/others/nav.adoc 
b/docs/components/modules/others/nav.adoc
index e17893afe54..a08b9c66c90 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -21,7 +21,6 @@
 *** xref:java-xml-jaxb-dsl.adoc[Jaxb XML Dsl]
 *** xref:kamelet-main.adoc[Kamelet Main]
 *** xref:kotlin-dsl.adoc[Kotlin DSL]
-*** xref:uberjar-main.adoc[Uberjar Main]
 *** xref:java-xml-io-dsl.adoc[XML Io Dsl]
 *** xref:yaml-dsl.adoc[YAML DSL]
 ** xref:elytron.adoc[Elytron]
diff --git a/dsl/camel-uberjar-main/pom.xml b/dsl/camel-uberjar-main/pom.xml
deleted file mode 100644
index e1d95288c2c..000
--- a/dsl/camel-uberjar-main/pom.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-4.0.0
-
-
-org.apache.camel
-dsl
-3.18.0-SNAPSHOT
-
-
-camel-uberjar-main
-jar
-
-Camel :: Uber-JAR Main
-Main to run Camel as Uber-Jar standalone
-
-
-3.17.0
-Experimental
-jbang
-
-
-
-
-org.apache.camel
-camel-kamelet-main
-
-
-org.apache.logging.log4j
-log4j-core
-
-
-
-
-
-
-
-org.apache.maven.plugins
-maven-jar-plugin
-
-
-
-
org.apache.camel.main.uberjar.UberJarMain
-
-
-
-
-
-
-org.apache.camel
-camel-package-maven-plugin
-
-
-generate
-
-