You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/18 07:53:53 UTC

[GitHub] [maven-indexer] cstamas commented on a change in pull request #180: [MINDEXER-143] Implement Search API and backends for it.

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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org