[
https://issues.apache.org/jira/browse/CAMEL-13395?focusedWorklogId=225000&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-225000
]
ASF GitHub Bot logged work on CAMEL-13395:
------------------------------------------
Author: ASF GitHub Bot
Created on: 09/Apr/19 13:48
Start Date: 09/Apr/19 13:48
Worklog Time Spent: 10m
Work Description: oscerd commented on pull request #2860: CAMEL-13395
Threadsafe camel-api-component-maven-plugin
URL: https://github.com/apache/camel/pull/2860
----------------------------------------------------------------
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: 225000)
Time Spent: 20m (was: 10m)
> Threadsafe camel-api-component-maven-plugin
> --------------------------------------------
>
> Key: CAMEL-13395
> URL: https://issues.apache.org/jira/browse/CAMEL-13395
> Project: Camel
> Issue Type: Improvement
> Components: tooling
> Reporter: Marc Carter
> Priority: Minor
> Fix For: 3.0.0, 3.0.0-M3
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In plugin {{camel-api-component-maven-plugin}}, {{ApiComponentGeneratorMojo}}
> claims it is threadsafe however its superclass is clearly using {{static}}
> fields (AbstractGeneratorMojo.java:59) and it fails very easily on multi-core
> boxes
> The following fails consistently on a multi-core host:
> {code:bash}
> # Run once to complete all compilations
> ./mvnw install -Pfastinstall -pl
> :camel-google-calendar,:camel-box,:camel-braintree,:camel-api-component-maven-plugin
> # Run again but using threads, this largely guarantees the plugin is run
> concurrently
> ./mvnw -TC1 install -Pfastinstall -pl
> :camel-google-calendar,:camel-box,:camel-braintree,:camel-api-component-maven-plugin
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)