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 1b84156556 Merge branch 'suppress-nested-sensitive-fields'
new a0de263d40 fix use of concurrent task list in GC
new 4a374e9a00 add aliases for more common types
new d29fcb5f8a expose cleaning up a namespace on containers
new d9a0f2eea7 clarify destruction api, and pass errors to caller
new bb1e5ac48a add created and destroying lifecycle hooks
new 1eba5df57a introduce more forceful destroy method
new 0bcb387de0 stronger destroy semantics used in most places, esp in tests
new 613bd023bd faster strategies for determining container readiness and
completion
new 562fc4e1d2 allow batch config read to take a few millis, but not block
The 9 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:
.../brooklyn/camp/brooklyn/ConfigYamlTest.java | 2 +-
.../brooklyn/DynamicMultiGroupYamlRebindTest.java | 4 +-
.../camp/brooklyn/WindowsYamlLiveTest.java | 2 +-
.../catalog/CatalogMakeOsgiBundleTest.java | 2 +-
.../brooklyn/core/entity/AbstractEntity.java | 29 +-
.../org/apache/brooklyn/core/entity/Entities.java | 51 +-
.../mgmt/internal/BrooklynGarbageCollector.java | 2 +-
.../core/mgmt/internal/BrooklynShutdownHooks.java | 4 +-
.../mgmt/internal/EntityManagementSupport.java | 9 +-
core/src/main/resources/catalog.bom | 11 +
.../brooklyn/core/effector/EffectorTaskTest.java | 2 +-
.../mgmt/internal/EntityExecutionManagerTest.java | 4 +-
.../BrooklynMementoPersisterTestFixture.java | 4 +-
.../launcher/blueprints/AbstractBlueprintTest.java | 2 +-
.../autoscaling/AutoScalerPolicyPoolSizeTest.java | 2 +-
.../org/apache/brooklyn/rest/api/EntityApi.java | 2 +-
.../rest/resources/EntityConfigResource.java | 5 +-
.../rest/util/BrooklynRestResourceUtils.java | 2 +-
.../brooklyn/rest/resources/ActivityRestTest.java | 2 +-
.../rest/resources/EffectorResourceTest.java | 2 +-
.../brooklyn/tasks/kubectl/ContainerCommons.java | 6 +-
.../tasks/kubectl/ContainerTaskFactory.java | 531 ++++++++++++++-------
.../machine/pool/AbstractServerPoolTest.java | 2 +-
...wareProcessStopsDuringStartJcloudsLiveTest.java | 6 +-
...nillaWindowsProcessWinrmExitStatusLiveTest.java | 2 +-
.../VanillaWindowsProcessWinrmStreamsLiveTest.java | 4 +-
.../qa/performance/ScalabilityPerformanceTest.java | 2 +-
.../brooklyn/tasks/kubectl/ContainerTaskTest.java | 9 +-
28 files changed, 496 insertions(+), 209 deletions(-)