Conversation
WalkthroughThe changes modify the project’s Assessment against linked issues
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
pom.xml (1)
81-86: TemporaryjfuseDependency Addition and Version ConsistencyThe new dependency on
jfuse(groupId:org.cryptomator, version0.7.2) is clearly marked as a temporary measure via the inline TODO comment. To improve maintainability, consider defining a version property (e.g.,<jfuse.version>0.7.2</jfuse.version>) in the<properties>section, which aligns with how other dependency versions are managed. Additionally, please ensure there is a corresponding issue or reminder in your project tracker to remove this dependency oncefuse-nio-adapteris updated.
|
the fix needs another fix. We need to sort this out first. But then this change is welcome in the cli project as well. |
|
@nycex This is the mentioned fix cryptomator/cryptomator@55d2178, can you please apply it here as well? |
|
This now uses the same fix (version upgrade of fuse-nio as the main cryptomator repo). |
|
@nycex Thanks for providing the PR! |
essentially the same as cryptomator/cryptomator@40d632a
Fixes #87