Tiramisu Mokka

Results 217 comments of Tiramisu Mokka

Yes, in general, we should switch to Caffeine. What ever we do it iterative or in a single step can be discussed.

One of the projects have a nice road map for migration https://github.com/bitcoinj/bitcoinj/issues/2254 Funny enough, they have used my notes. The word is small 😎

It is in the `Incompatibility changes` section of 8.1 release. https://www.dcache.org/old/downloads/1.9/release-notes-8.1.shtml

Hi, dCache relays on the db integrity to keep the namespace in a consistent state. Unfortunately, some application level errors are logged by postgres as fatal db errors. The log...

The issues is that in a concurrent environment as soon as you have checked, the result is not valid anymore, as a different request might delete/create such file. ```mermaid sequenceDiagram...

Hi Chris, we are happy to add such a dependency to the package. Can you test it?

Reproducer unit test: ```java @Test public void testNullPrinsipals() { var failedLogins = new RecordFailedLogins(); var loginResult = new LoginResult(); failedLogins.accept(loginResult); } ```

I did. The question is why we get an empty Result? gPlazma with an empty config?

if you use maven, then workaround is: ``` org.apache.maven.plugins maven-surefire-plugin --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED ```

Hi @remyd1, looks like you need an older version (v2.2.0 or v2.3.0) of termui. I will update README with instruction how to get it (alternatively, code have to be ported...