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-karaf.git
commit 2e26ad6edd17e77e4ee61d4ca035538b59ce4183 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jun 17 06:53:10 2022 +0200 CAMEL-18184: Deprecate the old junit 4.x --- components/camel-test-blueprint/pom.xml | 2 +- .../resources/META-INF/services/org/apache/camel/other.properties | 2 +- .../camel-test-blueprint/src/generated/resources/test-blueprint.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml index a0e6866f..2f010649 100644 --- a/components/camel-test-blueprint/pom.xml +++ b/components/camel-test-blueprint/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-test-blueprint</artifactId> <packaging>jar</packaging> - <name>Camel Karaf :: Test :: Blueprint</name> + <name>Camel Karaf :: Test :: Blueprint (deprecated)</name> <description>Camel unit testing with OSGi Blueprint</description> <properties> diff --git a/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties index ceeb05b2..f4e09342 100644 --- a/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties +++ b/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties @@ -3,5 +3,5 @@ name=test-blueprint groupId=org.apache.camel.karaf artifactId=camel-test-blueprint version=3.18.0-SNAPSHOT -projectName=Camel Karaf :: Test :: Blueprint +projectName=Camel Karaf :: Test :: Blueprint (deprecated) projectDescription=Camel unit testing with OSGi Blueprint diff --git a/components/camel-test-blueprint/src/generated/resources/test-blueprint.json b/components/camel-test-blueprint/src/generated/resources/test-blueprint.json index e9339a46..045f9106 100644 --- a/components/camel-test-blueprint/src/generated/resources/test-blueprint.json +++ b/components/camel-test-blueprint/src/generated/resources/test-blueprint.json @@ -4,7 +4,7 @@ "name": "test-blueprint", "title": "Test Blueprint", "description": "Camel unit testing with OSGi Blueprint", - "deprecated": false, + "deprecated": true, "firstVersion": "2.10.0", "label": "testing,java,osgi", "supportLevel": "Stable",