nfsantos opened a new pull request, #1151:
URL: https://github.com/apache/jackrabbit-oak/pull/1151

   Refactor Indexing logic to take only a MongoDatabase instance instead of a 
MongoConnection, which is a more complex object with more fields other than the 
MongoDatabase.
   
   The pipeline indexing strategy needs to have access to a MongoDatabase 
object to register a custom codec to deserialize the responses from Mongo. 
Previously we were passing a MongoConnection object which contained a reference 
to MongoDatabase. But the indexing job does not need any other fields from 
MongoConnection other than MongoDatabase. But requiring MongoConnection makes 
it harder for users of Oak to call this API.


-- 
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]

Reply via email to