Alexey Barsov

Results 13 comments of Alexey Barsov

There is a similar option for tar `--strip-components`. Though it simply cut top level directories.

The thing that is completely missing in `commons-compress` is restoring unix file mode while extracting archive from stream. `ZipFile` resolve file mode from archive and in this library a good...

I have just tried Cassandra 3.11.10 with [zulu-jdk 1.8.0_292](https://www.azul.com/downloads/?version=java-8-lts&package=jdk) and it works fine > OpenJDK 64-Bit Server VM (Zulu 8.54.0.21-CA-win64) (build 25.292-b10, mixed mode)

> What's your Windows version? Windows 10 Pro (Version 10.0.19042 Build 19042) > Is this your JNI library? Cassandra bundles pretty old jna.jar of version `4.2.2` > Do you know...

It started working after I had updated jna version to the latest on cassanra classpath (from 4.2.2 to 5.8.0). Now I don't understand where is the bug/incompatibility: - in cassandra?...

> It seems that you launch cassandra from Intellij? Could you elaborate how do you start it? - download [Upsource](https://www.jetbrains.com/upsource/download/#section=windows), - unpack somewhere - remove bundled jdk (corretto 8.252) from...

reported this to Cassandra tracker as well: https://issues.apache.org/jira/browse/CASSANDRA-16702

We can't use `java.version` `System.getProperty("java.version")` is equal to `1.8.0_181` for ubuntu openjdk as well. `8u181-b13-1ubuntu0.16.04.1` is a version of package https://launchpad.net/ubuntu/xenial/amd64/openjdk-8-jdk-headless/8u181-b13-1ubuntu0.16.04.1 Though jvm option `java.runtime.version` can be used for distinguishing...

@sbordet A) `java.runtime.version` is unique within vendor jre updates and looks to be unique globally due to included token `ubuntu` and concise version of the package. B) I have tested...

@sbordet I am sorry, but I have finally found broken compatibility in openjdk update `1.8.0_181-8u181-b13-1ubuntu0.16.04.1-b13`. So proposed mapping is incorrect, the only valid record is `8u181-b13-0ubuntu0.16.04.1=8.1.12.v20180117` Entry `8u181-b13-1ubuntu0.16.04.1=8.1.13.v20181017` is invalid....