On Wed, 2017-04-19 at 13:03 -0700, Gary Gregory wrote: > Hi, > > On the Apache Commons dev ML, we are discussing which style of > concurrency > annotations to add for 3.7. > > HttpCore 4 used JCIP style annotations. In HttpCore, we have > @Contract and > ThreadingBehavior. Can someone explain why the switch was made? I'd > like to > present the HttpCore experience on the Commons ML. Unless someone > wants to > reply there directly. > > Thank you, > Gary >
Gary The original JCIP style annotations had to be removed due to ASLv2 incompatibility with the license of the original work. There is a corresponding Jira ticket in LEGAL. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
