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:28 UTC

[brooklyn-server] branch master updated (b61c9d667d -> d293b5dc6d)

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 b61c9d667d Merge pull request #1320 from ahgittin/adjunct-proxy
     add 3ff5708a50 fix most reliances on deleteOnExit, deleting when done with the file
     new d293b5dc6d Merge branch 'fix-delete-on-exit'

The 1 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:
 .../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(-)


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

Posted by he...@apache.org.
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(-)