You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/20 09:11:27 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #932: mongo-gridfs should reuse the Quarkus Mongo extension

ppalaga opened a new issue #932: mongo-gridfs should reuse the Quarkus Mongo extension
URL: https://github.com/apache/camel-quarkus/issues/932
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] ppalaga commented on issue #932: mongo-gridfs should reuse the Quarkus Mongo extension

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #932: mongo-gridfs should reuse the Quarkus Mongo extension
URL: https://github.com/apache/camel-quarkus/issues/932#issuecomment-601600126
 
 
   @jamesnetherton actually, I have checked whether there is some overlap in deps with the Quarkus extensions, but there were none. I may recheck. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] jamesnetherton commented on issue #932: mongo-gridfs should reuse the Quarkus Mongo extension

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #932: mongo-gridfs should reuse the Quarkus Mongo extension
URL: https://github.com/apache/camel-quarkus/issues/932#issuecomment-601601657
 
 
   Although I suggested this, it might not actually be possible (or easy) at the moment, as IIRC, mogo-gridfs still uses the old deprecated Mongo client API. So we'd possibly need to do some hackery like [this](https://github.com/apache/camel-quarkus/blob/1.0.0-M1/extensions/mongodb/runtime/src/main/java/org/apache/camel/quarkus/component/mongodb/CamelMongoClient.java) to make it work. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services