This is an automated email from the ASF dual-hosted git repository.
ahgittin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
from 823bd8ae78 Merge pull request #1428 from
zan-mateusz/fix/suppress-secrets-on-custom-types
add 1cfb138264 fix effector behaviour where yaml list is passed as input
add 5bd75ce870 add capability in logbook to filter based on class/logger
name
add 7bfc083460 minor fix for correctly waiting for sensor tasks to
complete in AutoFlagsCallbackTest.java test
new 2103e5677c Merge pull request #1430 from
zan-mateusz/fixes/coercion-error-logbook-class-filtering-dynamic-update
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:
.../catalog/internal/CatalogInitialization.java | 6 +--
.../mgmt/ha/BrooklynBomOsgiArchiveInstaller.java | 3 +-
.../util/core/logbook/LogBookQueryParams.java | 11 +++++
.../util/core/logbook/file/FileLogStore.java | 5 +++
.../logbook/opensearch/OpenSearchLogStore.java | 5 +++
.../util/core/internal/TypeCoercionsTest.java | 32 ++++++++++++-
.../util/core/logbook/file/FileLogStoreTest.java | 52 ++++++++++++++++++++++
.../logbook/opensearch/OpenSearchLogStoreTest.java | 25 +++++++++++
.../util/core/task/AutoFlagsCallbackTest.java | 4 +-
.../BrooklynLauncherUpgradeCatalogOsgiTest.java | 2 +-
.../coerce/CommonAdaptorTypeCoercions.java | 21 ++++++++-
11 files changed, 156 insertions(+), 10 deletions(-)