[
https://issues.apache.org/jira/browse/CAMEL-14876?focusedWorklogId=422082&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-422082
]
ASF GitHub Bot logged work on CAMEL-14876:
------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/20 14:56
Start Date: 14/Apr/20 14:56
Worklog Time Spent: 10m
Work Description: omarsmak commented on pull request #3738: CAMEL-14876:
Remove not needed component model wrapper to fix race condition in the
metadata.json
URL: https://github.com/apache/camel/pull/3738
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 422082)
Time Spent: 20m (was: 10m)
> 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)