[
https://issues.apache.org/jira/browse/CAMEL-14876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Omar Al-Safi closed CAMEL-14876.
--------------------------------
Resolution: Fixed
The original issue is, I added a component model wrapper when writing to json
but forgot to remove it since changed it to use JsonMapper, removed it now and
shall fix the annoying race condition in the metadata.json
> componentdsl - metadata.json generated unordered
> ------------------------------------------------
>
> Key: CAMEL-14876
> URL: https://issues.apache.org/jira/browse/CAMEL-14876
> Project: Camel
> Issue Type: Improvement
> Components: build system
> Reporter: Claus Ibsen
> Assignee: Omar Al-Safi
> Priority: Major
> Fix For: 3.3.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The metadata.json file keeps being regenerared in unordered.
> --- a/core/camel-componentdsl/src/generated/resources/metadata.json
> +++ b/core/camel-componentdsl/src/generated/resources/metadata.json
> @@ -5008,6 +5008,7 @@
> "lenientProperties": false,
> "javaType": "org.apache.camel.component.mongodb.MongoDbComponent",
> "firstVersion": "2.19.0",
> + "supportLevel": "Stable",
> "groupId": "org.apache.camel",
> "artifactId": "camel-mongodb",
> "version": "3.3.0-SNAPSHOT"
> @@ -7598,7 +7599,6 @@
> "lenientProperties": false,
> "javaType": "org.apache.camel.component.zookeeper.ZooKeeperComponent",
> "firstVersion": "2.9.0",
> - "supportLevel": "Stable",
> "groupId": "org.apache.camel",
> "artifactId": "camel-zookeeper",
> "version": "3.3.0-SNAPSHOT"
> (END)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)