jdaugherty commented on PR #14895: URL: https://github.com/apache/grails-core/pull/14895#issuecomment-3062731561
@jprinet FYI: There's a known bug with the asset compiler (https://github.com/wondrify/asset-pipeline/issues/305) around concurrent modifications. @davydotcom I think is taking a look at this, but I don't think it will be any time soon. That's the reason we had to serialize on a common output if that task runs in parallel. This should explain the concurrent modification exceptions. Concerning the build info file, I only recently discovered that the metadata loading in grails is broken & discovered this file. We need to apply the same fix to it we did for other property files when the SOURCE_EPOCH_DATE variable is set. Instead of ignoring, I'd rather fix that (will do that today). -- 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]
