You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2020/03/13 12:50:27 UTC

[skywalking] branch master updated (80911d0 -> e69391a)

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

tanjian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 80911d0  fix the error of Struts2 plugin: java.lang.NoSuchMethodError: javax.servlet.http.HttpServletResponse.getStatus() (#4503)
     add e69391a  Support Secrets Management File in the ElasticSearch 6/7 storage (#4493)

No new revisions were added by this update.

Summary of changes:
 dist-material/application.yml                      |  2 ++
 docs/en/setup/backend/backend-storage.md           | 18 ++++++++++-
 .../src/main/resources/application.yml             |  2 ++
 .../client/elasticsearch/ElasticSearchClient.java  | 19 +++++++++---
 .../library/util/MultipleFilesChangeMonitor.java   | 33 +++++++++++++++++---
 .../StorageModuleElasticsearchConfig.java          | 19 ++++++++++--
 .../StorageModuleElasticsearchProvider.java        | 36 ++++++++++++++++++++++
 .../StorageModuleElasticsearch7Provider.java       | 35 +++++++++++++++++++++
 .../client/ElasticSearch7Client.java               | 29 ++++++++++-------
 9 files changed, 170 insertions(+), 23 deletions(-)