Loic Oudot
Loic Oudot
Hi, this is a regression. With liquibase 3.8.9 we can do multithread database creation. With liquibase 4.9.1 we encoutered regulary the same error. We really appreciate an multithread safe liquibase.
Thank’s for the analysis. I confirm that the error we get in our case is the same. The singleton is not thread safe. > Le 8 sept. 2022 à 07:50,...
100% agree : by default the proxy should act like a pass-through regarding the response body: it should not try to compress or uncompress it, but just transmit it unaltered.
@asolntsev With the help of #3240 i've added this line of code `Scope.setScopeManager(new ThreadLocalScopeManager());` in my project and Liquibase 4.20 is Threadsafe again ! Thank you for that. From my...