Piotr Joński
Piotr Joński
Hi @frecco75! Thank you! Yes, you are already a Collaborator! 🚀 PRs I can do on my own. The most important is CI/CD and sonar, it will aready keep good...
Thank you for checking this @MalloD12 ! We are using our custom PG lock service, heavily based on https://github.com/stanio/liquibase-sessionlock
Thanks for reporting. @36893488147419103231 would you like to fix this bug?
Yes of course, that would be nice. I was thinking about passing method reference as parameter that would create object. But we can tell pojo-tester to use lombok builder so...
@niravmsh please check https://github.com/sta-szek/pojo-tester/pull/222 if this satisfies issue reported by you. Thanks.
Problem is with `BestConstructorInstantiator.instantiate()` method which tries to instantiate object with not null constructor parameters after `AbstractMultiConstructorInstantiator.instantiateUsingUserParameters()` returns null... One of possible solutions for this problem is to create objects...
I was trying to minimize dependencies in pojo-tester but now, as you suggested, it could be better to use `Objenesis`. Then classes within `pl.pojo.tester.internal.instantiator` package could be removed, which will...
@adamsiemion thanks for investigating, but I prefer not to use EqualsVerifier in pojo tester as a dependency. All we have to do is to generate more different objects as I...
Hi, there is no feature like this, can you provide any showcase?
Ok, I see. This might be good feature for old projects (where you use `m_` as suffix). Whould you like to try implement this?