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 e714eca10c add a few spec param constraint tests
new 840f6f8b84 add failing test for import not allowing bundles in unusual
orders
new d198f63815 share catalog init / persist/rebind logic for installing
bundles via API import
new 6a12ad69c8 move export/import test to its own class
new 9039ea97a3 when we wrap mgmt in a mock, register and tear down the
real one to prevent leaks
new 16c532ce1d Merge branch 'fix-import-state-bundle-order'
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:
.../catalog/internal/BasicBrooklynCatalog.java | 5 +-
.../catalog/internal/CatalogInitialization.java | 74 +++++----
.../apache/brooklyn/core/mgmt/ha/OsgiManager.java | 11 +-
.../brooklyn/core/mgmt/rebind/RebindIteration.java | 73 +++++----
.../BrooklynBomYamlCatalogBundleResolver.java | 3 +-
.../util/core/logbook/file/FileLogStoreTest.java | 17 +-
.../brooklyn/rest/resources/ServerResource.java | 46 +++---
.../rest/resources/ApplicationResourceTest.java | 10 +-
.../resources/ServerExportImportResourceTest.java | 177 +++++++++++++++++++++
.../rest/resources/ServerResourceTest.java | 44 ++---
10 files changed, 339 insertions(+), 121 deletions(-)
create mode 100644
rest/rest-resources/src/test/java/org/apache/brooklyn/rest/resources/ServerExportImportResourceTest.java