Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/151#discussion_r64376428
--- Diff:
core/src/main/java/org/apache/brooklyn/location/byon/FixedListMachineProvisioningLocation.java
---
@@ -279,7 +280,7 @@ public T obtain() throws NoMachinesAvailableException {
public T obtain(Map<?,?> flags) throws NoMachinesAvailableException {
T machine;
T desiredMachine = (T) flags.get("desiredMachine");
- ConfigBag allflags =
ConfigBag.newInstanceExtending(config().getBag()).putAll(flags);
+ ConfigBag allflags =
ConfigBag.newInstanceExtending(config().getBag(), flags);
--- End diff --
This change looks like it makes no difference (now that you've backed out
your changes to the `newInstanceExtending()` method). I'm fine with leaving
this change in though.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---