James Bennett

Results 2 comments of James Bennett

@matitalatina's [comment](https://github.com/powermock/powermock/issues/864#issuecomment-410182836) helped me, but I had one test that also required me to ignore `org.w3c.dom.*` as well. Just wanted to add it to the list in case it helps...

I ran into this issue as well today and you can set the values for `spring.cloud.config.allow-override`, `spring.cloud.config.override-system-properties` and `spring.cloud.config.override-none` but they have to be set in Consul. It feels a...