ppalaga commented on PR #19110:
URL: https://github.com/apache/camel/pull/19110#issuecomment-3291318589

   If the code in `RestOpenApiSupport#getJsonFromOpenAPIAsString` can be called 
concurrently (I am not sure you are confirming that's the case), then no, it 
would not be the case that issue #7717 is re-introduced again. That would be a 
different issue, caused by some racing internals of `SimpleDateFormat`. That 
issue was neither introduced nor worsened by the current PR. 
   So if somebody confirms that `RestOpenApiSupport#getJsonFromOpenAPIAsString` 
can really be called concurrently, than 
`RestOpenApiSupport.DEFAULT_DATE_FORMAT` has to be transformed to a thread 
local or inlined into `getJsonFromOpenAPIAsString()`.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to