On 7/6/2015 5:35 PM, Konstantin Gribov wrote: > Yes, version-agnostic URL is much better. I haven't found it since > I've found only direct links to solr javadoc for earlier versions. I > will update it now.
The API for 5.2.0 should be identical to 5.2.1. We try extremely hard to NOT change the API on a bugfix release, so that users can upgrade and get critical fixes without changing their code or their configs. The only time I think a version number should be used in a javadoc URL is if the surrounding text is pointing something out that is version-specific. One of the tasks I've read about at release time is to adjust all public-facing generic URLs to point to the newly released version. I don't know if it's normal to skip this for a bugfix release or not ... because API breaks are pretty much never done on a bugfix release, it probably isn't critical to update the javadoc redirect. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
