cstamas commented on a change in pull request #180: URL: https://github.com/apache/maven-indexer/pull/180#discussion_r835747775
########## 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: Ironically, my initial implementation did use Moshi, but I disliked the fact it had quite a lot of non-trivial dependencies (okio, kotlin libs). gson is simpler IMHO. -- 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...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org