uschindler commented on PR #868: URL: https://github.com/apache/lucene/pull/868#issuecomment-1119321941
I did some more changes to the inconsistent API. We cannot support all "old" usage. If somebody calls the deprecated TokenInfoDictionary ctor with a null path, heshe gets a message to use default ctor instead. We can't support this usage anymore. It was especially not consistent, so some ctors of dict classes broke by this others worked. I will later add a MIGRATE.txt as asked by @msokolov and will add detailed changes. I hope this now fits the historic usage. Thanks, The Backwards Compatibility Policeman -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
