Michi Gysel

Results 7 issues of Michi Gysel

In a certain case mockito fails to report a missing method on a mock instruction: `when(ormSupport).thenReturn(null);` The reproducible test can be found here: https://github.com/gysel/mockito-problem/blob/master/src/test/java/ch/mgysel/mockito/MockitoProblem.java Mockito fails the test with the...

The class `CachingParser` uses a `org.apache.commons.collections4.map.LRUMap` internally. The [JavaDoc](https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/map/LRUMap.html) clearly states: > Note that LRUMap is not synchronized and is not thread-safe. If you wish to use this map from...

caching

* Gradle 5.2 * Kotlin 1.3.21 * Frontend 0.0.45 * stable Coroutines

**Describe the bug** Following the update from Livekit `v1.5.1` to `v1.5.2`, we're seeing LiveKit timeouts after a Redis restart. We run a three node Redis Sentinel setup in GKE where...

Some Identity Providers do not issue an updated ID Token when call the refresh endpoint. This causes problems with the OIDC provider as it uses the ID Token to validate...

enhancement
docs
needs tests
go
provider

This allows you to directly include the wazuh base from a remote kustomize setup. The currently proposed workflow forces you to fork this repository into a private one to make...

This is a follow up for #1933 and fixed the session refresh for providers that don't renew the ID token. ## Description - `s.Refreshed` was always `false` as the session...

docs
go
provider