Re: Anyone seeing issues with ignored context overrides?

2015-08-25 Thread Ignasi Barrera
Interesting... and weird. The only change I can think about that could affect the property mechanism is: https://github.com/jclouds/jclouds/pull/738 But it is for 2.0. I don't think we've made any substantial change in anything related in 1.9 1 (nor dependency changes). Are you experiencing the sa

Re: Anyone seeing issues with ignored context overrides?

2015-08-25 Thread Andrew Phillips
I'm seeing problems pop up with 1.9.1 where the overrides I set when I build a context with ContextBuilder seem to be ignored - I can override them by setting the properties themselves on the command line, but not at context initialization time. Do you have a quick code example? Are you seeing

Anyone seeing issues with ignored context overrides?

2015-08-25 Thread Andrew Bayer
I'm seeing problems pop up with 1.9.1 where the overrides I set when I build a context with ContextBuilder seem to be ignored - I can override them by setting the properties themselves on the command line, but not at context initialization time. Anyone seen anything like this? A.