expe-elenigen
expe-elenigen
Reducing the `maxLifetime` to 10 min or less works for me.
I feel the in-memory solution is very good and the design should be extended in that case, because if you want to simulate a DB, then it would make sense...
I tried all the older versions down to 5.0.0 and I also tried to upgrade to Java 21 and it's always the same issue. As reference, I'm using Maven 3.9.3.
After trying a lot of configurations, I finally found the root cause, I was using the tag: ```xml true ``` which means the tag was missing a `s` at the...
What do you mean by "comes from the configuration of the maven properties? This configuration is in this heriarchy: ```xml com.github.aoudiamoncef apollo-client-maven-plugin ${apollo-client-maven-plugin.version} true ``` I also noticed, even if...