Laurent Goujon
Laurent Goujon
Our CLA is available at http://www.dremio.com/legal/contributor-agreement/. Once accepted, we will merge your contribution in our internal repository, and it should appear in `dremio-oss` with the following release.
It seems the only Java11 dependency is the pouch library used by only one class (`OperatingSystem`) to create lazy-initialized singletons. Although that pattern can be recreated easily directly in the...
I understand that supporting legacy systems can become very complicated/expensive over time. That said, it doesn't seem that the project as of today uses features only available to newer versions...
I'm actually unsure about the relationship between the Java version and the architecture support. Although Java8 is available for both 32bits and 64bits system, so is Java 11. On the...
Thanks for the pointer, I'll have a look at the jenkins jobs
As it turns out, it seems `google-java-format` itself does not provide such an option. I created a ticket specifically for this project: https://github.com/google/google-java-format/issues/975
Sorry, it has been a while since I opened the issue but at the time I opened the issue and proposed the change, it was to support some remote keystore...
One issue (or difference) I noticed with some tools like jarsigner (used for signing Java archives, and which has a `-certchain` option too) is that jsign has check to confirm...
I guess there's nothing wrong with `gcloud` command, it's just that our security policies recommend using ADC and not exposing password as arguments, so using GoogleKMS type with jsign is...
Possibly (would have to check with our team)? But we would definitively favor a solution relying on ADC mechanism for sure. That said, I don't want to distract from the...