From d06b7d08c7a8f5d332cf1e05088c4c312bab2f11 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 24 Apr 2023 09:49:14 +0200 Subject: [PATCH 1/3] prepare 3.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e86b045..e4f0734 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.cryptomator fuse-nio-adapter - 2.1.0-SNAPSHOT + 3.0.0 FUSE-NIO-Adapter Access resources at a given NIO path via FUSE. https://github.com/cryptomator/fuse-nio-adapter From 9187778d9d0d965c67dfc62026cb75987747d5ef Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 8 May 2023 17:24:36 +0200 Subject: [PATCH 2/3] [ci skip] Updated README * removed Property section --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index eb93eb4..395b4e4 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ Provides directory contents specified by a `java.nio.file.Path` via a FUSE files Uses [jfuse](https://github.com/cryptomator/jfuse), i.e. you need to install the specified fuse drivers for your OS. -## Configuration Parameters -The following system properties are used: -* `org.cryptomator.frontend.fuse.mountTimeOut` - The mount timeout threshold in milliseonds. If the mounting operation exceeds it, the mounting is aborted. - ## License This project is dual-licensed under the AGPLv3 for FOSS projects as well as a commercial license for independent software vendors and resellers. If you want to use this library in applications, that are *not* licensed under the AGPL, feel free to contact our [support team](https://cryptomator.org/help/). From 5f63894fbef9cef1ed62727396cc5d34228eb020 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 8 May 2023 17:44:00 +0200 Subject: [PATCH 3/3] update dependencies --- pom.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index e4f0734..745b155 100644 --- a/pom.xml +++ b/pom.xml @@ -23,16 +23,16 @@ 1.2.0 0.5.1 31.1-jre - 2.0.3 - 3.1.4 + 2.0.7 + 3.1.6 - 5.9.2 - 5.2.0 + 5.9.3 + 5.3.1 2.6.4 - 8.1.2 + 8.2.1 3.1.0 0.8.9 @@ -138,12 +138,6 @@ ${mockito.version} test - - org.mockito - mockito-inline - ${mockito.version} - test - org.cryptomator cryptofs