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

[skywalking] branch oap-ssl updated (4dad852 -> 1e04dfc)

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

hanahmily pushed a change to branch oap-ssl
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 4dad852  Polish codes
     add 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)
     add 1e04dfc  Merge branch 'master' into oap-ssl

No new revisions were added by this update.

Summary of changes:
 .../apm/plugin/struts2/Struts2Interceptor.java     | 12 +++++++-
 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 ++++++++++-------
 10 files changed, 181 insertions(+), 24 deletions(-)