Adam Retter

Results 573 comments of Adam Retter

@vishaltk Were you able to fix that?

@orarch Will your Env implementation need native code?

@ajkr The Continuous Benchmarking has now been re-enabled after we just migrated it from CircleCI to GitHub Actions. Could you take a look at provide us with any updates/feedback please...

Thanks @rhubner, it looks like this try/catch approach in the C++ code was originally pioneered by @alanpaxton (see 5a063ec). @alanpaxton Would you be able to take a look at this...

@trazfr from your report and attached images I can't seem to ascertain the numbers for the performance difference. Would you be able to tell me a bit more in detail...

The most important thing is that this is executed in CI, as we can then see if a PR introduces a dependency that has a security risk before we decide...

It looks like this effects the `WebDAV`, `XML-RPC` and `XML:DB` API's. It seems that `UserLocks` are only checked in `NativeBroker#moveResource` and not `NativeBroker#moveCollection`. `moveResource` looks has these lines: ``` java...

@dizzzz Yeah to solve we have to either introduce a lock table or recursively search the sub-collection hierarchy for locked documents at Collection move time.