carina icon indicating copy to clipboard operation
carina copied to clipboard

prohibit to call `getDriver()` as a static class member

Open vdelendik opened this issue 4 years ago • 1 comments

we should identify that CarinaListener is loaded or not and allow to use IDriverPool methods only after this. The most common problem is declaring driver = getDriver() as static class member which is executed on compilation phase when carina is not loaded yet. as result we ignore all kind of properties etc. let's find a way to raise explicit business exception in case of any attempt to reuse IDriverPool in such way

vdelendik avatar Dec 08 '21 20:12 vdelendik

too major update... moved to the next generation

vdelendik avatar Mar 08 '22 21:03 vdelendik