You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by jc...@apache.org on 2021/08/31 14:58:12 UTC

[brooklyn-server] branch master updated (8afd23e -> 98849fd)

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

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


    from 8afd23e  bump winrm - fix leak in encryption factory
     new b0e2a12  FileLogStore and QueryParams expecting EntityId and TaskId as a new param field
     new fcfc34f  OpenSearchLogStore using updated QueryParams with EntityId and/or TaskId
     new 98849fd  Merge pull request #1241 from jcabrerizo/fix/logbook/queryByIds

The 13229 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:
 .../util/core/logbook/LogBookQueryParams.java      | 30 +++++--
 .../util/core/logbook/file/FileLogStore.java       | 46 +++++++----
 .../logbook/opensearch/OpenSearchLogStore.java     | 39 +++++++--
 .../util/core/logbook/file/FileLogStoreTest.java   | 94 +++++++++++++++++-----
 .../logbook/opensearch/OpenSearchLogStoreTest.java | 46 ++++++++++-
 .../brooklyn/util/core/logbook/file/log-sample.txt |  8 +-
 6 files changed, 212 insertions(+), 51 deletions(-)