Slawomir Dymitrow
Slawomir Dymitrow
+1, this addon doesn't work with 7.2.0 either...
The use case would be to be able to run the same code for different clients. The configuration (like for example DB urls) and the modules/bundles enabled could be different...
Xdebug was failing the script with this 'possible infinite loop' message after 256 cycles :) It is quite well possible that the crux of the issues is because there are...
Thanks for reporting this, I'll take a look in the coming days and come up with a fix.
Hi Lukas! Thanks for noticing this, you are absolutely correct. I will update the benchmarks and post the new results.
Hi and thank you for talking the interest in the project :) I'd very much welcome a PR for MyBatis implementation. As for modularization, I think it's a very good...
Can I get some feedback on this? Is this a bug or rather a missing feature? To me it looks more like a bug (or at least a big inconsistency),...
I think, that the invalid reference should stay intact, but ODM should simply return null. (So basically the way it's handled in 1.0.1). If something is being deleted without proper...
Yes, I'm using ODM 1.0.1 and if I remove a node, which is referenced by another node, ODM (or Jackalope - I'm not sure on what level it's being done)...
OK so I think I've found a semi-workaround for the issue 1. I have multiple firewalls, so I've aliased one of them: ``` security.authentication.manager: alias: 'security.authenticator.manager.api' ``` The contract of...