nielsbasjes commented on PR #2090: URL: https://github.com/apache/avro/pull/2090#issuecomment-1434475146
@martin-g Because we got rid of Guava an old synchronization problem was reintroduced. My (brute) fix was to simply copy the correct implementation from Spring and simply include it. Note that most classes are package private and only the Map implementation itself has been made public. I put all of the copied classes into a `springframework` package to indicate where it came from. -- 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]
