Dennis Mercuriali
Dennis Mercuriali
Please describe the issue you observed: HerdDB v0.22.0 NOT IN statements seems to throw an error when the subquery selects a column with the same name of a column from...
We encountered the below exception after upgrading our application from HerdDB 0.6.0 to 0.22.0, no queries were changed. Let me know if I can try something else or if you...
`ManagementStatusMXBeanTest.statusMBeanEnabled:154 expected: but was:` Here a client is stopped and then we check the ConnectedClients of the server. The assert fail because the server has yet to do the -1...
`ApparentlyStuckClientDueToServerSideErrorTest.test:78` The test expects a client to not receive an invalidation request, but sometimes the client connection to the cache-server is closed earlier and the test fails because the cache-entry...
As of now checkstyle validation raises 2.6K errors. We should provide a custom ruleset and/or fix the warnings
Hi, we are using `org.graalvm.js:js` and `org.graalvm.js:js-scriptengine` 23.0.4 and I was doing some tests on jdk22. The engine fails to initialize due to a removed method in java 22 `sun.misc.Unsafe.ensureClassInitialized`...