Christoph Kutzinski
Christoph Kutzinski
Actually, my setup looks almost exactly like the 'edge case' you've described (with HaProxy instead of nginx), but with one important difference: > [ Browser ] -> HTTPS -> [...
I vote to remove the false positive as: - in many, if not most, cases the code is secure. I.e. if configured as above - the fact that setSecure(req.isSecure()) is...
IMO 2 different themes (dark and bright) might be enough for 99% of all use cases
See https://github.com/xetorthio/jedis/pull/1857 where I've implemented the 2nd proposal
Is there any update on this? There are a lot of issues in JIRA which look like no one has ever had a look on them
I think disabling the option to create new JIRA issues is a good step. I'll think about migrating my own JIRA tickets to Github, as they don't seem to get...
FWIW: Redis Sentinel and Redis Cluster are 2 completely different things. But ioredis seems to support both anyway
I was thinking about the Hystrix 'fallback' in the .@FeignClient annotation. It was only later that I realised that this is part of spring-cloud-netflix and not of Feign itself. See...
Hmm, I think I got it wrong, as cycleEntries should only be STW GC pauses, is that correct? But then I think that the form, how the GCLogCycleEntries are collected...
@krzysztofslusarski any opinion on this? I'd like to get some useful statistics for ZGC, but currently not sure how to proceed.