This is an automated email from the ASF dual-hosted git repository. ahgittin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 2103e5677c8d7d8eedffc52109ebb9429b7132b6 Merge: 823bd8ae78 7bfc083460 Author: Alex Heneveld <[email protected]> AuthorDate: Fri May 29 08:29:05 2026 +0100 Merge pull request #1430 from zan-mateusz/fixes/coercion-error-logbook-class-filtering-dynamic-update Fixes/coercion error logbook class filtering dynamic update .../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(-)
