Kuba
Kuba
Yes, please. Some kind of graceful handling of temporary redis downtime would be appreciated(maybe fallback to some other session management implementation?) . When redis goes down or connectivity with it...
I know about the default one but I want it to be `approved` and` Approved` and `APPROVED`. Any possibility to do it without `OR`s in the regexp?
I'm not sure if it's the right place to ask but I'm having problem detecting when I should reload my nginx... I'm running dehydrated with daily cron and using the...
seems like problem goes away when switching to java11 **amd64** e.g. (11.0.2-openjdk)
any suggestion how could I verify that at runtime? Gradle dependency check claims its `5.8.0`
sorry, the notification got lost somehow, we worked around the issue by forcing JNA to later version with: ```gradle ... implementation 'net.java.dev.jna:jna' constraints { implementation('net.java.dev.jna:jna:5.12.1') { because '5.8 and 5.11...
After the upgrade from `3.3.15` to `3.3.17` we encountered a problem with startup of our app in tomcat8. I see that `snakeyaml-2.2.jar` is properly bundled with the `war`, still this...