Maximilian Berghoff

Results 198 comments of Maximilian Berghoff

Would it be a solution to completly replace the XmlDeserializer with a new one. (for your handlers/listeners), if i try to keep the interface equal?

Hi, i thought i can create my dom visitor faster. All simple visitor methods are done are tested and work fine. But I have got problems with the setting of...

Or could those things only be done by adding a strategy?

Now i know what you ment with your concern about changing handlers and so on. Now i understand it better :-) But i managed following things: -> refactoring of the...

I will go with dev-kit over master first and sonata played some class/interface bingo on sonata-core v3.13 while deprecating them. So i think we should go on v4.0 to have...

So when the tests are green, i would say that's it! I testet that changes in my library an now it works, I would be so happy if somebody would...

Ping @dbu time to review or merge?

@dbu you mean a duplicate document would occur, when somebody creates a proxy by `$dm->getReference(..., uuid);` and will try to fetch a document later by `$dm->find(..., $id)`, or in the...

You mean trying to resolve a proxy on both ways in the same UoW shouldn't be allowed? Ok that makes sense to and is an other reason for proxyMap. Question...

Will try it that evening.