Jeroen van Erp
Jeroen van Erp
I seem to recall I made a change to the parser already, as this issue was encountered before. Which version are you using?
Hi Ruben, As you see in the discussion of the #55, the implementation there was suboptimal at best. Also there were additional troubles with verification whether the license was correctly...
I dont think this is available in the dependency information. I'd have to look it up.
What does your `build.gradle` look like?
Is one of the dependencies maybe defined as `@pom`? So that only the pom file is downloaded? 2015-10-27 15:18 GMT+01:00 robertmk [email protected]: > It is a huge project and in...
If you've got some more info, or are able to isolate the cause, I would love a reproducible testcase :)
It's not just `EXTRA_ROUTE_SETTINGS`. Also for instance `HEALTH_CHECK` suffers from the same problem.
@tifayuki, Thanks. The main use-case I have is that I wanted to inject the `backup` keyword in the `EXTRA_ROUTE_SETTINGS` so that I can configure a hot-failover scenario.
@tifayuki I've submitted PR #120 which fixes my scenario at least. If you know can suggest a better way of fixing (or implementing) this, I'd be more than happy to...
@MicOestergaard, as per #120, you can add `FAILOVER=true` to the `environment` of the node to fix the `backup` route.