rmuir opened a new pull request #491: URL: https://github.com/apache/lucene/pull/491
The idea here is to do an 80/20 pass on MIGRATE.md to make it more readable, searchable, less ambiguous. * Separate sections for 9.0 and 9.1 * Remove abbreviations for artifact, package, class names etc. e.g. `lucene-core` instead of `core` and `org.apache.lucene.analysis` instead of `o.a.l.a`. * Specify "java" for text blocks to get syntax highlighting * When provided, consistently put JIRA issue in the same place * Fixed-width font for classes/reserved words (e.g. false, true, long, makes for less ambiguous reading) * More use of tables vs lists when there is mapping of old -> new names (packages, classes, etc) * Use consistent notation for method calls (Class.method() vs Class.method vs Class#method etc) -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org