Mauro Molinari
Mauro Molinari
I perfectly agree with UPDATE2 from @brettwooldridge , that I fully understand only now that I have concluded my own analysis at https://github.com/brettwooldridge/HikariCP/issues/1403#issuecomment-967046208. I think this is causing a lot...
I'm experiencing this exact problem, with HikariCP 3.4.5 and MariaDB Java Client 2.7.4. I don't know whether it's a MariaDB Java Client bug or a HikariCP one, some input from...
I had a look at `com.zaxxer.hikari.pool.HikariPool.getConnection(long)`. It seems like it throws the `lastConnectionFailure` set by `isConnectionAlive` if: 1. `isConnectionAlive` returns `false` (and this is the case when `setNetworkTimeout` throws an...
I also believe that if `-removeidentinode false` were more efficient to avoid multiple hashing, perhaps `-removeidentinode true` would become useless. Then, `-removeidentinode false` could become the default, which would cause...
Hi, thanks for your feedback! The Ant task or xjc command line tool work perfectly on this use case. Actually, I don't think it's a so uncommon scenario in real-world...
You can still use the Ant task, as I'm doing. Something like this: ``` groovy configurations { xjc } dependencies { xjc 'org.glassfish.jaxb:jaxb-xjc:2.2.11' xjc 'org.glassfish.jaxb:jaxb-runtime:2.2.11' } ext.generatedOutputDir = 'src/generated/java' task...
As a more elegant alternative to the additional command line argument, you may try to use the `catalog` attribute of the xjc Ant task or the `xmlcatalog` nested element, something...
I just ran into this problem (I have been using Vorta and borg for less than a month). If I understand it correctly, recomputing sizes for all archives would be...
Today I made some tests for this. Running "borg info -P " to see the updated sizes takes ~3 seconds for each archive (and I don't have a very performant...
I don't know whether this is related or not: if not, please advise, I can open a new bug report. I see now that there's a repository-wide size indication in...