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 e48b67e6dc allow on_update_child, and accept numbers as entity id's
     new fb626e451c discover brooklyn packages when running osgi felix (not 
karaf) without JARs
     new 2738ecb64e exclude mvn: and classpath: url bundles from persistence, 
and related tweaks
     new 9a58578db1 store whether a bundle comes from the initial catalog, and 
don't persist those

The 3 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:
 .../CatalogOsgiVersionMoreEntityRebindTest.java    |  13 +-
 .../catalog/internal/BasicBrooklynCatalog.java     |  69 +++++++----
 .../core/catalog/internal/CatalogBundleLoader.java |   3 +
 .../catalog/internal/CatalogInitialization.java    |   3 +-
 .../core/catalog/internal/CatalogUtils.java        |   6 +-
 .../mgmt/ha/BrooklynBomOsgiArchiveInstaller.java   | 132 ++++++++++-----------
 .../core/mgmt/ha/OsgiBundleInstallationResult.java |   5 +
 .../apache/brooklyn/core/mgmt/ha/OsgiManager.java  |  93 ++++++++++++---
 .../BrooklynMementoPersisterToObjectStore.java     |  20 ++--
 .../brooklyn/core/server/BrooklynServerConfig.java |  46 ++++---
 .../brooklyn/core/typereg/BasicManagedBundle.java  |  39 ++++--
 .../BrooklynBomYamlCatalogBundleResolver.java      |   2 +-
 .../typereg/BrooklynCatalogBundleResolver.java     |   8 ++
 .../ha/BrooklynBomOsgiArchiveInstallerTest.java    |  30 ++---
 .../BrooklynLauncherRebindCatalogOsgiTest.java     | 121 ++++++++++++-------
 .../brooklyn/rt/felix/EmbeddedFelixFramework.java  |  26 +++-
 16 files changed, 410 insertions(+), 206 deletions(-)

Reply via email to