jfuse icon indicating copy to clipboard operation
jfuse copied to clipboard

Java bindings for FUSE using the FFM API

Results 17 jfuse issues
Sort by recently updated
recently updated
newest added

Bumps the java-test-dependencies group with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.11.0 to 5.12.0 Release notes Sourced from org.mockito:mockito-core's releases. v5.12.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.12.0 2024-05-11...

dependencies
java

Bumps the maven-build-plugins group with 1 update: [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin). Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.1 to 3.1.2 Release notes Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases. 3.1.2 Release Notes - Maven Deploy Plugin - Version 3.1.2...

dependencies
java

Hello, I have tested the example you provided and found that WindowsMirrorFileSystem encounters errors when saving office excel 2003 files (xls) and office word 2003 files (doc). This issue is...

As mentioned in PR https://github.com/cryptomator/jfuse/pull/19#discussion_r999135527, currently the naming convention for getters in struct interfaces is mixedbetween * record-style: if field is called `foo`, the getter is also called `foo()` and...

Bumps the maven-build-plugins group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.7.1` |...

dependencies
java

Bumps the java-production-dependencies group with 2 updates in the / directory: [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) and [com.github.serceman:jnr-fuse](https://github.com/SerCeMan/jnr-fuse). Updates `org.jetbrains:annotations` from 24.1.0 to 25.0.0 Release notes Sourced from org.jetbrains:annotations's releases. 25.0.0 Added Kotlin Multiplatform...

dependencies
java

Bumps the java-test-dependencies group with 2 updates in the / directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.junit.jupiter:junit-jupiter` from 5.10.3 to 5.11.1 Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.11.1 = Platform...

dependencies
java

Bumps the java-test-dependencies group with 1 update: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter` from 5.12.1 to 5.12.2 Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage...

dependencies
java

... and `fuse_conn_info.capable_ext`. Starting with fuse 3.17.0, the feature bitfields `capable` and `want` of the `fuse_conn_info` used during init are deprecated (see https://github.com/libfuse/libfuse/blob/15bb63bbebc7bd11871f60e9c535035e158eb065/include/fuse_common.h#L583-L600). Instead, the new 64bit fields `want_ext` and...

This adds a SymbolLookup implementation that uses `dlvsym`. Fixes #116 ## Summary by CodeRabbit - **Chores** - Updated CI/CD pipeline and build configurations for dynamic, architecture-specific testing. - Enhanced build...