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 2d00588536 prevent legacy mode from allowing blueprints that it
shouldn't
new c8f8b7669b remove some warnings during test
new a67ddc24bb remove extra details when listing tasks
new b7f125388e more launcher fixes
new 09b005b2dc improve resolution of `type` key as either a field or the
type to create
new 8ba7c6be4f fix eager deserialization into config when type might be a
field not an instruction
The 5 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/AddSensorInitializer.java | 9 +++
.../brooklyn/core/entity/EntityInitializers.java | 6 +-
.../resolve/jackson/AsPropertyIfAmbiguous.java | 71 +++++++++++++++---
.../brooklyn/core/workflow/WorkflowSensor.java | 4 +-
...klynRegisteredTypeJacksonSerializationTest.java | 84 ++++++++++++++++++++--
.../core/test/BrooklynAppUnitTestSupport.java | 10 ++-
.../common/BrooklynPropertiesFactoryHelper.java | 4 +-
.../AbstractBrooklynLauncherRebindTest.java | 8 ++-
...ncherRebindManagementNodeStateListenerTest.java | 3 +-
.../apache/brooklyn/rest/domain/TaskSummary.java | 1 +
.../brooklyn/rest/transform/TaskTransformer.java | 28 +++++---
.../tasks/kubectl/ContainerTaskFactory.java | 6 +-
.../tasks/kubectl/ContainerTaskResult.java | 9 +++
13 files changed, 207 insertions(+), 36 deletions(-)