Guido Josquin

Results 5 issues of Guido Josquin

Using Mockito `2.23.0` with Spring Boot `2.0.3`, we cannot get Mockito to work with Spring's `@Cacheable` annotation in an integration test. **Class under test** ``` @Component public class MyClass {...

I often experience Kubernetic being disconnected from a cluster. Switching to a different cluster and switching back reconnects it. Should there be a polling mechanism that reconnects periodically if disconnected?

About once a week, my credentials for Google Kubernetes clusters seem to expire. I then have to run `gcloud container clusters get-credentials` again and everything works as expected. The issue...

We have a use case where it is required to set certain request headers, based on a key or value from Kafka. Would it be possible to add this feature?...

**Background** In our project we are using `sbt-assembly` to generate a fat JAR for Spark. Our Spark deployment has a very large body of libraries built-in, which are often out...