cstamas commented on a change in pull request #180: URL: https://github.com/apache/maven-indexer/pull/180#discussion_r809750277
########## File path: search-backend-smo/README.md ########## @@ -0,0 +1,13 @@ +Indexer Search SMO Backend +========================== + +Search API SMO (https://search.maven.org/) backend implementation. + +By default uses GSON only, so is Java8, Android and GraalVM (untested) friendly. Review comment: This is wrong, as IMHO * GSON is quite lively project * best fitted to this use case (no OM needed, just picking string/number fields from response JSON) -- ideally would use `org.json` but license disallows it -- 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]
