You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/14 06:01:23 UTC

[GitHub] chetanmeh opened a new pull request #3283: Add implicit ClassTag for entity type

chetanmeh opened a new pull request #3283: Add implicit ClassTag for entity type
URL: https://github.com/apache/incubator-openwhisk/pull/3283
 
 
   For implementing custom `ArtifactStore` and computing views on client side for databases other than CouchDB the `ArtifactStore` would need access to the entity type. 
   
   The logic in custom ArtifactStoreProvider would be similar to one present [here][1] just that this PR uses `ClassTag` instead of `Manifest` as [Manifest are now deprecated post Scala 2.10][2]
   
   To enable that `ArtifactStoreProvider` should have an implicit parameter for `ClassTag`
   
   [1]: https://github.com/apache/incubator-openwhisk/commit/9be13e2c6d581f42b60351f05a11e4aa71ca31d9#diff-9399daa47aa3257bb6bcb49425f4389dR110
   [2]: https://docs.scala-lang.org/overviews/reflection/typetags-manifests.html#typetags-and-manifests

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services