Re: Next Supported MongoDB version

2023-09-25 Thread Jesse
Any guidance on the next targeted version of MongoDB? On Thu, Aug 3, 2023 at 3:50 PM Jesse wrote: > The documentation specifies that 4.4.x is the preferred version for > JCR-OAK 1.40.0 or newer ( > https://jackrabbit.apache.org/oak/docs/nodestore/document/mongo-document-s

Next Supported MongoDB version

2023-08-03 Thread Jesse
The documentation specifies that 4.4.x is the preferred version for JCR-OAK 1.40.0 or newer ( https://jackrabbit.apache.org/oak/docs/nodestore/document/mongo-document-store.html ). The 4.4 line is EOL in February 2024. Which version is planned to be preferred next? Thanks, Jesse

Re: Update to JCR OAK 1.46 causes guava issues.

2023-01-19 Thread Jesse
ly, and it is indeed needed at runtime? I ran "mvn dependency:tree" and don't see Guava listed anywhere. Thanks, Jesse On Thu, Jan 19, 2023 at 1:27 PM Julian Reschke wrote: > On 19.01.2023 17:09, Jesse wrote: > > After updating the pom.xml for my application from JCR-OAK 1.44

Update to JCR OAK 1.46 causes guava issues.

2023-01-19 Thread Jesse
After updating the pom.xml for my application from JCR-OAK 1.44.0 to 1.46.0, my application failed to compile due to the Guava library not being found. I also see from the 1.46 changelog: [OAK-9994] - avoid leaking out transitive dependencies to Guava I assumed the dependency was no longer

Re: JCR-OAK supporting software versions

2022-09-19 Thread Jesse
@mreut...@apache.org - Marcel, can you provide any input? Thanks, Jesse On Thu, Sep 8, 2022 at 6:33 AM Julian Reschke wrote: > Am 07.09.2022 um 15:25 schrieb Jesse: > > Hello, I am updating POM dependencies for JCR-OAK and was unsure about > > dependencies. > > > &g

JCR-OAK supporting software versions

2022-09-07 Thread Jesse
-1.44 / MongoDB 4.4 / Mongo-java-driver 3.12 is the correct combination? Thanks, Jesse

Re: Encrypt Mongo URI password in Jackrabbit Oak

2020-01-08 Thread Jesse .
Do you currently use spring in your application? We use Jasypt and Jasypt-Spring to encrypt our properties files. On Wed, Jan 8, 2020 at 8:41 AM Rahul Raj wrote: > Hi, > > Our application runs uses jackrabbit oak deployed on Apache Karaf. > DocumentNodeStoreService is configured using a cfg

Re: [ANNOUNCE] Apache Jackrabbit Oak 1.14.0 released

2019-06-11 Thread Jesse .
documentation). It seems that the X version is now moving quite a bit - 1.10, 1.12 and 1.14 have been released in fairly rapid succession and I am wondering if there are major feature additions or upgrade concerns in these? Thanks, Jesse On Tue, Jun 11, 2019 at 6:55 AM Davide Giannella wrote

Re: Graceful recovery from LeaseExpired when usign JCR-OAK and Spring based configuration.

2019-01-29 Thread Jesse .
practices? Thanks, Jesse On Tue, Jan 29, 2019 at 4:36 AM Stefan Egli wrote: > Hi, > > Indeed the current behaviour is as you describe: a lease failure will > require a restart of oak (and thus of the VM it runs in). This is due to > a combination of facts: (a) when an instance

Graceful recovery from LeaseExpired when usign JCR-OAK and Spring based configuration.

2019-01-28 Thread Jesse .
Hello, I currently am using JCR-OAK 1.8.11 running with Spring 4.2 and Tomcat 7. I am using Spring based configuration where the DocumentNodeStore (Mongo) and Repository are both Spring Beans. This has worked well with the exception of an how the application reacts when a the connection to the