Hi Marcel, thank you for your reply. Regarding MongoDB, it looks like we are covered. I need to make some changes in my source code regarding the tika and tika-parsers version. And I got some warnings in the server log like
WFLYSRV0003: Could not index class com/google/common/io/Closer.class WFLYSRV0003: Could not index class com/google/common/util/concurrent/AbstractListeningExecutorService.class WFLYSRV0003: Could not index class org/apache/jackrabbit/guava/common/io/Closer.class But besides that, it seems it will work :) I will let you all know if something comes up. Best Regards. Jorge El lun, 22 may 2023 a las 3:26, Marcel Reutegger (<[email protected]>) escribió: > Hi Jorge, > > On 16.05.23, 20:37, "Jorge Flórez" <[email protected]> wrote: > > we are planning to update our oak dependencies, from 1.12.0 to 1.50.0 > > (or maybe 1.52.0). We are aware that we need to use Java 11 (already > > using it) and update our Mongo servers. It seems it will be to version 6 > > (not my decision). If I have existing repositories created and filled > > using 1.12.0, should I do something additional to make them work with > > the latest version of Oak? > > From a DocumentNodeStore perspective, I'm not aware of anything you need > to do for the update. The MongoDB Java driver is compatible with MongoDB > 6.0, but please note, our automated tests currently do not exercise this > combination. I suggest you properly test and report back if you identify > any issues on MongoDB 6.0. > > Regards > Marcel >
