This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 8633ef8 Merge pull request #2743 from apache/CAMEL-13153
new db4956b Move camel-util-json to tooling/ as it is required by the
package-maven-plugin
new 1f86fbc Generate legal files for core/* modules
new 8bbe20b Remove duplicate test compilation for camel-core
new 19fb724 Clean up core poms and simplify OSGi metadata
new 4526416 [CAMEL-13002] Fix activemq feature causing stack overflow
exception when resolving
The 35274 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:
core/camel-api/pom.xml | 60 ------
core/camel-base/pom.xml | 58 +-----
core/camel-core/pom.xml | 59 +-----
core/camel-management-api/pom.xml | 15 --
core/camel-management-impl/pom.xml | 18 --
core/camel-support/pom.xml | 30 +--
.../src/main/resources/META-INF/LICENSE.txt | 203 ---------------------
core/camel-util/pom.xml | 25 ---
core/pom.xml | 50 ++++-
parent/pom.xml | 23 ++-
.../karaf/features/src/main/resources/features.xml | 16 +-
{core => tooling}/camel-util-json/pom.xml | 9 +-
.../camel/util/json/DeserializationException.java | 0
.../java/org/apache/camel/util/json/JsonArray.java | 0
.../org/apache/camel/util/json/JsonObject.java | 0
.../java/org/apache/camel/util/json/Jsonable.java | 0
.../java/org/apache/camel/util/json/Jsoner.java | 0
.../java/org/apache/camel/util/json/Yylex.java | 0
.../java/org/apache/camel/util/json/Yytoken.java | 0
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
.../camel/util/json/JsonSimpleOrderedTest.java | 0
.../camel-util-json/src/test/resources/bean.json | 0
.../camel/maven/packaging/PackageJaxbMojo.java | 5 +-
tooling/pom.xml | 1 +
25 files changed, 103 insertions(+), 469 deletions(-)
delete mode 100644 core/camel-util-json/src/main/resources/META-INF/LICENSE.txt
rename {core => tooling}/camel-util-json/pom.xml (90%)
rename {core =>
tooling}/camel-util-json/src/main/java/org/apache/camel/util/json/DeserializationException.java
(100%)
rename {core =>
tooling}/camel-util-json/src/main/java/org/apache/camel/util/json/JsonArray.java
(100%)
rename {core =>
tooling}/camel-util-json/src/main/java/org/apache/camel/util/json/JsonObject.java
(100%)
rename {core =>
tooling}/camel-util-json/src/main/java/org/apache/camel/util/json/Jsonable.java
(100%)
rename {core =>
tooling}/camel-util-json/src/main/java/org/apache/camel/util/json/Jsoner.java
(100%)
rename {core =>
tooling}/camel-util-json/src/main/java/org/apache/camel/util/json/Yylex.java
(100%)
rename {core =>
tooling}/camel-util-json/src/main/java/org/apache/camel/util/json/Yytoken.java
(100%)
copy tooling/{maven/camel-package-maven-plugin =>
camel-util-json}/src/main/resources/META-INF/LICENSE.txt (100%)
rename {core =>
tooling}/camel-util-json/src/main/resources/META-INF/NOTICE.txt (100%)
rename {core =>
tooling}/camel-util-json/src/test/java/org/apache/camel/util/json/JsonSimpleOrderedTest.java
(100%)
rename {core => tooling}/camel-util-json/src/test/resources/bean.json (100%)