This is an automated email from the ASF dual-hosted git repository.
tbouron pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from 43c8b11 This closes #1080
new c8e7b27 add missing DTO accessors and "add policy" test
new 63c6a3f fix mistaken variable name in dashboard aggregator
new edc5f37 allow extended transformers or full CAMP app plans to be
supplied as entity spec
new 05b88b8 stop/destroy adjuncts when we destroy the entity
new 4498e09 better error reporting for type transformers, missing types,
and bad parses
new d173d5d suppress spurious warning on speculative class loads
new b0581df some ideas of things we could do
new 11b76a9 Merge branch 'master' into tidies5
new 914ed9c tidy warnings
new 4422a2a fix tests - exception type changed
new 714747e add support for DSL expressions when adding a policy, and fix
new add-policy test
new 87149c9 Merge pull request #1075 from ahgittin/tidies5
The 12451 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:
.../BrooklynComponentTemplateResolver.java | 60 ++++++++++++++++-
.../spi/creation/BrooklynYamlTypeInstantiator.java | 8 +--
.../spi/creation/CampTypePlanTransformer.java | 59 ++++++++++++++---
.../brooklyn/spi/dsl/BrooklynDslInterpreter.java | 2 +
.../brooklyn/camp/brooklyn/spi/dsl/DslUtils.java | 77 ++++++++++++++++++++++
.../spi/dsl/methods/BrooklynDslCommon.java | 2 +
.../camp/brooklyn/spi/dsl/parse/DslParser.java | 2 +-
.../brooklyn/ValidationMissingTypeYamlTest.java | 71 ++++++++++++++------
.../camp/brooklyn/spi/dsl/DslYamlTest.java | 3 +-
.../camp/brooklyn/spi/dsl/TagsYamlTest.java | 31 +++++----
.../mgmt/internal/EntityManagementSupport.java | 27 ++++++--
.../apache/brooklyn/core/sensor/StaticSensor.java | 1 +
.../core/typereg/BasicBrooklynTypeRegistry.java | 30 +++++----
.../core/typereg/BrooklynTypePlanTransformer.java | 3 +
.../core/typereg/TypePlanTransformers.java | 12 ++--
.../stock/aggregator/DashboardAggregator.java | 4 +-
.../brooklyn/util/core/ClassLoaderUtils.java | 10 ++-
.../action/AbstractScheduledEffectorPolicy.java | 7 ++
.../policy/action/PeriodicEffectorPolicy.java | 1 +
.../policy/action/PeriodicEffectorPolicyTest.java | 8 +++
.../org/apache/brooklyn/rest/api/AdjunctApi.java | 1 +
.../apache/brooklyn/rest/domain/AdjunctDetail.java | 10 ++-
.../brooklyn/rest/resources/AdjunctResource.java | 11 +++-
.../rest/resources/ApplicationResource.java | 2 +-
.../rest/resources/AdjunctResourceTest.java | 50 ++++++++++++--
25 files changed, 407 insertions(+), 85 deletions(-)