This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from d610116 better fix for raw compatibility
add 377effe Add support setup default initializers for all deployment
add fec8a4f Apply global initializers before the ones given by the entity
spec
add da1cec4 Update constant and function names to retrieve global
initializers
add d7d980d Check the `TypeRegistry` first for global initializers, then
move on to the class loader (which now uses the canonical way to load the class)
add 535e2cc Make the sensor a map instead of a string representation of a
map
new 248b7d1 This closes #1200
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/effector/AddDeploySensorsInitializer.java | 52 +++++++++++
.../core/objs/proxy/InternalEntityFactory.java | 101 ++++++++++++++-------
2 files changed, 122 insertions(+), 31 deletions(-)
create mode 100644
core/src/main/java/org/apache/brooklyn/core/effector/AddDeploySensorsInitializer.java