Ian Phillips

Results 7 comments of Ian Phillips

`ControllerResolver#createInjector` [can return null](https://github.com/schmittjoh/JMSDiExtraBundle/blob/master/HttpKernel/ControllerResolver.php#L109), but `ControllerResolver#instantiateController`(the caller) [does not handle](https://github.com/schmittjoh/JMSDiExtraBundle/blob/master/HttpKernel/ControllerResolver.php#L83) the case when null is returned.

@malarzm is right. Here's a solution 3 that would perserve BC: Add two methods: `listDirs()` and `listKeysOnly()` (or something like that) that return flat arrays of directories and regular files,...

I seem to be having this issue with a pure Java application (no Kotlin). The `Mode.DELEGATING` workaround solves the problem for me, too. Using Jackson v2.9.8.

It gets worse. If I use `spring.profiles.include` like so: ``` # application-prod.yaml spring: profiles: include: cloud ``` then it appears that I need all of the following secrets to be...

@artml Thanks for getting back to me. It was my boss who originally encountered this problem; he says he was trying to "create a lead or opportunity from a case."...

BTW, I was able to restore our system from a database backup, so we're up and running with no problems. I'm bringing this to your attention in the hopes that...

Is there any reason to even make it optional? Shouldn't kube-shell _always_ assume `kubectl`? The first thing I tried after installing it was: kube-shell> help Which didn't work!