Mateusz "Serafin" Gajewski

Results 79 issues of Mateusz "Serafin" Gajewski

Provide interactive UI that allows searching, filtering, sending commands etc

enhancement

If you came upon this project and have some wishes to API please post it here

Now sorting is defined by an order of entries in *.kt files. I think that categories and links should be sorted by name for easier reading. Can implement this :)

It has superior configuration abilities and is a little faster (30 vs 45s on average). https://ctron.github.io/rpm-builder/rpm-mojo.html https://github.com/ctron/rpm-builder

cla-signed

Requires https://github.com/trinodb/docker-images/pull/186. Passes for me reliably locally :tada: Fixes https://github.com/trinodb/trino/issues/7297

cla-signed

Minor refactoring of connection factories structure that makes it easier to introduce new connection factories without adding new annotations

cla-signed
stale

Having `.mvn/maven.config`: ``` --strict-checksums # Whazzupppp -Daether.syncContext.named.factory=file-lock -Daether.syncContext.named.nameMapper=file-hgav -Daether.syncContext.named.retry=5 -Daether.dependencyCollector.impl=bf -Daether.remoteRepositoryFilter.prefixes=true -Daether.remoteRepositoryFilter.prefixes.basedir=${session.rootDirectory}/.mvn/rrf/ -Daether.remoteRepositoryFilter.groupId=true -Daether.remoteRepositoryFilter.groupId.basedir=${session.rootDirectory}/.mvn/rrf/ ``` mvnd will fail with: ``` Unable to parse maven.config: Unrecognized maven.config file entries: [# Whazzupppp]...

Context: https://github.com/trinodb/trino/pull/20486 https://github.com/trinodb/trino/pull/20734 `${session.rootDirectory}` is not interpolated by `mvnd` when used in the `.mvn/maven.config` to configure modernizer plugin like this: `-Dmodernizer.violationsFile=${session.rootDirectory}/.mvn/modernizer/violations.xml` Under mvnd it results in: ``` [ERROR] Failed to...

gcs-connector-3.0.0-shaded contains following CVEs: - CVE-2023-2976 (shaded guava version) - CVE-2020-8908 (shaded guava version) Can you please upgrade guava dependency and release new version 3.0.x ?