Andrzej Wójcik (Tigase) opened 3 years ago
|
|||||||
@andrzej.wojcik what's the estimate time of the adjustments? Would those be backward-compabitle? |
|||||||
I do not have the estimates as I do not actively track changes in MongoDB. Looking at https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/ the support could/should be backward compatible. |
|||||||
I've updated MongoDB driver but it requires add |
|||||||
There was a bug in @wojtek Any idea why this could happen? |
|||||||
After some digging in:
Currently mongodb library uses additional dependencies and those transitive dependencies have to be included in Adding those should fix the issue. |
|||||||
wojciech.kapcia@tigase.net batch edited 6 months ago
|
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.4.0
|
-
tigase-server-8.4.0 Closed
We are currently using MongoDB driver 3.5.0 which is compatible with MongoDB up to version 3.4. MongoDB has released already a few minor point versions since 3.4 and a few major versions - the current version is 5.0 (after 3.6, 4.0, 4.2 and 4.4). We should update MongoDB driver and adjust used API to new version to support newer MongoDB versions.