You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/06/22 15:50:29 UTC

[brooklyn-server] 01/01: Merge branch 'fix-delete-on-exit'

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit d293b5dc6d301ccc807847c2b1bf0f9298ee4295
Merge: b61c9d667d 3ff5708a50
Author: Alex Heneveld <al...@cloudsoft.io>
AuthorDate: Wed Jun 22 16:48:37 2022 +0100

    Merge branch 'fix-delete-on-exit'

 .../core/catalog/internal/CatalogClasspathDo.java  |  4 +-
 .../mgmt/ha/BrooklynBomOsgiArchiveInstaller.java   | 55 +++++++++++++---------
 .../typereg/AbstractCatalogBundleResolver.java     | 11 +++--
 .../BrooklynBomBundleCatalogBundleResolver.java    | 15 +++---
 .../BrooklynBomYamlCatalogBundleResolver.java      | 47 +++++++++---------
 .../typereg/BrooklynCatalogBundleResolvers.java    | 11 ++---
 .../brooklyn/util/core/file/ArchiveBuilder.java    |  2 +-
 .../brooklyn/util/core/file/ArchiveUtils.java      |  3 ++
 .../entity/brooklynnode/BrooklynNodeSshDriver.java |  4 ++
 .../entity/java/VanillaJavaAppSshDriver.java       |  3 ++
 10 files changed, 93 insertions(+), 62 deletions(-)