incubator-brooklyn
incubator-brooklyn copied to clipboard
Mirror of Apache Brooklyn
Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 3.5.4 to 3.11. Release notes Sourced from hazelcast's releases. 3.11 Release Notes v3.11-BETA-1 3.11-BETA-1 release 3.10.7 This document includes the new features, enhancements and fixed issues for...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.2 to 1.6.8.1. Changelog Sourced from nokogiri's changelog. 1.6.8.1 / 2016-10-03 Dependencies Removes required dependency on the pkg-config gem. This dependency was introduced in v1.6.8 and, because...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.5 to 1.9.1. Release notes Sourced from nokogiri's releases. 1.9.1 / 2018-12-17 Bug fixes Fix a bug introduced in v1.9.0 where XML::DocumentFragment#dup no longer returned an instance...
This PR adds an Effector migrate(locationSpec) to Entities that override JavaWebAppSoftwareProcess. This Effector moves the Entity to a new location. Currently it doesn't support nested entities to be migrated. This...
Previously, if deploying to BYON AWS instances, the internal IP address was being displayed in the main.uri for the ControlledDynamicWebAppCluster
- remove duplication of jackson and jackson2 on brooklyn project - refactor pojos to have a consistent `toString`, `hashCode` and `equals` - refactor pojos to use jackson2 - adapt code...
The PR includes #947 and it is Dependent on cloudsoft/winrm4j#2 Introduces support for executing multiline commands from a script. This is needed so we can have more control over how...
Resolves issues with `$brooklyn:external()` in location config: - `TypeCoercions` resolves `DeferredSupplier` values - locations constructed within a new execution context on `LocalLocationManager` so that relevant context objects can be retrieved...
I was looking into the `codemirror` integration. I didn't integrate it in all the views, only in `application-add-wizard.js`, and I look forward to your feedback. I tried to improve the...