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...
Please try setting this in the application.groovy (yml) (apart adding the dependency already mentioned): ``` quartz.jobStore.'class' = 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' // previosly 'org.quartz.impl.jdbcjobstore.JobStoreTX' ``` more info here https://github.com/spring-projects/spring-framework/issues/27709#issuecomment-975661609
Hi, I encountered a similar thing, when trying to migrate from grails 6 to grails 7 ``` java.lang.IllegalStateException: Cannot set request attribute - request is not active anymore! at org.springframework.web.context.request.ServletRequestAttributes.setAttribute(ServletRequestAttributes.java:177)...
@jdaugherty any pointer you could give me on which to look more closely in this regard? I'm dealing with a fairly big project and I'm struggling to reproduce this. I...