You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/08/17 07:49:58 UTC

[iotdb] branch master updated (eab3a18157 -> 0292905ed4)

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

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


    from eab3a18157 [IOTDB-4155] StackOverflowError occurs when deleting wal files  (#7025)
     add 0292905ed4 Upgrade maven-wrapper to 3.8.6 for performance improvements and ARM more native support (#7003)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/e2e.yml                     |   2 +-
 .mvn/wrapper/MavenWrapperDownloader.java      | 115 --------------------------
 .mvn/wrapper/maven-wrapper.properties         |  21 ++++-
 LICENSE                                       |   2 +-
 docs/Development/VoteRelease.md               |   4 +-
 docs/UserGuide/QuickStart/WayToGetIoTDB.md    |   2 +-
 docs/zh/Development/VoteRelease.md            |   4 +-
 docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md |   2 +-
 mvnw.sh => mvnw                               |  92 +++++++++++++++------
 mvnw.cmd                                      |  75 +++++++++++------
 10 files changed, 148 insertions(+), 171 deletions(-)
 delete mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
 rename mvnw.sh => mvnw (72%)
 mode change 100644 => 100755 mvnw.cmd