Gabriel Jones

Results 51 comments of Gabriel Jones

Is this relevant? https://logging.apache.org/log4j/2.x/manual/extending.html#Custom_ContextDataProvider

I have a peculiar but related requirement. I need to auth to one namespace with Kubernetes and then auth to a second namespace with a cert extracted from the first...

I'd like to request a sneak peak as well.

Still very much a problem in v1.4.2. This is very surprising behavior. It had me questioning my sanity for about an hour.

As a workaround, Would it be possible to create a custom stub ConfigIncluder that throws an exception instead of silently discarding any confs that are missing required includes? What might...

Here is a list of pod scaling sequences based on partition count: ``` 4: 1, 2, 4 6: 1, 2, 3, 6 8: 1, 2, 4, 8 10: 1, 2,...

This is my first attempt, but it is failing on [mvn dependency:resolve dependency:resolve-plugins](https://github.com/gabrieljones/jackson-jq/runs/6280351016?check_suite_focus=true) ``` Error: Failed to execute goal on project jackson-jq-extra: Could not resolve dependencies for project net.thisptr:jackson-jq-extra:bundle:1.0.0-SNAPSHOT: Could...

> I try to enforce a domain distinction between Java Duration is for things that aren't concurrency-related (e.g. ignore events older than such-and-such time) and Scala Duration is for concurrency-related...

"quick" and dirty workaround ```scala implicit val durationReader: ConfigReader[java.time.Duration] = ConfigReader.stringConfigReader.map(durationStr => ConfigFactory.parseMap(Map("x" -> durationStr).asJava).getDuration("x") ) ```

Added kind-projector and it all worked swimmingly. https://gist.github.com/koterpillar/edea748d363cb73a795c8ed3970e1b9f#gistcomment-3680511