aqua-pro

Results 4 issues of aqua-pro

Greetings I have setup Gradle to create a Kotlin project for Torrents >repositories { mavenCentral() } >dependencies { implementation("com.github.atomashpolskiy:bt-core:1.10") implementation("com.github.atomashpolskiy:bt-dht:1.10") implementation("com.github.atomashpolskiy:bt-http-tracker-client:1.10") implementation("com.github.atomashpolskiy:bt-upnp:1.10") testImplementation(kotlin("test")) } I'm getting an error with bt-upnp...

bug

### Requirements - [X] This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead. - [X] Please [check](https://github.com/LemmyNet/lemmy-ui/issues) to see if this issue already exists. - [X]...

bug

https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildOutput/ The `--strict-image-heap` argument for GraalVM's native-image tool ensures that Reflection and similar features operate correctly within the constraints of the native image heap. When using Reflection, adding this option...

Certain libraries, such as JCE (Java Cryptography Extension), require their JARs to remain signed for proper functionality. When these JARs are merged into the main.jar during the fat JAR creation...